refactor: replace pflag with standard flag package in main.go

This commit is contained in:
naiba
2024-11-25 22:03:11 +08:00
parent f853cd9ec9
commit 0552b69b36
3 changed files with 3 additions and 7 deletions

1
go.mod
View File

@@ -26,7 +26,6 @@ require (
github.com/oschwald/maxminddb-golang v1.13.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/pflag v1.0.5
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.16.4