-
Notifications
You must be signed in to change notification settings - Fork 11
/
go.mod
38 lines (36 loc) · 1.51 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module github.com/ExperienceOne/apikit
go 1.13
require (
github.com/asaskevich/govalidator v0.0.0-20200108200545-475eaeb16496 // indirect
github.com/corpix/uarand v0.1.1 // indirect
github.com/dave/jennifer v1.4.0
github.com/fatih/astrewrite v0.0.0-20191207154002-9094e544fcef
github.com/go-openapi/analysis v0.19.7
github.com/go-openapi/errors v0.19.3
github.com/go-openapi/loads v0.19.4
github.com/go-openapi/runtime v0.19.11 // indirect
github.com/go-openapi/spec v0.19.6
github.com/go-openapi/strfmt v0.19.4
github.com/go-openapi/swag v0.19.7 // indirect
github.com/go-openapi/validate v0.19.6
github.com/go-ozzo/ozzo-routing v2.1.4+incompatible
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/go-playground/validator v9.31.0+incompatible
github.com/gofrs/uuid v3.2.0+incompatible
github.com/golang/gddo v0.0.0-20191216155521-fbfc0f5e7810 // indirect
github.com/icrowley/fake v0.0.0-20180203215853-4178557ae428
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mailru/easyjson v0.7.1 // indirect
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.11.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/urfave/cli v1.22.2
github.com/vektra/mockery/v2 v2.9.0
go.mongodb.org/mongo-driver v1.5.1 // indirect
golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6
golang.org/x/sys v0.1.0 // indirect
golang.org/x/tools v0.0.0-20200323144430-8dcfad9e016e
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
)