Skip to content

Commit c5fafe2

Browse files
committed
升级依赖
1 parent fa8531a commit c5fafe2

File tree

2 files changed

+32
-792
lines changed

2 files changed

+32
-792
lines changed

go.mod

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ go 1.18
44

55
require (
66
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
88
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
1010
github.com/go-ole/go-ole v1.2.6 // indirect
1111
github.com/go-sql-driver/mysql v1.6.0
1212
github.com/gorilla/websocket v1.5.0
1313
github.com/robfig/cron/v3 v3.0.1
1414
github.com/shirou/gopsutil v3.21.11+incompatible
15-
github.com/spf13/cobra v1.4.0
15+
github.com/spf13/cobra v1.5.0
1616
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
1717
github.com/tidwall/gjson v1.14.1
1818
github.com/tidwall/pretty v1.2.0
@@ -25,22 +25,24 @@ require (
2525
github.com/go-playground/locales v0.14.0 // indirect
2626
github.com/go-playground/universal-translator v0.18.0 // indirect
2727
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
3030
github.com/golang/snappy v0.0.4 // indirect
3131
github.com/inconshreveable/mousetrap v1.0.0 // indirect
3232
github.com/json-iterator/go v1.1.12 // indirect
3333
github.com/leodido/go-urn v1.2.1 // indirect
3434
github.com/mattn/go-isatty v0.0.14 // indirect
3535
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
3636
github.com/modern-go/reflect2 v1.0.2 // indirect
37+
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
3738
github.com/spf13/pflag v1.0.5 // indirect
3839
github.com/tidwall/match v1.1.1 // indirect
3940
github.com/tklauser/numcpus v0.5.0 // indirect
4041
github.com/ugorji/go/codec v1.2.7 // indirect
4142
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
4446
golang.org/x/text v0.3.7 // indirect
4547
google.golang.org/protobuf v1.28.0 // indirect
4648
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)