From 8e86acf20bd269fcccf445ad269022ea4ef9f79d Mon Sep 17 00:00:00 2001 From: jonaustin09 Date: Wed, 31 May 2023 22:49:52 +0400 Subject: [PATCH] fix: Fixed the dependencie conflict in go.mod --- go.mod | 3 --- 1 file changed, 3 deletions(-) diff --git a/go.mod b/go.mod index bbc91b2..d79b4f2 100644 --- a/go.mod +++ b/go.mod @@ -5,9 +5,6 @@ go 1.20 require ( github.com/aws/aws-sdk-go-v2 v1.18.0 github.com/aws/aws-sdk-go-v2/service/s3 v1.33.1 - github.com/gofiber/fiber/v2 v2.45.0 - github.com/google/uuid v1.3.0 - github.com/pkg/xattr v0.4.9 github.com/gofiber/fiber/v2 v2.46.0 github.com/google/uuid v1.3.0 github.com/pkg/xattr v0.4.9