Commit dependencies to vendor
parent
3d14fb2d
No related branches found
No related tags found
Showing
- go.mod 9 additions, 1 deletiongo.mod
- go.sum 53 additions, 4 deletionsgo.sum
- vendor/code.vereign.com/gaiax/tsa/golib/LICENSE 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/LICENSE
- vendor/code.vereign.com/gaiax/tsa/golib/errors/errors.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/errors/errors.go
- vendor/code.vereign.com/gaiax/tsa/golib/errors/shortid.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/errors/shortid.go
- vendor/code.vereign.com/gaiax/tsa/golib/graceful/graceful.go 0 additions, 0 deletionsvendor/code.vereign.com/gaiax/tsa/golib/graceful/graceful.go
- vendor/github.com/kelseyhightower/envconfig/.travis.yml 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/.travis.yml
- vendor/github.com/kelseyhightower/envconfig/LICENSE 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/LICENSE
- vendor/github.com/kelseyhightower/envconfig/MAINTAINERS 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/MAINTAINERS
- vendor/github.com/kelseyhightower/envconfig/README.md 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/README.md
- vendor/github.com/kelseyhightower/envconfig/doc.go 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/doc.go
- vendor/github.com/kelseyhightower/envconfig/env_os.go 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/env_os.go
- vendor/github.com/kelseyhightower/envconfig/env_syscall.go 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/env_syscall.go
- vendor/github.com/kelseyhightower/envconfig/envconfig.go 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/envconfig.go
- vendor/github.com/kelseyhightower/envconfig/usage.go 0 additions, 0 deletionsvendor/github.com/kelseyhightower/envconfig/usage.go
- vendor/go.uber.org/atomic/.codecov.yml 0 additions, 0 deletionsvendor/go.uber.org/atomic/.codecov.yml
- vendor/go.uber.org/atomic/.gitignore 0 additions, 0 deletionsvendor/go.uber.org/atomic/.gitignore
- vendor/go.uber.org/atomic/.travis.yml 0 additions, 0 deletionsvendor/go.uber.org/atomic/.travis.yml
- vendor/go.uber.org/atomic/CHANGELOG.md 0 additions, 0 deletionsvendor/go.uber.org/atomic/CHANGELOG.md
- vendor/go.uber.org/atomic/LICENSE.txt 0 additions, 0 deletionsvendor/go.uber.org/atomic/LICENSE.txt
... | ... | @@ -2,7 +2,13 @@ module code.vereign.com/gaiax/tsa/infohub |
go 1.17 | ||
require goa.design/goa/v3 v3.7.5 | ||
require ( | ||
code.vereign.com/gaiax/tsa/golib v0.0.0-20220516062342-25fce7999743 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
go.uber.org/zap v1.21.0 | ||
goa.design/goa/v3 v3.7.5 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) | ||
require ( | ||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | ||
... | ... | @@ -15,6 +21,8 @@ require ( |
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/smartystreets/assertions v1.13.0 // indirect | ||
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect | ||
golang.org/x/sys v0.0.0-20220317061510-51cd9980dadf // indirect | ||
golang.org/x/tools v0.1.10 // indirect | ||
... | ... |
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/go.uber.org/atomic/.codecov.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/go.uber.org/atomic/.gitignore
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/go.uber.org/atomic/.travis.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/go.uber.org/atomic/CHANGELOG.md
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/go.uber.org/atomic/LICENSE.txt
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment