@@ -4,15 +4,15 @@ go 1.18
4
4
5
5
require (
6
6
github.com/appleboy/gin-jwt/v2 v2.8.0
7
- github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807
7
+ github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
8
8
github.com/gin-contrib/gzip v0.0.5
9
- github.com/gin-gonic/gin v1.7.7
9
+ github.com/gin-gonic/gin v1.8.1
10
10
github.com/go-ole/go-ole v1.2.6 // indirect
11
11
github.com/go-sql-driver/mysql v1.6.0
12
12
github.com/gorilla/websocket v1.5.0
13
13
github.com/robfig/cron/v3 v3.0.1
14
14
github.com/shirou/gopsutil v3.21.11+incompatible
15
- github.com/spf13/cobra v1.4 .0
15
+ github.com/spf13/cobra v1.5 .0
16
16
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
17
17
github.com/tidwall/gjson v1.14.1
18
18
github.com/tidwall/pretty v1.2.0
@@ -25,22 +25,24 @@ require (
25
25
github.com/go-playground/locales v0.14.0 // indirect
26
26
github.com/go-playground/universal-translator v0.18.0 // indirect
27
27
github.com/go-playground/validator/v10 v10.11.0 // indirect
28
- github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
29
- github.com/golang/protobuf v1.5 .2 // indirect
28
+ github.com/goccy/go-json v0.9.7 // indirect
29
+ github.com/golang-jwt/jwt/v4 v4.4 .2 // indirect
30
30
github.com/golang/snappy v0.0.4 // indirect
31
31
github.com/inconshreveable/mousetrap v1.0.0 // indirect
32
32
github.com/json-iterator/go v1.1.12 // indirect
33
33
github.com/leodido/go-urn v1.2.1 // indirect
34
34
github.com/mattn/go-isatty v0.0.14 // indirect
35
35
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
36
36
github.com/modern-go/reflect2 v1.0.2 // indirect
37
+ github.com/pelletier/go-toml/v2 v2.0.2 // indirect
37
38
github.com/spf13/pflag v1.0.5 // indirect
38
39
github.com/tidwall/match v1.1.1 // indirect
39
40
github.com/tklauser/numcpus v0.5.0 // indirect
40
41
github.com/ugorji/go/codec v1.2.7 // indirect
41
42
github.com/yusufpapurcu/wmi v1.2.2 // indirect
42
- golang.org/x/crypto v0.0.0-20220518034528-6f7dac969898 // indirect
43
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
43
+ golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
44
+ golang.org/x/net v0.0.0-20220622184535-263ec571b305 // indirect
45
+ golang.org/x/sys v0.0.0-20220622161953-175b2fd9d664 // indirect
44
46
golang.org/x/text v0.3.7 // indirect
45
47
google.golang.org/protobuf v1.28.0 // indirect
46
48
gopkg.in/yaml.v2 v2.4.0 // indirect
0 commit comments