-
Notifications
You must be signed in to change notification settings - Fork 10
/
go.mod
49 lines (47 loc) · 1.93 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
39
40
41
42
43
44
45
46
47
48
49
module github.com/cmsgov/easi-app
go 1.14
require (
github.com/99designs/gqlgen v0.13.0
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
github.com/aws/aws-sdk-go v1.30.28
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-openapi/errors v0.19.4
github.com/go-openapi/loads v0.19.5 // indirect
github.com/go-openapi/runtime v0.19.15
github.com/go-openapi/spec v0.19.8 // indirect
github.com/go-openapi/strfmt v0.19.5
github.com/go-openapi/swag v0.19.9
github.com/go-openapi/validate v0.19.8
github.com/google/go-cmp v0.3.1 // indirect
github.com/google/uuid v1.1.1
github.com/gorilla/mux v1.7.4
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect
github.com/guregu/null v4.0.0+incompatible
github.com/jmoiron/sqlx v1.2.0
github.com/launchdarkly/eventsource v1.6.1 // indirect
github.com/lestrrat-go/jwx v1.0.2 // indirect
github.com/lib/pq v1.5.2
github.com/mitchellh/mapstructure v1.3.0 // indirect
github.com/oklog/run v1.1.0
github.com/okta/okta-jwt-verifier-golang v0.1.0
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/pquerna/otp v1.2.0
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.0
github.com/stretchr/testify v1.6.1
github.com/vektah/gqlparser/v2 v2.1.0
go.mongodb.org/mongo-driver v1.3.3 // indirect
go.uber.org/zap v1.15.0
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200513185701-a91f0712d120
golang.org/x/sys v0.0.0-20200513112337-417ce2331b5c // indirect
gopkg.in/ini.v1 v1.56.0 // indirect
gopkg.in/launchdarkly/go-sdk-common.v2 v2.0.1
gopkg.in/launchdarkly/go-server-sdk.v5 v5.0.2
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)