Skip to content

Commit 4b7b327

Browse files
committed
feat: Update the Gorm version
1 parent ecc1cff commit 4b7b327

178 files changed

Lines changed: 6201 additions & 8992 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/code.cloudfoundry.org/go.mod

Lines changed: 35 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -2,80 +2,83 @@ module code.cloudfoundry.org
22

33
go 1.25.0
44

5-
replace (
6-
github.com/cactus/go-statsd-client => github.com/cactus/go-statsd-client v2.0.2-0.20150911070441-6fa055a7b594+incompatible
7-
)
5+
replace github.com/cactus/go-statsd-client => github.com/cactus/go-statsd-client v2.0.2-0.20150911070441-6fa055a7b594+incompatible
86

97
require (
10-
code.cloudfoundry.org/clock v1.61.0
11-
code.cloudfoundry.org/debugserver v0.86.0
12-
code.cloudfoundry.org/diego-logging-client v0.93.0
13-
code.cloudfoundry.org/go-metric-registry v0.0.0-20260217151434-5acadfff053b
14-
code.cloudfoundry.org/lager/v3 v3.61.0
15-
code.cloudfoundry.org/localip v0.63.0
8+
code.cloudfoundry.org/cfhttp/v2 v2.71.0
9+
code.cloudfoundry.org/clock v1.63.0
10+
code.cloudfoundry.org/debugserver v0.88.0
11+
code.cloudfoundry.org/diego-logging-client v0.96.0
12+
code.cloudfoundry.org/eventhub v0.66.0
13+
code.cloudfoundry.org/go-loggregator/v9 v9.2.1
14+
code.cloudfoundry.org/go-metric-registry v0.0.0-20260303102542-76ee3e2b6585
15+
code.cloudfoundry.org/lager/v3 v3.63.0
16+
code.cloudfoundry.org/localip v0.65.0
1617
code.cloudfoundry.org/locket v0.0.0-20251117222557-be612341b29d
17-
code.cloudfoundry.org/routing-api v0.0.0-20260121170017-b01cc94c976d
18-
code.cloudfoundry.org/tlsconfig v0.46.0
18+
code.cloudfoundry.org/tlsconfig v0.47.0
1919
github.com/armon/go-proxyproto v0.1.0
20+
github.com/cactus/go-statsd-client v3.2.1+incompatible
21+
github.com/cloudfoundry-community/go-uaa v0.3.6
2022
github.com/cloudfoundry/cf-test-helpers/v2 v2.13.0
2123
github.com/cloudfoundry/custom-cats-reporters v0.0.2
2224
github.com/cloudfoundry/dropsonde v1.1.0
2325
github.com/cloudfoundry/sonde-go v0.0.0-20251217143644-d1670a435f2a
26+
github.com/go-sql-driver/mysql v1.9.3
27+
github.com/golang-jwt/jwt/v4 v4.5.2
2428
github.com/kisielk/errcheck v1.10.0
25-
github.com/nats-io/nats-server/v2 v2.12.4
29+
github.com/nats-io/nats-server/v2 v2.12.5
2630
github.com/nats-io/nats.go v1.49.0
2731
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
2832
github.com/onsi/ginkgo/v2 v2.28.1
2933
github.com/onsi/gomega v1.39.1
3034
github.com/openzipkin/zipkin-go v0.4.3
3135
github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
3236
github.com/tedsuo/ifrit v0.0.0-20230516164442-7862c310ad26
37+
github.com/tedsuo/rata v1.0.0
3338
github.com/urfave/cli v1.22.17
3439
github.com/urfave/negroni/v3 v3.1.1
3540
github.com/vito/go-sse v1.1.3
3641
go.step.sm/crypto v0.76.2
3742
go.uber.org/zap v1.27.1
3843
go.uber.org/zap/exp v0.3.0
39-
golang.org/x/crypto v0.48.0
40-
golang.org/x/net v0.51.0
41-
golang.org/x/oauth2 v0.35.0
42-
golang.org/x/tools v0.42.0
44+
golang.org/x/crypto v0.49.0
45+
golang.org/x/net v0.52.0
46+
golang.org/x/oauth2 v0.36.0
47+
golang.org/x/tools v0.43.0
48+
google.golang.org/grpc v1.79.2
4349
google.golang.org/protobuf v1.36.11
4450
gopkg.in/yaml.v3 v3.0.1
51+
gorm.io/driver/mysql v1.6.0
52+
gorm.io/driver/postgres v1.6.0
53+
gorm.io/gorm v1.31.1
4554
)
4655

4756
require (
4857
code.cloudfoundry.org/bbs v0.0.0-20260218135931-a998cae3b567 // indirect
49-
code.cloudfoundry.org/cfhttp/v2 v2.69.0 // indirect
50-
code.cloudfoundry.org/durationjson v0.64.0 // indirect
51-
code.cloudfoundry.org/eventhub v0.64.0 // indirect
58+
code.cloudfoundry.org/durationjson v0.66.0 // indirect
5259
code.cloudfoundry.org/go-diodes v0.0.0-20260209061029-a81ffbc46978 // indirect
53-
code.cloudfoundry.org/go-loggregator/v9 v9.2.1 // indirect
5460
code.cloudfoundry.org/inigo v0.0.0-20210615140442-4bdc4f6e44d5 // indirect
5561
filippo.io/edwards25519 v1.2.0 // indirect
5662
github.com/Masterminds/semver/v3 v3.4.0 // indirect
5763
github.com/antithesishq/antithesis-sdk-go v0.6.0 // indirect
5864
github.com/beorn7/perks v1.0.1 // indirect
5965
github.com/bmizerany/pat v0.0.0-20210406213842-e4b6760bdd6f // indirect
6066
github.com/cespare/xxhash/v2 v2.3.0 // indirect
61-
github.com/cloudfoundry-community/go-uaa v0.3.6 // indirect
6267
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
6368
github.com/facebookgo/clock v0.0.0-20150410010913-600d898af40a // indirect
6469
github.com/facebookgo/limitgroup v0.0.0-20150612190941-6abd8d71ec01 // indirect
6570
github.com/facebookgo/muster v0.0.0-20150708232844-fd3d7953fd52 // indirect
6671
github.com/go-logr/logr v1.4.3 // indirect
67-
github.com/go-sql-driver/mysql v1.9.3 // indirect
6872
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
6973
github.com/go-test/deep v1.0.7 // indirect
7074
github.com/gogo/protobuf v1.3.2 // indirect
71-
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
7275
github.com/google/go-cmp v0.7.0 // indirect
7376
github.com/google/go-tpm v0.9.8 // indirect
74-
github.com/google/pprof v0.0.0-20260202012954-cb029daf43ef // indirect
77+
github.com/google/pprof v0.0.0-20260302011040-a15ffb7f9dcc // indirect
7578
github.com/honeycombio/libhoney-go v1.26.0 // indirect
7679
github.com/jackc/pgpassfile v1.0.0 // indirect
7780
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
78-
github.com/jackc/pgx/v5 v5.8.0 // indirect
81+
github.com/jackc/pgx/v5 v5.9.2 // indirect
7982
github.com/jackc/puddle/v2 v2.2.2 // indirect
8083
github.com/jinzhu/inflection v1.0.0 // indirect
8184
github.com/jinzhu/now v1.1.5 // indirect
@@ -92,22 +95,16 @@ require (
9295
github.com/prometheus/procfs v0.20.1 // indirect
9396
github.com/russross/blackfriday/v2 v2.1.0 // indirect
9497
github.com/square/certstrap v1.3.0 // indirect
95-
github.com/tedsuo/rata v1.0.0 // indirect
9698
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
9799
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
98-
go.uber.org/automaxprocs v1.6.0 // indirect
99100
go.uber.org/multierr v1.11.0 // indirect
100-
go.yaml.in/yaml/v2 v2.4.3 // indirect
101+
go.yaml.in/yaml/v2 v2.4.4 // indirect
101102
go.yaml.in/yaml/v3 v3.0.4 // indirect
102-
golang.org/x/mod v0.33.0 // indirect
103-
golang.org/x/sync v0.19.0 // indirect
104-
golang.org/x/sys v0.41.0 // indirect
105-
golang.org/x/text v0.34.0 // indirect
106-
golang.org/x/time v0.14.0 // indirect
107-
google.golang.org/genproto/googleapis/rpc v0.0.0-20260226221140-a57be14db171 // indirect
108-
google.golang.org/grpc v1.79.1 // indirect
103+
golang.org/x/mod v0.34.0 // indirect
104+
golang.org/x/sync v0.20.0 // indirect
105+
golang.org/x/sys v0.42.0 // indirect
106+
golang.org/x/text v0.35.0 // indirect
107+
golang.org/x/time v0.15.0 // indirect
108+
google.golang.org/genproto/googleapis/rpc v0.0.0-20260311181403-84a4fc48630c // indirect
109109
gopkg.in/alexcesaro/statsd.v2 v2.0.0 // indirect
110-
gorm.io/driver/mysql v1.6.0 // indirect
111-
gorm.io/driver/postgres v1.6.0 // indirect
112-
gorm.io/gorm v1.31.1 // indirect
113110
)

0 commit comments

Comments
 (0)