Add MongoDB dependencies to vendor
parent
fba7a48e
No related branches found
No related tags found
Showing
- go.mod 13 additions, 1 deletiongo.mod
- go.sum 592 additions, 0 deletionsgo.sum
- vendor/github.com/go-stack/stack/.travis.yml 0 additions, 0 deletionsvendor/github.com/go-stack/stack/.travis.yml
- vendor/github.com/go-stack/stack/LICENSE.md 0 additions, 0 deletionsvendor/github.com/go-stack/stack/LICENSE.md
- vendor/github.com/go-stack/stack/README.md 0 additions, 0 deletionsvendor/github.com/go-stack/stack/README.md
- vendor/github.com/go-stack/stack/stack.go 0 additions, 0 deletionsvendor/github.com/go-stack/stack/stack.go
- vendor/github.com/golang/snappy/.gitignore 0 additions, 0 deletionsvendor/github.com/golang/snappy/.gitignore
- vendor/github.com/golang/snappy/AUTHORS 0 additions, 0 deletionsvendor/github.com/golang/snappy/AUTHORS
- vendor/github.com/golang/snappy/CONTRIBUTORS 0 additions, 0 deletionsvendor/github.com/golang/snappy/CONTRIBUTORS
- vendor/github.com/golang/snappy/LICENSE 0 additions, 0 deletionsvendor/github.com/golang/snappy/LICENSE
- vendor/github.com/golang/snappy/README 0 additions, 0 deletionsvendor/github.com/golang/snappy/README
- vendor/github.com/golang/snappy/decode.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/decode.go
- vendor/github.com/golang/snappy/decode_amd64.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/decode_amd64.go
- vendor/github.com/golang/snappy/decode_amd64.s 0 additions, 0 deletionsvendor/github.com/golang/snappy/decode_amd64.s
- vendor/github.com/golang/snappy/decode_other.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/decode_other.go
- vendor/github.com/golang/snappy/encode.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/encode.go
- vendor/github.com/golang/snappy/encode_amd64.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/encode_amd64.go
- vendor/github.com/golang/snappy/encode_amd64.s 0 additions, 0 deletionsvendor/github.com/golang/snappy/encode_amd64.s
- vendor/github.com/golang/snappy/encode_other.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/encode_other.go
- vendor/github.com/golang/snappy/snappy.go 0 additions, 0 deletionsvendor/github.com/golang/snappy/snappy.go
... | @@ -4,7 +4,9 @@ go 1.17 | ... | @@ -4,7 +4,9 @@ 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/google/uuid v1.3.0 | |||
github.com/kelseyhightower/envconfig v1.4.0 | github.com/kelseyhightower/envconfig v1.4.0 | ||
go.mongodb.org/mongo-driver v1.8.4 | |||
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 | ||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | golang.org/x/sync v0.0.0-20210220032951-036812b2e83c | ||
... | @@ -13,18 +15,28 @@ require ( | ... | @@ -13,18 +15,28 @@ require ( |
require ( | require ( | ||
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/go-stack/stack v1.8.0 // indirect | ||
github.com/golang/snappy v0.0.1 // indirect | |||
github.com/google/go-cmp v0.5.6 // indirect | |||
github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect | github.com/gopherjs/gopherjs v0.0.0-20220221023154-0b2280d3ff96 // indirect | ||
github.com/gorilla/websocket v1.5.0 // indirect | github.com/gorilla/websocket v1.5.0 // indirect | ||
github.com/jtolds/gls v4.20.0+incompatible // indirect | github.com/jtolds/gls v4.20.0+incompatible // indirect | ||
github.com/klauspost/compress v1.13.6 // indirect | |||
github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | github.com/manveru/faker v0.0.0-20171103152722-9fbc68a78c4d // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | |||
github.com/sergi/go-diff v1.2.0 // indirect | github.com/sergi/go-diff v1.2.0 // indirect | ||
github.com/smartystreets/assertions v1.2.1 // indirect | github.com/smartystreets/assertions v1.2.1 // indirect | ||
github.com/xdg-go/pbkdf2 v1.0.0 // indirect | |||
github.com/xdg-go/scram v1.0.2 // indirect | |||
github.com/xdg-go/stringprep v1.0.2 // indirect | |||
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect | |||
github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect | github.com/zach-klippenstein/goregen v0.0.0-20160303162051-795b5e3961ea // indirect | ||
go.uber.org/atomic v1.7.0 // indirect | go.uber.org/atomic v1.7.0 // indirect | ||
go.uber.org/multierr v1.6.0 // indirect | go.uber.org/multierr v1.6.0 // indirect | ||
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect | |||
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // 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/sys v0.0.0-20220317061510-51cd9980dadf // indirect | ||
golang.org/x/text v0.3.7 // indirect | |||
golang.org/x/tools v0.1.10 // indirect | golang.org/x/tools v0.1.10 // indirect | ||
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect | ||
gopkg.in/yaml.v2 v2.4.0 // indirect | gopkg.in/yaml.v2 v2.4.0 // indirect | ||
... | ... |
This diff is collapsed.
vendor/github.com/go-stack/stack/.travis.yml
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/go-stack/stack/LICENSE.md
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/go-stack/stack/README.md
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/go-stack/stack/stack.go
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/golang/snappy/.gitignore
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/golang/snappy/AUTHORS
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/golang/snappy/CONTRIBUTORS
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/golang/snappy/LICENSE
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/golang/snappy/README
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
vendor/github.com/golang/snappy/decode.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.
vendor/github.com/golang/snappy/encode.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.
vendor/github.com/golang/snappy/snappy.go
0 → 100644
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
Please register or sign in to comment