aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 5 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 2a9bc41..f6e0916 100644
--- a/go.mod
+++ b/go.mod
@@ -2,7 +2,11 @@ module git.fautchen.eu/gitolfs3
2 2
3go 1.21.4 3go 1.21.4
4 4
5require github.com/minio/minio-go/v7 v7.0.66 5require (
6 github.com/golang-jwt/jwt/v5 v5.2.0
7 github.com/minio/minio-go/v7 v7.0.66
8 github.com/rs/xid v1.5.0
9)
6 10
7require ( 11require (
8 github.com/dustin/go-humanize v1.0.1 // indirect 12 github.com/dustin/go-humanize v1.0.1 // indirect
@@ -14,7 +18,6 @@ require (
14 github.com/minio/sha256-simd v1.0.1 // indirect 18 github.com/minio/sha256-simd v1.0.1 // indirect
15 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect 19 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
16 github.com/modern-go/reflect2 v1.0.2 // indirect 20 github.com/modern-go/reflect2 v1.0.2 // indirect
17 github.com/rs/xid v1.5.0 // indirect
18 github.com/sirupsen/logrus v1.9.3 // indirect 21 github.com/sirupsen/logrus v1.9.3 // indirect
19 golang.org/x/crypto v0.16.0 // indirect 22 golang.org/x/crypto v0.16.0 // indirect
20 golang.org/x/net v0.19.0 // indirect 23 golang.org/x/net v0.19.0 // indirect