Skip to content

Commit e3712de

Browse files
Bump github.com/minio/minio-go/v7 from 7.0.93 to 7.0.94 (#1008)
Bumps [github.com/minio/minio-go/v7](https://github.com/minio/minio-go) from 7.0.93 to 7.0.94. - [Release notes](https://github.com/minio/minio-go/releases) - [Commits](minio/minio-go@v7.0.93...v7.0.94) --- updated-dependencies: - dependency-name: github.com/minio/minio-go/v7 dependency-version: 7.0.94 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cbbdb4 commit e3712de

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/ip2location/ip2location-go/v9 v9.7.1
1515
github.com/json-iterator/go v1.1.12
1616
github.com/mariomac/guara v0.0.0-20250408105519-1e4dbdfb7136
17-
github.com/minio/minio-go/v7 v7.0.93
17+
github.com/minio/minio-go/v7 v7.0.94
1818
github.com/mitchellh/mapstructure v1.5.0
1919
github.com/netobserv/gopipes v0.3.0
2020
github.com/netobserv/loki-client-go v0.0.0-20250425113517-526b43e51847

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@ github.com/minio/crc64nvme v1.0.2 h1:6uO1UxGAD+kwqWWp7mBFsi5gAse66C4NXO8cmcVculg
233233
github.com/minio/crc64nvme v1.0.2/go.mod h1:eVfm2fAzLlxMdUGc0EEBGSMmPwmXD5XiNRpnu9J3bvg=
234234
github.com/minio/md5-simd v1.1.2 h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=
235235
github.com/minio/md5-simd v1.1.2/go.mod h1:MzdKDxYpY2BT9XQFocsiZf/NKVtR7nkE4RoEpN+20RM=
236-
github.com/minio/minio-go/v7 v7.0.93 h1:lAB4QJp8Nq3vDMOU0eKgMuyBiEGMNlXQ5Glc8qAxqSU=
237-
github.com/minio/minio-go/v7 v7.0.93/go.mod h1:71t2CqDt3ThzESgZUlU1rBN54mksGGlkLcFgguDnnAc=
236+
github.com/minio/minio-go/v7 v7.0.94 h1:1ZoksIKPyaSt64AVOyaQvhDOgVC3MfZsWM6mZXRUGtM=
237+
github.com/minio/minio-go/v7 v7.0.94/go.mod h1:71t2CqDt3ThzESgZUlU1rBN54mksGGlkLcFgguDnnAc=
238238
github.com/mitchellh/copystructure v1.2.0 h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=
239239
github.com/mitchellh/copystructure v1.2.0/go.mod h1:qLl+cE2AmVv+CoeAwDPye/v+N2HKCj9FbZEVFJRxO9s=
240240
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=

vendor/github.com/minio/minio-go/v7/api-list.go

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/minio/minio-go/v7/api.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ github.com/minio/crc64nvme
265265
# github.com/minio/md5-simd v1.1.2
266266
## explicit; go 1.14
267267
github.com/minio/md5-simd
268-
# github.com/minio/minio-go/v7 v7.0.93
268+
# github.com/minio/minio-go/v7 v7.0.94
269269
## explicit; go 1.23.0
270270
github.com/minio/minio-go/v7
271271
github.com/minio/minio-go/v7/internal/json

0 commit comments

Comments
 (0)