From f6c92c5e2d87ab1334648b0d1293771de7aae4a5 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Sat, 30 Dec 2023 14:00:34 +0100 Subject: Implement git-lfs-authenticate --- go.mod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'go.mod') 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 go 1.21.4 -require github.com/minio/minio-go/v7 v7.0.66 +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 @@ -14,7 +18,6 @@ require ( 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/rs/xid v1.5.0 // 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 -- cgit v1.2.3