|
1 | 1 | module trojan
|
2 | 2 |
|
3 |
| -go 1.18 |
| 3 | +go 1.19 |
4 | 4 |
|
5 | 5 | require (
|
6 |
| - github.com/appleboy/gin-jwt/v2 v2.8.0 |
| 6 | + github.com/appleboy/gin-jwt/v2 v2.9.0 |
7 | 7 | 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 |
9 | 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.5.0 |
| 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.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 |
20 | 20 | github.com/tklauser/go-sysconf v0.3.10 // indirect
|
21 | 21 | )
|
22 | 22 |
|
23 | 23 | require (
|
24 | 24 | github.com/gin-contrib/sse v0.1.0 // indirect
|
25 | 25 | github.com/go-playground/locales v0.14.0 // indirect
|
26 | 26 | 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 |
29 | 29 | github.com/golang-jwt/jwt/v4 v4.4.2 // indirect
|
30 | 30 | 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 |
32 | 32 | github.com/json-iterator/go v1.1.12 // indirect
|
33 | 33 | 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 |
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 | + github.com/pelletier/go-toml/v2 v2.0.5 // indirect |
38 | 38 | github.com/spf13/pflag v1.0.5 // indirect
|
39 | 39 | github.com/tidwall/match v1.1.1 // indirect
|
40 | 40 | github.com/tklauser/numcpus v0.5.0 // indirect
|
41 | 41 | github.com/ugorji/go/codec v1.2.7 // indirect
|
42 | 42 | 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 |
48 | 48 | gopkg.in/yaml.v2 v2.4.0 // indirect
|
49 | 49 | )
|
0 commit comments