-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.18 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
module github.com/bytixo/TokenGrabber_API
go 1.17
require (
github.com/gofiber/fiber/v2 v2.18.0
github.com/joho/godotenv v1.3.0
github.com/pieterclaerhout/go-log v1.14.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.14
)
require (
github.com/andybalholm/brotli v1.0.2 // indirect
github.com/fatih/color v1.9.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.2 // indirect
github.com/klauspost/compress v1.13.4 // indirect
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.11 // indirect
github.com/mattn/go-sqlite3 v1.14.5 // indirect
github.com/pieterclaerhout/go-formatter v1.0.4 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/rotisserie/eris v0.4.0 // indirect
github.com/sanity-io/litter v1.2.0 // indirect
github.com/tidwall/gjson v1.3.2 // indirect
github.com/tidwall/match v1.0.1 // indirect
github.com/tidwall/pretty v1.0.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.29.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
golang.org/x/text v0.3.6 // indirect
)