|
1 | 1 | module trojan
|
2 | 2 |
|
3 |
| -go 1.19 |
| 3 | +go 1.20 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/appleboy/gin-jwt/v2 v2.9.0 |
| 6 | + github.com/appleboy/gin-jwt/v2 v2.9.1 |
7 | 7 | github.com/eiannone/keyboard v0.0.0-20220611211555-0d226195f203
|
8 | 8 | github.com/gin-contrib/gzip v0.0.6
|
9 |
| - github.com/gin-gonic/gin v1.8.1 |
| 9 | + github.com/gin-gonic/gin v1.9.0 |
10 | 10 | github.com/go-ole/go-ole v1.2.6 // indirect
|
11 |
| - github.com/go-sql-driver/mysql v1.6.0 |
| 11 | + github.com/go-sql-driver/mysql v1.7.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 | 15 | github.com/spf13/cobra v1.6.1
|
16 | 16 | github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
|
17 |
| - github.com/tidwall/gjson v1.14.3 |
| 17 | + github.com/tidwall/gjson v1.14.4 |
18 | 18 | github.com/tidwall/pretty v1.2.1
|
19 | 19 | github.com/tidwall/sjson v1.2.5
|
20 |
| - github.com/tklauser/go-sysconf v0.3.10 // indirect |
| 20 | + github.com/tklauser/go-sysconf v0.3.11 // indirect |
21 | 21 | )
|
22 | 22 |
|
23 | 23 | require (
|
| 24 | + github.com/bytedance/sonic v1.8.6 // indirect |
| 25 | + github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect |
24 | 26 | github.com/gin-contrib/sse v0.1.0 // indirect
|
25 |
| - github.com/go-playground/locales v0.14.0 // indirect |
26 |
| - github.com/go-playground/universal-translator v0.18.0 // indirect |
27 |
| - github.com/go-playground/validator/v10 v10.11.1 // indirect |
28 |
| - github.com/goccy/go-json v0.9.11 // indirect |
29 |
| - github.com/golang-jwt/jwt/v4 v4.4.2 // indirect |
| 27 | + github.com/go-playground/locales v0.14.1 // indirect |
| 28 | + github.com/go-playground/universal-translator v0.18.1 // indirect |
| 29 | + github.com/go-playground/validator/v10 v10.12.0 // indirect |
| 30 | + github.com/goccy/go-json v0.10.2 // indirect |
| 31 | + github.com/golang-jwt/jwt/v4 v4.5.0 // indirect |
30 | 32 | github.com/golang/snappy v0.0.4 // indirect
|
31 |
| - github.com/inconshreveable/mousetrap v1.0.1 // indirect |
| 33 | + github.com/inconshreveable/mousetrap v1.1.0 // indirect |
32 | 34 | github.com/json-iterator/go v1.1.12 // indirect
|
33 |
| - github.com/leodido/go-urn v1.2.1 // indirect |
34 |
| - github.com/mattn/go-isatty v0.0.16 // indirect |
| 35 | + github.com/klauspost/cpuid/v2 v2.2.4 // indirect |
| 36 | + github.com/leodido/go-urn v1.2.2 // indirect |
| 37 | + github.com/mattn/go-isatty v0.0.18 // indirect |
35 | 38 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
36 | 39 | github.com/modern-go/reflect2 v1.0.2 // indirect
|
37 |
| - github.com/pelletier/go-toml/v2 v2.0.5 // indirect |
| 40 | + github.com/pelletier/go-toml/v2 v2.0.7 // indirect |
38 | 41 | github.com/spf13/pflag v1.0.5 // indirect
|
39 | 42 | github.com/tidwall/match v1.1.1 // indirect
|
40 |
| - github.com/tklauser/numcpus v0.5.0 // indirect |
41 |
| - github.com/ugorji/go/codec v1.2.7 // indirect |
| 43 | + github.com/tklauser/numcpus v0.6.0 // indirect |
| 44 | + github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
| 45 | + github.com/ugorji/go/codec v1.2.11 // indirect |
42 | 46 | github.com/yusufpapurcu/wmi v1.2.2 // 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 |
48 |
| - gopkg.in/yaml.v2 v2.4.0 // indirect |
| 47 | + golang.org/x/arch v0.3.0 // indirect |
| 48 | + golang.org/x/crypto v0.7.0 // indirect |
| 49 | + golang.org/x/net v0.8.0 // indirect |
| 50 | + golang.org/x/sys v0.6.0 // indirect |
| 51 | + golang.org/x/text v0.8.0 // indirect |
| 52 | + google.golang.org/protobuf v1.30.0 // indirect |
| 53 | + gopkg.in/yaml.v3 v3.0.1 // indirect |
49 | 54 | )
|
0 commit comments