@@ -4,22 +4,48 @@ go 1.16
4
4
5
5
require (
6
6
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
7
+ github.com/cespare/xxhash/v2 v2.1.2 // indirect
7
8
github.com/coreos/etcd v3.3.10+incompatible // indirect
8
9
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
9
- github.com/gin-gonic/gin v1.7.4
10
- github.com/go-co-op/gocron v1.7.1
11
- github.com/go-playground/validator/v10 v10.9.0 // indirect
12
- github.com/go-redis/redis/v8 v8.11.4 // indirect
13
- github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
10
+ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
11
+ github.com/fsnotify/fsnotify v1.5.1 // indirect
12
+ github.com/gin-contrib/sse v0.1.0 // indirect
13
+ github.com/gin-gonic/gin v1.7.7
14
+ github.com/go-co-op/gocron v1.13.0
15
+ github.com/go-playground/locales v0.14.0 // indirect
16
+ github.com/go-playground/universal-translator v0.18.0 // indirect
17
+ github.com/go-playground/validator/v10 v10.10.1 // indirect
18
+ github.com/go-redis/redis/v8 v8.11.4
19
+ github.com/golang-jwt/jwt v3.2.2+incompatible
14
20
github.com/golang/protobuf v1.5.2 // indirect
21
+ github.com/hashicorp/hcl v1.0.0 // indirect
22
+ github.com/jinzhu/inflection v1.0.0 // indirect
23
+ github.com/jinzhu/now v1.1.4 // indirect
24
+ github.com/json-iterator/go v1.1.12 // indirect
25
+ github.com/leodido/go-urn v1.2.1 // indirect
26
+ github.com/magiconair/properties v1.8.6 // indirect
27
+ github.com/mattn/go-isatty v0.0.14 // indirect
28
+ github.com/mattn/go-sqlite3 v1.14.12 // indirect
29
+ github.com/mitchellh/mapstructure v1.4.3 // indirect
15
30
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
16
- github.com/spf13/viper v1.10.1 // indirect
17
- github.com/ugorji/go v1.2.6 // indirect
31
+ github.com/modern-go/reflect2 v1.0.2 // indirect
32
+ github.com/pelletier/go-toml v1.9.4 // indirect
33
+ github.com/robfig/cron/v3 v3.0.1 // indirect
34
+ github.com/spf13/afero v1.8.1 // indirect
35
+ github.com/spf13/cast v1.4.1 // indirect
36
+ github.com/spf13/jwalterweatherman v1.1.0 // indirect
37
+ github.com/spf13/pflag v1.0.5 // indirect
38
+ github.com/spf13/viper v1.10.1
39
+ github.com/subosito/gotenv v1.2.0 // indirect
40
+ github.com/ugorji/go/codec v1.2.7 // indirect
18
41
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
19
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
42
+ golang.org/x/crypto v0.0.0-20220307211146-efcb8507fb70 // indirect
43
+ golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
44
+ golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
20
45
golang.org/x/text v0.3.7 // indirect
21
46
google.golang.org/protobuf v1.27.1 // indirect
47
+ gopkg.in/ini.v1 v1.66.4 // indirect
22
48
gopkg.in/yaml.v2 v2.4.0 // indirect
23
- gorm.io/driver/sqlite v1.1.5
24
- gorm.io/gorm v1.21.15
49
+ gorm.io/driver/sqlite v1.3.1
50
+ gorm.io/gorm v1.23.2
25
51
)
0 commit comments