aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/s3lat/go.mod
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2022-09-14 18:01:44 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2022-09-14 18:01:44 +0200
commitc77d8dcfa7333b32e07df7326b8943838f34a59b (patch)
tree7ef87c7597e9f6d3da345d407cad2f1eb3908149 /benchmarks/s3lat/go.mod
parente3409ce6b751fa92a98000ca4a2225b2ed10fdee (diff)
downloadmknet-c77d8dcfa7333b32e07df7326b8943838f34a59b.tar.gz
mknet-c77d8dcfa7333b32e07df7326b8943838f34a59b.zip
Working s3lat with Garage
Diffstat (limited to 'benchmarks/s3lat/go.mod')
-rw-r--r--benchmarks/s3lat/go.mod8
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmarks/s3lat/go.mod b/benchmarks/s3lat/go.mod
new file mode 100644
index 0000000..627a83a
--- /dev/null
+++ b/benchmarks/s3lat/go.mod
@@ -0,0 +1,8 @@
+module git.deuxfleurs.fr/quentin/s3lat
+
+go 1.16
+
+require (
+ github.com/google/uuid v1.1.1
+ github.com/minio/minio-go/v7 v7.0.16
+)