fix: Fixed the dependencie conflict in go.mod

This commit is contained in:
jonaustin09
2023-05-31 22:49:52 +04:00
parent f174308e3f
commit 8e86acf20b

3
go.mod
View File

@@ -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