From 6095ead99248963ae70091c5bb3399eed49c0826 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 24 Jan 2024 18:58:58 +0100 Subject: Remove Go and C source The Rust implementation now implements all features I need --- go.mod | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 go.mod (limited to 'go.mod') diff --git a/go.mod b/go.mod deleted file mode 100644 index f6e0916..0000000 --- a/go.mod +++ /dev/null @@ -1,27 +0,0 @@ -module git.fautchen.eu/gitolfs3 - -go 1.21.4 - -require ( - github.com/golang-jwt/jwt/v5 v5.2.0 - github.com/minio/minio-go/v7 v7.0.66 - github.com/rs/xid v1.5.0 -) - -require ( - github.com/dustin/go-humanize v1.0.1 // indirect - github.com/google/uuid v1.5.0 // indirect - github.com/json-iterator/go v1.1.12 // indirect - github.com/klauspost/compress v1.17.4 // indirect - github.com/klauspost/cpuid/v2 v2.2.6 // indirect - github.com/minio/md5-simd v1.1.2 // indirect - github.com/minio/sha256-simd v1.0.1 // indirect - github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect - github.com/modern-go/reflect2 v1.0.2 // indirect - github.com/sirupsen/logrus v1.9.3 // indirect - golang.org/x/crypto v0.16.0 // indirect - golang.org/x/net v0.19.0 // indirect - golang.org/x/sys v0.15.0 // indirect - golang.org/x/text v0.14.0 // indirect - gopkg.in/ini.v1 v1.67.0 // indirect -) -- cgit v1.2.3