aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod27
1 files changed, 0 insertions, 27 deletions
diff --git a/go.mod b/go.mod
deleted file mode 100644
index f6e0916..0000000
--- a/go.mod
+++ /dev/null
@@ -1,27 +0,0 @@
1module git.fautchen.eu/gitolfs3
2
3go 1.21.4
4
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)
10
11require (
12 github.com/dustin/go-humanize v1.0.1 // indirect
13 github.com/google/uuid v1.5.0 // indirect
14 github.com/json-iterator/go v1.1.12 // indirect
15 github.com/klauspost/compress v1.17.4 // indirect
16 github.com/klauspost/cpuid/v2 v2.2.6 // indirect
17 github.com/minio/md5-simd v1.1.2 // indirect
18 github.com/minio/sha256-simd v1.0.1 // indirect
19 github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
20 github.com/modern-go/reflect2 v1.0.2 // indirect
21 github.com/sirupsen/logrus v1.9.3 // indirect
22 golang.org/x/crypto v0.16.0 // indirect
23 golang.org/x/net v0.19.0 // indirect
24 golang.org/x/sys v0.15.0 // indirect
25 golang.org/x/text v0.14.0 // indirect
26 gopkg.in/ini.v1 v1.67.0 // indirect
27)