Skip to content

Commit 024fc08

Browse files
committed
升级依赖
1 parent c5fafe2 commit 024fc08

File tree

2 files changed

+59
-64
lines changed

2 files changed

+59
-64
lines changed

go.mod

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,49 @@
11
module trojan
22

3-
go 1.18
3+
go 1.19
44

55
require (
6-
github.com/appleboy/gin-jwt/v2 v2.8.0
6+
github.com/appleboy/gin-jwt/v2 v2.9.0
77
github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
8-
github.com/gin-contrib/gzip v0.0.5
8+
github.com/gin-contrib/gzip v0.0.6
99
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.5.0
15+
github.com/spf13/cobra v1.6.1
1616
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
17-
github.com/tidwall/gjson v1.14.1
18-
github.com/tidwall/pretty v1.2.0
19-
github.com/tidwall/sjson v1.2.4
17+
github.com/tidwall/gjson v1.14.3
18+
github.com/tidwall/pretty v1.2.1
19+
github.com/tidwall/sjson v1.2.5
2020
github.com/tklauser/go-sysconf v0.3.10 // indirect
2121
)
2222

2323
require (
2424
github.com/gin-contrib/sse v0.1.0 // indirect
2525
github.com/go-playground/locales v0.14.0 // indirect
2626
github.com/go-playground/universal-translator v0.18.0 // indirect
27-
github.com/go-playground/validator/v10 v10.11.0 // indirect
28-
github.com/goccy/go-json v0.9.7 // indirect
27+
github.com/go-playground/validator/v10 v10.11.1 // indirect
28+
github.com/goccy/go-json v0.9.11 // indirect
2929
github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
3030
github.com/golang/snappy v0.0.4 // indirect
31-
github.com/inconshreveable/mousetrap v1.0.0 // indirect
31+
github.com/inconshreveable/mousetrap v1.0.1 // indirect
3232
github.com/json-iterator/go v1.1.12 // indirect
3333
github.com/leodido/go-urn v1.2.1 // indirect
34-
github.com/mattn/go-isatty v0.0.14 // indirect
34+
github.com/mattn/go-isatty v0.0.16 // 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
37+
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
3838
github.com/spf13/pflag v1.0.5 // indirect
3939
github.com/tidwall/match v1.1.1 // indirect
4040
github.com/tklauser/numcpus v0.5.0 // indirect
4141
github.com/ugorji/go/codec v1.2.7 // indirect
4242
github.com/yusufpapurcu/wmi v1.2.2 // 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
46-
golang.org/x/text v0.3.7 // indirect
47-
google.golang.org/protobuf v1.28.0 // indirect
43+
golang.org/x/crypto v0.1.0 // indirect
44+
golang.org/x/net v0.1.0 // indirect
45+
golang.org/x/sys v0.1.0 // indirect
46+
golang.org/x/text v0.4.0 // indirect
47+
google.golang.org/protobuf v1.28.1 // indirect
4848
gopkg.in/yaml.v2 v2.4.0 // indirect
4949
)

0 commit comments

Comments
 (0)