-
- Downloads
#2 add dependencies to vendor
parent
20e3225f
No related branches found
No related tags found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
Showing
- go.mod 3 additions, 0 deletionsgo.mod
- go.sum 13 additions, 567 deletionsgo.sum
- vendor/github.com/cespare/xxhash/v2/LICENSE.txt 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/LICENSE.txt
- vendor/github.com/cespare/xxhash/v2/README.md 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/README.md
- vendor/github.com/cespare/xxhash/v2/xxhash.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash.go
- vendor/github.com/cespare/xxhash/v2/xxhash_amd64.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_amd64.go
- vendor/github.com/cespare/xxhash/v2/xxhash_amd64.s 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_amd64.s
- vendor/github.com/cespare/xxhash/v2/xxhash_other.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_other.go
- vendor/github.com/cespare/xxhash/v2/xxhash_safe.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_safe.go
- vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go 0 additions, 0 deletionsvendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go
- vendor/github.com/dgryski/go-rendezvous/LICENSE 0 additions, 0 deletionsvendor/github.com/dgryski/go-rendezvous/LICENSE
- vendor/github.com/dgryski/go-rendezvous/rdv.go 0 additions, 0 deletionsvendor/github.com/dgryski/go-rendezvous/rdv.go
- vendor/github.com/go-redis/redis/v8/.gitignore 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/.gitignore
- vendor/github.com/go-redis/redis/v8/.golangci.yml 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/.golangci.yml
- vendor/github.com/go-redis/redis/v8/.prettierrc.yml 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/.prettierrc.yml
- vendor/github.com/go-redis/redis/v8/CHANGELOG.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/CHANGELOG.md
- vendor/github.com/go-redis/redis/v8/LICENSE 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/LICENSE
- vendor/github.com/go-redis/redis/v8/Makefile 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/Makefile
- vendor/github.com/go-redis/redis/v8/README.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/README.md
- vendor/github.com/go-redis/redis/v8/RELEASING.md 0 additions, 0 deletionsvendor/github.com/go-redis/redis/v8/RELEASING.md
... | @@ -4,6 +4,7 @@ go 1.17 | ... | @@ -4,6 +4,7 @@ go 1.17 |
require ( | require ( | ||
code.vereign.com/gaiax/tsa/golib v0.0.0-20220321093827-5fdf8f34aad9 | code.vereign.com/gaiax/tsa/golib v0.0.0-20220321093827-5fdf8f34aad9 | ||
github.com/go-redis/redis/v8 v8.11.5 | |||
github.com/kelseyhightower/envconfig v1.4.0 | github.com/kelseyhightower/envconfig v1.4.0 | ||
go.uber.org/zap v1.21.0 | go.uber.org/zap v1.21.0 | ||
goa.design/goa/v3 v3.7.0 | goa.design/goa/v3 v3.7.0 | ||
... | @@ -11,6 +12,8 @@ require ( | ... | @@ -11,6 +12,8 @@ require ( |
) | ) | ||
require ( | require ( | ||
github.com/cespare/xxhash/v2 v2.1.2 // indirect | |||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect | |||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | ||
github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect | github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | github.com/google/uuid v1.3.0 // indirect | ||
... | ... |
This diff is collapsed.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/go-redis/redis/v8/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/go-redis/redis/v8/Makefile
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment