forked from minio/madmin-go
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
20 lines (18 loc) · 717 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module github.com/minio/madmin-go
go 1.16
require (
github.com/google/go-cmp v0.5.5 // indirect
github.com/minio/argon2 v1.0.0
github.com/minio/minio-go/v7 v7.0.11-0.20210302210017-6ae69c73ce78
github.com/minio/sha256-simd v1.0.0 // indirect
github.com/philhofer/fwd v1.1.1 // indirect
github.com/prometheus/procfs v0.7.3
github.com/secure-io/sio-go v0.3.1
github.com/shirou/gopsutil/v3 v3.21.6
github.com/smartystreets/assertions v1.1.1 // indirect
github.com/stretchr/testify v1.7.0 // indirect
github.com/tinylib/msgp v1.1.3
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
golang.org/x/net v0.0.0-20210421230115-4e50805a0758
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
)