refactor with sugar-n-spice
This commit is contained in:
7
go.mod
7
go.mod
@@ -1,8 +1,6 @@
|
||||
module go-nkode
|
||||
|
||||
go 1.22.0
|
||||
|
||||
toolchain go1.23.0
|
||||
go 1.23.0
|
||||
|
||||
require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.31.0
|
||||
@@ -12,7 +10,7 @@ require (
|
||||
github.com/google/uuid v1.6.0
|
||||
github.com/mattn/go-sqlite3 v1.14.22
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/stretchr/testify v1.9.0
|
||||
github.com/stretchr/testify v1.10.0
|
||||
github.com/swaggo/http-swagger v1.3.4
|
||||
github.com/swaggo/swag v1.16.4
|
||||
github.com/swaggo/swag/example/celler v0.0.0-20241025062444-99698582709d
|
||||
@@ -20,6 +18,7 @@ require (
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/DonovanKelly/sugar-n-spice v1.0.1 // indirect
|
||||
github.com/KyleBanks/depth v1.2.1 // indirect
|
||||
github.com/aws/aws-sdk-go-v2/credentials v1.17.35 // indirect
|
||||
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.14 // indirect
|
||||
|
||||
Reference in New Issue
Block a user