Skip to content

Commit e37d5af

Browse files
committed
feat: ⚡ add mage to go mod
add mage to mod
1 parent 8f32837 commit e37d5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/leetcode-golang-classroom/golang-rest-api-sample
33
go 1.22.4
44

55
require (
6+
github.com/magefile/mage v1.15.0
67
github.com/samber/slog-gin v1.13.6
78
github.com/spf13/viper v1.19.0
89
)
@@ -23,7 +24,6 @@ require (
2324
github.com/json-iterator/go v1.1.12 // indirect
2425
github.com/klauspost/cpuid/v2 v2.2.8 // indirect
2526
github.com/leodido/go-urn v1.4.0 // indirect
26-
github.com/magefile/mage v1.15.0 // indirect
2727
github.com/mattn/go-isatty v0.0.20 // indirect
2828
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2929
github.com/modern-go/reflect2 v1.0.2 // indirect

0 commit comments

Comments
 (0)