-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathgo.mod
26 lines (24 loc) · 993 Bytes
/
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
module github.com/bashmohandes/go-askme
go 1.16
require (
cloud.google.com/go v0.32.0 // indirect
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/gobuffalo/envy v1.9.0 // indirect
github.com/gobuffalo/packd v1.0.0 // indirect
github.com/gobuffalo/packr v1.30.1
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/uuid v1.2.0
github.com/jinzhu/gorm v1.9.16
github.com/joho/godotenv v1.3.0
github.com/julienschmidt/httprouter v1.3.0
github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
github.com/lestrrat-go/jwx v1.1.4 // indirect
github.com/lestrrat-go/pdebug v0.0.0-20210111095411-35b07dbf089b // indirect
github.com/lib/pq v1.9.0 // indirect
github.com/markbates/oncer v1.0.0 // indirect
github.com/okta/okta-jwt-verifier-golang v1.1.1
github.com/rogpeppe/go-internal v1.7.0 // indirect
go.uber.org/dig v1.10.0
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
google.golang.org/appengine v1.3.0 // indirect
)