@@ -3,19 +3,19 @@ module github.com/suyuan32/simple-admin-file
3
3
go 1.23.0
4
4
5
5
require (
6
- entgo.io/ent v0.14.3
6
+ entgo.io/ent v0.14.4
7
7
github.com/aws/aws-sdk-go v1.55.6
8
- github.com/casbin/casbin/v2 v2.103 .0
8
+ github.com/casbin/casbin/v2 v2.104 .0
9
9
github.com/duke-git/lancet/v2 v2.3.5
10
- github.com/gofrs/uuid/v5 v5.3.1
11
- github.com/redis/go-redis/v9 v9.7.1
12
- github.com/suyuan32/simple-admin-common v1.6.5
13
- github.com/suyuan32/simple-admin-core v1.6.5
14
- github.com/zeromicro/go-zero v1.8.1
15
- google.golang.org/grpc v1.71.0
10
+ github.com/gofrs/uuid/v5 v5.3.2
11
+ github.com/redis/go-redis/v9 v9.7.3
12
+ github.com/suyuan32/simple-admin-common v1.6.6
13
+ github.com/suyuan32/simple-admin-core v1.6.6
14
+ github.com/zeromicro/go-zero v1.8.2
15
+ google.golang.org/grpc v1.71.1
16
16
)
17
17
18
- replace github.com/zeromicro/go-zero v1.8.1 => github.com/suyuan32/simple-admin-tools v1.8.1
18
+ replace github.com/zeromicro/go-zero v1.8.2 => github.com/suyuan32/simple-admin-tools v1.8.2
19
19
20
20
require (
21
21
ariga.io/atlas v0.32.0 // indirect
@@ -36,20 +36,20 @@ require (
36
36
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
37
37
github.com/emicklei/go-restful/v3 v3.12.2 // indirect
38
38
github.com/fatih/color v1.18.0 // indirect
39
- github.com/fxamacker/cbor/v2 v2.7 .0 // indirect
39
+ github.com/fxamacker/cbor/v2 v2.8 .0 // indirect
40
40
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
41
41
github.com/go-logr/logr v1.4.2 // indirect
42
42
github.com/go-logr/stdr v1.2.2 // indirect
43
- github.com/go-openapi/inflect v0.21.0 // indirect
44
- github.com/go-openapi/jsonpointer v0.21.0 // indirect
43
+ github.com/go-openapi/inflect v0.21.2 // indirect
44
+ github.com/go-openapi/jsonpointer v0.21.1 // indirect
45
45
github.com/go-openapi/jsonreference v0.21.0 // indirect
46
- github.com/go-openapi/swag v0.23.0 // indirect
46
+ github.com/go-openapi/swag v0.23.1 // indirect
47
47
github.com/go-playground/locales v0.14.1 // indirect
48
48
github.com/go-playground/universal-translator v0.18.1 // indirect
49
- github.com/go-playground/validator/v10 v10.25 .0 // indirect
50
- github.com/go-sql-driver/mysql v1.9.0 // indirect
49
+ github.com/go-playground/validator/v10 v10.26 .0 // indirect
50
+ github.com/go-sql-driver/mysql v1.9.2 // indirect
51
51
github.com/gogo/protobuf v1.3.2 // indirect
52
- github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
52
+ github.com/golang-jwt/jwt/v5 v5.2.2 // indirect
53
53
github.com/golang/mock v1.6.0 // indirect
54
54
github.com/golang/protobuf v1.5.4 // indirect
55
55
github.com/google/gnostic-models v0.6.9 // indirect
@@ -60,37 +60,36 @@ require (
60
60
github.com/hashicorp/hcl/v2 v2.23.0 // indirect
61
61
github.com/jackc/pgpassfile v1.0.0 // indirect
62
62
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
63
- github.com/jackc/pgx/v5 v5.7.2 // indirect
63
+ github.com/jackc/pgx/v5 v5.7.4 // indirect
64
64
github.com/jackc/puddle/v2 v2.2.2 // indirect
65
65
github.com/jmespath/go-jmespath v0.4.0 // indirect
66
66
github.com/josharian/intern v1.0.0 // indirect
67
67
github.com/json-iterator/go v1.1.12 // indirect
68
- github.com/klauspost/compress v1.18.0 // indirect
69
68
github.com/leodido/go-urn v1.4.0 // indirect
70
69
github.com/lib/pq v1.10.9 // indirect
71
70
github.com/mailru/easyjson v0.9.0 // indirect
72
71
github.com/mattn/go-colorable v0.1.14 // indirect
73
72
github.com/mattn/go-isatty v0.0.20 // indirect
74
- github.com/mattn/go-sqlite3 v1.14.24 // indirect
73
+ github.com/mattn/go-sqlite3 v1.14.27 // indirect
75
74
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
76
75
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
77
76
github.com/modern-go/reflect2 v1.0.2 // indirect
78
77
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
79
- github.com/nicksnyder/go-i18n/v2 v2.5.1 // indirect
78
+ github.com/nicksnyder/go-i18n/v2 v2.6.0 // indirect
80
79
github.com/openzipkin/zipkin-go v0.4.3 // indirect
81
- github.com/pelletier/go-toml/v2 v2.2.3 // indirect
80
+ github.com/pelletier/go-toml/v2 v2.2.4 // indirect
82
81
github.com/pkg/errors v0.9.1 // indirect
83
- github.com/prometheus/client_golang v1.21.1 // indirect
82
+ github.com/prometheus/client_golang v1.22.0 // indirect
84
83
github.com/prometheus/client_model v0.6.1 // indirect
85
- github.com/prometheus/common v0.62 .0 // indirect
86
- github.com/prometheus/procfs v0.15.1 // indirect
84
+ github.com/prometheus/common v0.63 .0 // indirect
85
+ github.com/prometheus/procfs v0.16.0 // indirect
87
86
github.com/spaolacci/murmur3 v1.1.0 // indirect
88
87
github.com/x448/float16 v0.8.4 // indirect
89
88
github.com/zclconf/go-cty v1.16.2 // indirect
90
89
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
91
- go.etcd.io/etcd/api/v3 v3.5.19 // indirect
92
- go.etcd.io/etcd/client/pkg/v3 v3.5.19 // indirect
93
- go.etcd.io/etcd/client/v3 v3.5.19 // indirect
90
+ go.etcd.io/etcd/api/v3 v3.5.21 // indirect
91
+ go.etcd.io/etcd/client/pkg/v3 v3.5.21 // indirect
92
+ go.etcd.io/etcd/client/v3 v3.5.21 // indirect
94
93
go.opentelemetry.io/auto/sdk v1.1.0 // indirect
95
94
go.opentelemetry.io/otel v1.35.0 // indirect
96
95
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0 // indirect
@@ -105,19 +104,19 @@ require (
105
104
go.uber.org/automaxprocs v1.6.0 // indirect
106
105
go.uber.org/multierr v1.11.0 // indirect
107
106
go.uber.org/zap v1.27.0 // indirect
108
- golang.org/x/crypto v0.36 .0 // indirect
107
+ golang.org/x/crypto v0.37 .0 // indirect
109
108
golang.org/x/mod v0.24.0 // indirect
110
- golang.org/x/net v0.37 .0 // indirect
111
- golang.org/x/oauth2 v0.28 .0 // indirect
112
- golang.org/x/sync v0.12 .0 // indirect
113
- golang.org/x/sys v0.31 .0 // indirect
114
- golang.org/x/term v0.30 .0 // indirect
115
- golang.org/x/text v0.23 .0 // indirect
109
+ golang.org/x/net v0.39 .0 // indirect
110
+ golang.org/x/oauth2 v0.29 .0 // indirect
111
+ golang.org/x/sync v0.13 .0 // indirect
112
+ golang.org/x/sys v0.32 .0 // indirect
113
+ golang.org/x/term v0.31 .0 // indirect
114
+ golang.org/x/text v0.24 .0 // indirect
116
115
golang.org/x/time v0.11.0 // indirect
117
- golang.org/x/tools v0.31 .0 // indirect
118
- google.golang.org/genproto/googleapis/api v0.0.0-20250311190419-81fb87f6b8bf // indirect
119
- google.golang.org/genproto/googleapis/rpc v0.0.0-20250311190419-81fb87f6b8bf // indirect
120
- google.golang.org/protobuf v1.36.5 // indirect
116
+ golang.org/x/tools v0.32 .0 // indirect
117
+ google.golang.org/genproto/googleapis/api v0.0.0-20250407143221-ac9807e6c755 // indirect
118
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250407143221-ac9807e6c755 // indirect
119
+ google.golang.org/protobuf v1.36.6 // indirect
121
120
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
122
121
gopkg.in/inf.v0 v0.9.1 // indirect
123
122
gopkg.in/yaml.v2 v2.4.0 // indirect
@@ -126,8 +125,8 @@ require (
126
125
k8s.io/apimachinery v0.32.3 // indirect
127
126
k8s.io/client-go v0.32.3 // indirect
128
127
k8s.io/klog/v2 v2.130.1 // indirect
129
- k8s.io/kube-openapi v0.0.0-20250304201544-e5f78fe3ede9 // indirect
130
- k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
128
+ k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff // indirect
129
+ k8s.io/utils v0.0.0-20250321185631-1f6e0b77f77e // indirect
131
130
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
132
131
sigs.k8s.io/randfill v1.0.0 // indirect
133
132
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 // indirect
0 commit comments