#1 add dependencies to vendor
parent
7222fb5b
No related branches found
No related tags found
Showing
- go.mod 31 additions, 0 deletionsgo.mod
- go.sum 102 additions, 0 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/dimfeld/httppath/.travis.yml 0 additions, 0 deletionsvendor/github.com/dimfeld/httppath/.travis.yml
- vendor/github.com/dimfeld/httppath/LICENSE 0 additions, 0 deletionsvendor/github.com/dimfeld/httppath/LICENSE
- vendor/github.com/dimfeld/httppath/README.md 0 additions, 0 deletionsvendor/github.com/dimfeld/httppath/README.md
- vendor/github.com/dimfeld/httppath/path.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httppath/path.go
- vendor/github.com/dimfeld/httptreemux/v5/.gitignore 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/.gitignore
- vendor/github.com/dimfeld/httptreemux/v5/.travis.yml 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/.travis.yml
- vendor/github.com/dimfeld/httptreemux/v5/LICENSE 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/LICENSE
- vendor/github.com/dimfeld/httptreemux/v5/README.md 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/README.md
- vendor/github.com/dimfeld/httptreemux/v5/context.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/context.go
- vendor/github.com/dimfeld/httptreemux/v5/group.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/group.go
- vendor/github.com/dimfeld/httptreemux/v5/panichandler.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/panichandler.go
- vendor/github.com/dimfeld/httptreemux/v5/path.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/path.go
- vendor/github.com/dimfeld/httptreemux/v5/router.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/router.go
- vendor/github.com/dimfeld/httptreemux/v5/tree.go 0 additions, 0 deletionsvendor/github.com/dimfeld/httptreemux/v5/tree.go
go.mod
0 → 100644
module code.vereign.com/gaiax/tsa/task | ||
go 1.17 | ||
require ( | ||
code.vereign.com/gaiax/tsa/golib v0.0.0-20220321093827-5fdf8f34aad9 | ||
github.com/kelseyhightower/envconfig v1.4.0 | ||
go.uber.org/zap v1.21.0 | ||
goa.design/goa/v3 v3.7.0 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
) | ||
require ( | ||
github.com/dimfeld/httppath v0.0.0-20170720192232-ee938bf73598 // indirect | ||
github.com/dimfeld/httptreemux/v5 v5.4.0 // indirect | ||
github.com/google/uuid v1.3.0 // indirect | ||
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | ||
github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/smartystreets/assertions v1.2.1 // 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 | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | ||
) |
go.sum
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.
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/dimfeld/httppath/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/dimfeld/httppath/README.md
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/dimfeld/httppath/path.go
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.
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.
Please register or sign in to comment