aboutsummaryrefslogtreecommitdiff
path: root/benchmarks/s3lat/go.mod
diff options
context:
space:
mode:
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
+)