Skip to content

Commit 5c846f3

Browse files
build(deps): bump the minor-and-patch group across 1 directory with 2 updates
Bumps the minor-and-patch group with 2 updates in the / directory: [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) and [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest). Updates `github.com/gin-gonic/gin` from 1.10.1 to 1.11.0 - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.10.1...v1.11.0) Updates `github.com/gruntwork-io/terratest` from 0.50.0 to 0.51.0 - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.50.0...v0.51.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch - dependency-name: github.com/gruntwork-io/terratest dependency-version: 0.51.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 84142e1 commit 5c846f3

File tree

2 files changed

+21
-97
lines changed

2 files changed

+21
-97
lines changed

go.mod

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ require (
99
github.com/docker/cli v28.4.0+incompatible
1010
github.com/docker/docker v28.4.0+incompatible
1111
github.com/docker/go-connections v0.6.0
12-
github.com/gin-gonic/gin v1.10.1
12+
github.com/gin-gonic/gin v1.11.0
1313
github.com/go-logr/logr v1.4.3
1414
github.com/google/go-containerregistry v0.20.6
15-
github.com/gruntwork-io/terratest v0.50.0
15+
github.com/gruntwork-io/terratest v0.51.0
1616
github.com/onsi/ginkgo/v2 v2.25.3
1717
github.com/onsi/gomega v1.38.2
1818
github.com/prometheus/client_golang v1.23.2
@@ -106,7 +106,6 @@ require (
106106
github.com/fsnotify/fsnotify v1.9.0 // indirect
107107
github.com/fxamacker/cbor/v2 v2.9.0 // indirect
108108
github.com/gabriel-vasile/mimetype v1.4.10 // indirect
109-
github.com/ghodss/yaml v1.0.0 // indirect
110109
github.com/gin-contrib/sse v1.1.0 // indirect
111110
github.com/go-errors/errors v1.5.1 // indirect
112111
github.com/go-logr/stdr v1.2.2 // indirect
@@ -131,6 +130,7 @@ require (
131130
github.com/go-sql-driver/mysql v1.9.3 // indirect
132131
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
133132
github.com/goccy/go-json v0.10.5 // indirect
133+
github.com/goccy/go-yaml v1.18.0 // indirect
134134
github.com/gogo/protobuf v1.3.2 // indirect
135135
github.com/golang-jwt/jwt/v4 v4.5.2 // indirect
136136
github.com/gonvenience/bunt v1.4.2 // indirect
@@ -185,6 +185,8 @@ require (
185185
github.com/prometheus/client_model v0.6.2 // indirect
186186
github.com/prometheus/common v0.66.1 // indirect
187187
github.com/prometheus/procfs v0.17.0 // indirect
188+
github.com/quic-go/qpack v0.5.1 // indirect
189+
github.com/quic-go/quic-go v0.54.0 // indirect
188190
github.com/russross/blackfriday/v2 v2.1.0 // indirect
189191
github.com/sergi/go-diff v1.4.0 // indirect
190192
github.com/sirupsen/logrus v1.9.3 // indirect
@@ -208,11 +210,13 @@ require (
208210
go.opentelemetry.io/otel/sdk v1.38.0 // indirect
209211
go.opentelemetry.io/otel/trace v1.38.0 // indirect
210212
go.opentelemetry.io/proto/otlp v1.8.0 // indirect
213+
go.uber.org/mock v0.5.0 // indirect
211214
go.uber.org/multierr v1.11.0 // indirect
212215
go.yaml.in/yaml/v2 v2.4.3 // indirect
213216
go.yaml.in/yaml/v3 v3.0.4 // indirect
214217
golang.org/x/arch v0.21.0 // indirect
215218
golang.org/x/crypto v0.42.0 // indirect
219+
golang.org/x/mod v0.28.0 // indirect
216220
golang.org/x/net v0.44.0 // indirect
217221
golang.org/x/oauth2 v0.31.0 // indirect
218222
golang.org/x/sync v0.17.0 // indirect

0 commit comments

Comments
 (0)