File: go.mod

package info (click to toggle)
golang-github-minio-minio-go-v7 7.0.89-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 2,456 kB
  • sloc: makefile: 38; xml: 2
file content (25 lines) | stat: -rw-r--r-- 592 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
module github.com/minio/minio-go/v7

go 1.23.0

toolchain go1.24.1

require (
	github.com/dustin/go-humanize v1.0.1
	github.com/go-ini/ini v1.67.0
	github.com/goccy/go-json v0.10.5
	github.com/google/uuid v1.6.0
	github.com/klauspost/compress v1.18.0
	github.com/minio/crc64nvme v1.0.1
	github.com/minio/md5-simd v1.1.2
	github.com/rs/xid v1.6.0
	golang.org/x/crypto v0.36.0
	golang.org/x/net v0.37.0
)

require (
	github.com/klauspost/cpuid/v2 v2.2.10 // indirect
	github.com/stretchr/testify v1.9.0 // indirect
	golang.org/x/sys v0.31.0 // indirect
	golang.org/x/text v0.23.0 // indirect
)