From 764cf088685a30575850d8a9cd6d897a428669be Mon Sep 17 00:00:00 2001 From: ivamp Date: Sun, 16 Jun 2024 14:36:48 +0800 Subject: [PATCH] update go.mod --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 87aa78d..445b474 100644 --- a/go.mod +++ b/go.mod @@ -15,6 +15,7 @@ require ( github.com/joho/godotenv v1.5.1 github.com/kos-v/dsnparser v1.1.0 github.com/lib/pq v1.10.9 + github.com/minio/minio-go/v7 v7.0.71 github.com/mitchellh/mapstructure v1.5.0 github.com/redis/go-redis/v9 v9.5.3 github.com/spf13/cobra v1.8.0 @@ -58,7 +59,6 @@ require ( github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-sqlite3 v1.14.17 // indirect github.com/minio/md5-simd v1.1.2 // indirect - github.com/minio/minio-go/v7 v7.0.71 // indirect github.com/mitchellh/go-wordwrap v1.0.0 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.2 // indirect