Skip to content

Commit 69876b0

Browse files
committed
bump-dependencies go
1 parent f4b1a08 commit 69876b0

File tree

5 files changed

+77
-76
lines changed

5 files changed

+77
-76
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.24"
22+
go-version: "1.25"
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v7
2525
with:
26-
version: v2.0
26+
version: latest
2727
args: >
2828
--enable govet
2929
--enable staticcheck

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: set up go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.24"
25+
go-version: "1.25"
2626

2727
- name: cache go modules
2828
uses: actions/cache@v4

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: set up go
1717
uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.24"
19+
go-version: "1.25"
2020

2121
- name: cache go modules
2222
uses: actions/cache@v4

go.mod

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module github.com/cloudfoundry-community/gautocloud
22

3-
go 1.24.1
3+
go 1.25.0
44

55
require (
6-
github.com/alexflint/go-arg v1.5.1
6+
github.com/alexflint/go-arg v1.6.0
77
github.com/azer/snakecase v1.0.0
88
github.com/cloudfoundry-community/go-cfenv v1.18.0
99
github.com/denisenkom/go-mssqldb v0.12.3
1010
github.com/go-redis/redis/v7 v7.4.1
11-
github.com/go-sql-driver/mysql v1.9.1
11+
github.com/go-sql-driver/mysql v1.9.3
1212
github.com/go-viper/encoding/hcl v0.1.0
1313
github.com/goamz/goamz v0.0.0-20180131231218-8b901b531db8
1414
github.com/golang/mock v1.6.0
@@ -17,45 +17,44 @@ require (
1717
github.com/lib/pq v1.10.9
1818
github.com/minio/minio-go v6.0.14+incompatible
1919
github.com/onsi/ginkgo v1.16.5
20-
github.com/onsi/gomega v1.36.1
20+
github.com/onsi/gomega v1.38.2
2121
github.com/rabbitmq/amqp091-go v1.10.0
2222
github.com/sirupsen/logrus v1.9.3
2323
github.com/spf13/viper v1.20.1
24-
github.com/urfave/cli v1.22.16
25-
golang.org/x/oauth2 v0.28.0
26-
golang.org/x/text v0.23.0
24+
github.com/urfave/cli v1.22.17
25+
golang.org/x/oauth2 v0.30.0
26+
golang.org/x/text v0.28.0
2727
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
2828
)
2929

3030
require (
3131
filippo.io/edwards25519 v1.1.0 // indirect
3232
github.com/alexflint/go-scalar v1.2.0 // indirect
33-
github.com/cpuguy83/go-md2man/v2 v2.0.6 // indirect
34-
github.com/fsnotify/fsnotify v1.8.0 // indirect
33+
github.com/cpuguy83/go-md2man/v2 v2.0.7 // indirect
34+
github.com/fsnotify/fsnotify v1.9.0 // indirect
3535
github.com/go-ini/ini v1.67.0 // indirect
36-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
36+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3737
github.com/golang-sql/civil v0.0.0-20220223132316-b832511892a9 // indirect
3838
github.com/golang-sql/sqlexp v0.1.0 // indirect
39-
github.com/google/go-cmp v0.6.0 // indirect
39+
github.com/google/go-cmp v0.7.0 // indirect
4040
github.com/hashicorp/hcl v1.0.0 // indirect
4141
github.com/jinzhu/inflection v1.0.0 // indirect
4242
github.com/mitchellh/go-homedir v1.1.0 // indirect
4343
github.com/mitchellh/mapstructure v1.5.0 // indirect
4444
github.com/nxadm/tail v1.4.11 // indirect
45-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
45+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
4646
github.com/russross/blackfriday/v2 v2.1.0 // indirect
47-
github.com/sagikazarmark/locafero v0.9.0 // indirect
48-
github.com/sourcegraph/conc v0.3.0 // indirect
47+
github.com/sagikazarmark/locafero v0.10.0 // indirect
48+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
4949
github.com/spf13/afero v1.14.0 // indirect
50-
github.com/spf13/cast v1.7.1 // indirect
51-
github.com/spf13/pflag v1.0.6 // indirect
50+
github.com/spf13/cast v1.9.2 // indirect
51+
github.com/spf13/pflag v1.0.7 // indirect
5252
github.com/subosito/gotenv v1.6.0 // indirect
5353
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
54-
go.uber.org/multierr v1.11.0 // indirect
55-
golang.org/x/crypto v0.36.0 // indirect
56-
golang.org/x/net v0.37.0 // indirect
57-
golang.org/x/sys v0.31.0 // indirect
58-
golang.org/x/tools v0.31.0 // indirect
54+
go.yaml.in/yaml/v3 v3.0.4 // indirect
55+
golang.org/x/crypto v0.41.0 // indirect
56+
golang.org/x/net v0.43.0 // indirect
57+
golang.org/x/sys v0.35.0 // indirect
5958
gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
6059
gopkg.in/yaml.v3 v3.0.1 // indirect
6160
)

0 commit comments

Comments
 (0)