-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
26 lines (24 loc) · 1002 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/nireo/upfi
go 1.16
require (
github.com/alexbrainman/sspi v0.0.0-20180613141037-e580b900e9f5 // indirect
github.com/andybalholm/brotli v1.0.3 // indirect
github.com/buaazp/fasthttprouter v0.1.1 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/gorilla/csrf v1.7.1
github.com/jcmturner/gokrb5/v8 v8.2.0 // indirect
github.com/joho/godotenv v1.4.0
github.com/julienschmidt/httprouter v1.3.0
github.com/klauspost/compress v1.13.6 // indirect
github.com/satori/go.uuid v1.2.0
github.com/valyala/fasthttp v1.31.0
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/exp/errors v0.0.0-20210220032938-85be41e4509f // indirect
gopkg.in/jcmturner/aescts.v1 v1.0.1 // indirect
gopkg.in/jcmturner/dnsutils.v1 v1.0.1 // indirect
gopkg.in/jcmturner/goidentity.v3 v3.0.0 // indirect
gopkg.in/jcmturner/gokrb5.v7 v7.5.0 // indirect
gopkg.in/jcmturner/rpc.v1 v1.1.0 // indirect
gorm.io/driver/postgres v1.2.1
gorm.io/gorm v1.22.2
)