We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f32837 commit e37d5afCopy full SHA for e37d5af
go.mod
@@ -3,6 +3,7 @@ module github.com/leetcode-golang-classroom/golang-rest-api-sample
3
go 1.22.4
4
5
require (
6
+ github.com/magefile/mage v1.15.0
7
github.com/samber/slog-gin v1.13.6
8
github.com/spf13/viper v1.19.0
9
)
@@ -23,7 +24,6 @@ require (
23
24
github.com/json-iterator/go v1.1.12 // indirect
25
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
26
github.com/leodido/go-urn v1.4.0 // indirect
- github.com/magefile/mage v1.15.0 // indirect
27
github.com/mattn/go-isatty v0.0.20 // indirect
28
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
29
github.com/modern-go/reflect2 v1.0.2 // indirect
0 commit comments