-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
29 lines (27 loc) · 1.19 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
module traefikmanager
go 1.18
require (
github.com/andybalholm/brotli v1.0.4 // indirect
github.com/caarlos0/env/v6 v6.9.1 // indirect
github.com/coreos/go-oidc/v3 v3.1.0 // indirect
github.com/go-sql-driver/mysql v1.6.0 // indirect
github.com/gofiber/fiber/v2 v2.32.0 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/jinzhu/inflection v1.0.0 // indirect
github.com/jinzhu/now v1.1.5 // indirect
github.com/joho/godotenv v1.4.0 // indirect
github.com/klauspost/compress v1.15.2 // indirect
github.com/samber/lo v1.20.0 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
github.com/valyala/fasthttp v1.36.0 // indirect
github.com/valyala/tcplisten v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20220502124256-b6088ccd6cba // indirect
google.golang.org/appengine v1.4.0 // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gorm.io/driver/mysql v1.3.3 // indirect
gorm.io/gorm v1.23.5 // indirect
)