-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 776 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module rest
go 1.18
require (
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/gorilla/handlers v1.5.1
github.com/gorilla/mux v1.8.0
github.com/subosito/gotenv v1.4.0
github.com/uptrace/bun v1.1.5
github.com/uptrace/bun/dialect/pgdialect v1.1.5
github.com/uptrace/bun/driver/pgdriver v1.1.5
)
require (
github.com/felixge/httpsnoop v1.0.1 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
golang.org/x/crypto v0.0.0-20220511200225-c6db032c6c88 // indirect
golang.org/x/sys v0.0.0-20220503163025-988cb79eb6c6 // indirect
mellium.im/sasl v0.2.1 // indirect
)