forked from gourouting/singo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
22 lines (20 loc) · 665 Bytes
/
go.mod
File metadata and controls
22 lines (20 loc) · 665 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module singo
go 1.16
require (
github.com/apolloconfig/agollo/v4 v4.2.1
github.com/gin-contrib/cors v1.3.1
github.com/gin-contrib/sessions v0.0.3
github.com/gin-gonic/gin v1.7.1
github.com/go-redis/redis v6.15.9+incompatible
github.com/joho/godotenv v1.3.0
github.com/onsi/gomega v1.12.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
github.com/spf13/afero v1.9.3 // indirect
github.com/spf13/viper v1.14.0 // indirect
golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e
golang.org/x/sys v0.2.0 // indirect
gopkg.in/go-playground/validator.v8 v8.18.2
gopkg.in/yaml.v2 v2.4.0
gorm.io/driver/mysql v1.1.0
gorm.io/gorm v1.21.10
)