summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 4 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index b5dfbd8..d26aa76 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,10 @@ module go.metala.org/afero/s3
go 1.17
-require github.com/minio/minio-go/v7 v7.0.34
+require (
+ github.com/matryer/is v1.4.0
+ github.com/minio/minio-go/v7 v7.0.34
+)
require (
github.com/dustin/go-humanize v1.0.0 // indirect