aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/s3billion/go.mod
blob: 7c49b15fec34208eeedf6cf833f0c4937825b632 (plain) (blame)
1
2
3
4
5
6
7
8
module git.deuxfleurs.fr/Deuxfleurs/mknet/benchmarks/s3billion

go 1.16

require (
	github.com/google/uuid v1.1.1
	github.com/minio/minio-go/v7 v7.0.16
)