-
Notifications
You must be signed in to change notification settings - Fork 646
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a506e3d
commit c925075
Showing
5 changed files
with
19 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
module github.com/minio/minio-go/v7 | ||
|
||
go 1.21 | ||
go 1.22 | ||
|
||
require ( | ||
github.com/dustin/go-humanize v1.0.1 | ||
github.com/go-ini/ini v1.67.0 | ||
github.com/goccy/go-json v0.10.3 | ||
github.com/google/uuid v1.6.0 | ||
github.com/klauspost/compress v1.17.9 | ||
github.com/klauspost/compress v1.17.11 | ||
github.com/minio/md5-simd v1.1.2 | ||
github.com/rs/xid v1.6.0 | ||
golang.org/x/crypto v0.26.0 | ||
golang.org/x/net v0.28.0 | ||
golang.org/x/crypto v0.28.0 | ||
golang.org/x/net v0.30.0 | ||
) | ||
|
||
require ( | ||
github.com/klauspost/cpuid/v2 v2.2.8 // indirect | ||
github.com/stretchr/testify v1.9.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
golang.org/x/text v0.17.0 // indirect | ||
golang.org/x/sys v0.26.0 // indirect | ||
golang.org/x/text v0.19.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters