Skip to content

Commit cf3e708

Browse files
chore(deps): bump github.com/casbin/gorm-adapter/v3 from 3.5.0 to 3.33.0
Bumps [github.com/casbin/gorm-adapter/v3](https://github.com/casbin/gorm-adapter) from 3.5.0 to 3.33.0. - [Release notes](https://github.com/casbin/gorm-adapter/releases) - [Changelog](https://github.com/casbin/gorm-adapter/blob/master/.releaserc.json) - [Commits](casbin/gorm-adapter@v3.5.0...v3.33.0) --- updated-dependencies: - dependency-name: github.com/casbin/gorm-adapter/v3 dependency-version: 3.33.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c295720 commit cf3e708

File tree

2 files changed

+100
-139
lines changed

2 files changed

+100
-139
lines changed

go.mod

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ require (
1212
github.com/appleboy/gin-jwt/v2 v2.10.3
1313
github.com/aws/aws-sdk-go v1.55.7
1414
github.com/bits-and-blooms/bitset v1.22.0
15-
github.com/casbin/casbin/v2 v2.81.0
16-
github.com/casbin/gorm-adapter/v3 v3.5.0
15+
github.com/casbin/casbin/v2 v2.100.0
16+
github.com/casbin/gorm-adapter/v3 v3.33.0
1717
github.com/cespare/xxhash/v2 v2.3.0
1818
github.com/colinmarc/hdfs/v2 v2.3.0
1919
github.com/containerd/containerd v1.6.38
@@ -99,9 +99,9 @@ require (
9999
google.golang.org/protobuf v1.36.6
100100
gopkg.in/natefinch/lumberjack.v2 v2.0.0
101101
gopkg.in/yaml.v3 v3.0.1
102-
gorm.io/driver/mysql v1.4.7
103-
gorm.io/driver/postgres v1.4.8
104-
gorm.io/gorm v1.25.0
102+
gorm.io/driver/mysql v1.5.7
103+
gorm.io/driver/postgres v1.5.9
104+
gorm.io/gorm v1.26.0
105105
gorm.io/plugin/soft_delete v1.2.1
106106
moul.io/zapgorm2 v1.3.0
107107
stathat.com/c/consistent v1.0.0
@@ -125,10 +125,11 @@ require (
125125
github.com/RichardKnop/logging v0.0.0-20190827224416-1a693bdd4fae // indirect
126126
github.com/armon/go-metrics v0.4.1 // indirect
127127
github.com/beorn7/perks v1.0.1 // indirect
128+
github.com/bmatcuk/doublestar/v4 v4.6.1 // indirect
128129
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874 // indirect
129130
github.com/bytedance/sonic v1.13.2 // indirect
130131
github.com/bytedance/sonic/loader v0.2.4 // indirect
131-
github.com/casbin/govaluate v1.1.0 // indirect
132+
github.com/casbin/govaluate v1.2.0 // indirect
132133
github.com/cenkalti/backoff/v5 v5.0.2 // indirect
133134
github.com/cloudwego/base64x v0.1.5 // indirect
134135
github.com/cncf/xds/go v0.0.0-20250326154945-ae57f3c0d45f // indirect
@@ -140,12 +141,15 @@ require (
140141
github.com/distribution/reference v0.5.0 // indirect
141142
github.com/docker/go-metrics v0.0.1 // indirect
142143
github.com/docker/libtrust v0.0.0-20150114040149-fa567046d9b1 // indirect
144+
github.com/dustin/go-humanize v1.0.1 // indirect
143145
github.com/envoyproxy/go-control-plane/envoy v1.32.4 // indirect
144146
github.com/envoyproxy/protoc-gen-validate v1.2.1 // indirect
145147
github.com/felixge/httpsnoop v1.0.4 // indirect
146148
github.com/fsnotify/fsnotify v1.7.0 // indirect
147149
github.com/gabriel-vasile/mimetype v1.4.9 // indirect
148150
github.com/gin-contrib/sse v1.1.0 // indirect
151+
github.com/glebarez/go-sqlite v1.20.3 // indirect
152+
github.com/glebarez/sqlite v1.7.0 // indirect
149153
github.com/go-echarts/go-echarts/v2 v2.2.4 // indirect
150154
github.com/go-jose/go-jose/v4 v4.0.5 // indirect
151155
github.com/go-logr/logr v1.4.3 // indirect
@@ -187,13 +191,13 @@ require (
187191
github.com/inconshreveable/mousetrap v1.1.0 // indirect
188192
github.com/jackc/pgpassfile v1.0.0 // indirect
189193
github.com/jackc/pgservicefile v0.0.0-20221227161230-091c0ba34f0a // indirect
190-
github.com/jackc/pgx/v5 v5.5.4 // indirect
194+
github.com/jackc/pgx/v5 v5.5.5 // indirect
191195
github.com/jackc/puddle/v2 v2.2.1 // indirect
192196
github.com/jcmturner/aescts/v2 v2.0.0 // indirect
193197
github.com/jcmturner/dnsutils/v2 v2.0.0 // indirect
194-
github.com/jcmturner/gofork v1.0.0 // indirect
198+
github.com/jcmturner/gofork v1.7.6 // indirect
195199
github.com/jcmturner/goidentity/v6 v6.0.1 // indirect
196-
github.com/jcmturner/gokrb5/v8 v8.4.2 // indirect
200+
github.com/jcmturner/gokrb5/v8 v8.4.4 // indirect
197201
github.com/jcmturner/rpc/v2 v2.0.3 // indirect
198202
github.com/jinzhu/inflection v1.0.0 // indirect
199203
github.com/jinzhu/now v1.1.5 // indirect
@@ -209,9 +213,8 @@ require (
209213
github.com/magiconair/properties v1.8.7 // indirect
210214
github.com/mailru/easyjson v0.7.7 // indirect
211215
github.com/mattn/go-isatty v0.0.20 // indirect
212-
github.com/mattn/go-sqlite3 v1.14.15 // indirect
213216
github.com/mdlayher/socket v0.4.1 // indirect
214-
github.com/microsoft/go-mssqldb v0.17.0 // indirect
217+
github.com/microsoft/go-mssqldb v1.6.0 // indirect
215218
github.com/miekg/dns v1.1.41 // indirect
216219
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
217220
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -228,6 +231,7 @@ require (
228231
github.com/prometheus/common v0.55.0 // indirect
229232
github.com/prometheus/procfs v0.15.1 // indirect
230233
github.com/rabbitmq/amqp091-go v1.9.0 // indirect
234+
github.com/remyoudompheng/bigfft v0.0.0-20230126093431-47fa9a501578 // indirect
231235
github.com/rivo/uniseg v0.4.7 // indirect
232236
github.com/robfig/cron/v3 v3.0.1 // indirect
233237
github.com/rs/cors v1.8.2 // indirect
@@ -276,6 +280,10 @@ require (
276280
google.golang.org/genproto/googleapis/rpc v0.0.0-20250603155806-513f23925822 // indirect
277281
gopkg.in/ini.v1 v1.67.0 // indirect
278282
gopkg.in/yaml.v2 v2.4.0 // indirect
279-
gorm.io/driver/sqlserver v1.4.1 // indirect
280-
gorm.io/plugin/dbresolver v1.3.0 // indirect
283+
gorm.io/driver/sqlserver v1.5.3 // indirect
284+
gorm.io/plugin/dbresolver v1.6.0 // indirect
285+
modernc.org/libc v1.22.2 // indirect
286+
modernc.org/mathutil v1.5.0 // indirect
287+
modernc.org/memory v1.5.0 // indirect
288+
modernc.org/sqlite v1.20.3 // indirect
281289
)

0 commit comments

Comments
 (0)