File: go.mod

package info (click to toggle)
golang-github-minio-minio-go-v7 7.0.97-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,616 kB
  • sloc: makefile: 38; xml: 2
file content (28 lines) | stat: -rw-r--r-- 695 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/minio/minio-go/v7

go 1.23.0

toolchain go1.24.3

require (
	github.com/dustin/go-humanize v1.0.1
	github.com/go-ini/ini v1.67.0
	github.com/google/uuid v1.6.0
	github.com/klauspost/compress v1.18.0
	github.com/klauspost/crc32 v1.3.0
	github.com/minio/crc64nvme v1.1.0
	github.com/minio/md5-simd v1.1.2
	github.com/rs/xid v1.6.0
	github.com/tinylib/msgp v1.3.0
	golang.org/x/crypto v0.36.0
	golang.org/x/net v0.38.0
	gopkg.in/yaml.v3 v3.0.1
)

require (
	github.com/klauspost/cpuid/v2 v2.2.11 // indirect
	github.com/philhofer/fwd v1.2.0 // indirect
	github.com/stretchr/testify v1.9.0 // indirect
	golang.org/x/sys v0.34.0 // indirect
	golang.org/x/text v0.26.0 // indirect
)