|
1 | 1 | module github.com/utmstack/UTMStack/agent-manager |
2 | 2 |
|
3 | | -go 1.21.1 |
| 3 | +go 1.22.4 |
| 4 | + |
| 5 | +toolchain go1.23.4 |
4 | 6 |
|
5 | 7 | require ( |
6 | 8 | github.com/AtlasInsideCorp/AtlasInsideAES v1.0.0 |
7 | 9 | github.com/google/uuid v1.6.0 |
8 | | - github.com/threatwinds/logger v1.1.9 |
9 | | - google.golang.org/grpc v1.54.0 |
10 | | - google.golang.org/protobuf v1.33.0 |
11 | | - gorm.io/driver/postgres v1.5.2 |
12 | | - gorm.io/gorm v1.25.0 |
| 10 | + github.com/threatwinds/logger v1.1.12 |
| 11 | + google.golang.org/grpc v1.70.0 |
| 12 | + google.golang.org/protobuf v1.36.5 |
| 13 | + gorm.io/driver/postgres v1.5.11 |
| 14 | + gorm.io/gorm v1.25.12 |
13 | 15 | ) |
14 | 16 |
|
15 | 17 | require ( |
16 | | - github.com/bytedance/sonic v1.11.3 // indirect |
17 | | - github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect |
18 | | - github.com/chenzhuoyu/iasm v0.9.1 // indirect |
19 | | - github.com/gabriel-vasile/mimetype v1.4.3 // indirect |
| 18 | + github.com/bytedance/sonic v1.12.1 // indirect |
| 19 | + github.com/bytedance/sonic/loader v0.2.0 // indirect |
| 20 | + github.com/cloudwego/base64x v0.1.4 // indirect |
| 21 | + github.com/cloudwego/iasm v0.2.0 // indirect |
| 22 | + github.com/gabriel-vasile/mimetype v1.4.5 // indirect |
20 | 23 | github.com/gin-contrib/sse v0.1.0 // indirect |
21 | | - github.com/gin-gonic/gin v1.9.1 // indirect |
| 24 | + github.com/gin-gonic/gin v1.10.0 // indirect |
22 | 25 | github.com/go-playground/locales v0.14.1 // indirect |
23 | 26 | github.com/go-playground/universal-translator v0.18.1 // indirect |
24 | | - github.com/go-playground/validator/v10 v10.19.0 // indirect |
25 | | - github.com/goccy/go-json v0.10.2 // indirect |
26 | | - github.com/golang/protobuf v1.5.2 // indirect |
| 27 | + github.com/go-playground/validator/v10 v10.22.0 // indirect |
| 28 | + github.com/goccy/go-json v0.10.3 // indirect |
27 | 29 | github.com/jackc/pgpassfile v1.0.0 // indirect |
28 | 30 | github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect |
29 | | - github.com/jackc/pgx/v5 v5.5.4 // indirect |
| 31 | + github.com/jackc/pgx/v5 v5.5.5 // indirect |
30 | 32 | github.com/jackc/puddle/v2 v2.2.1 // indirect |
31 | 33 | github.com/jinzhu/inflection v1.0.0 // indirect |
32 | 34 | github.com/jinzhu/now v1.1.5 // indirect |
33 | 35 | github.com/json-iterator/go v1.1.12 // indirect |
34 | | - github.com/klauspost/cpuid/v2 v2.2.7 // indirect |
| 36 | + github.com/klauspost/cpuid/v2 v2.2.8 // indirect |
35 | 37 | github.com/kr/text v0.2.0 // indirect |
36 | 38 | github.com/leodido/go-urn v1.4.0 // indirect |
37 | 39 | github.com/mattn/go-isatty v0.0.20 // indirect |
38 | 40 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
39 | 41 | github.com/modern-go/reflect2 v1.0.2 // indirect |
40 | | - github.com/pelletier/go-toml/v2 v2.2.0 // indirect |
| 42 | + github.com/pelletier/go-toml/v2 v2.2.2 // indirect |
41 | 43 | github.com/rogpeppe/go-internal v1.12.0 // indirect |
42 | 44 | github.com/twitchyliquid64/golang-asm v0.15.1 // indirect |
43 | 45 | github.com/ugorji/go/codec v1.2.12 // indirect |
44 | | - golang.org/x/arch v0.7.0 // indirect |
45 | | - golang.org/x/crypto v0.22.0 // indirect |
46 | | - golang.org/x/net v0.24.0 // indirect |
47 | | - golang.org/x/sync v0.1.0 // indirect |
48 | | - golang.org/x/sys v0.19.0 // indirect |
49 | | - golang.org/x/text v0.14.0 // indirect |
| 46 | + golang.org/x/arch v0.9.0 // indirect |
| 47 | + golang.org/x/crypto v0.30.0 // indirect |
| 48 | + golang.org/x/net v0.32.0 // indirect |
| 49 | + golang.org/x/sync v0.10.0 // indirect |
| 50 | + golang.org/x/sys v0.28.0 // indirect |
| 51 | + golang.org/x/text v0.21.0 // indirect |
50 | 52 | google.golang.org/genproto v0.0.0-20230110181048-76db0878b65f // indirect |
51 | 53 | gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect |
52 | 54 | gopkg.in/yaml.v3 v3.0.1 // indirect |
|
0 commit comments