Browse Source

修复前端打包404的问题

pixel 4 năm trước cách đây
mục cha
commit
ff8c4413dd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      server/go.mod

+ 1 - 1
server/go.mod

@@ -35,7 +35,7 @@ require (
 	github.com/spf13/afero v1.2.2 // indirect
 	github.com/spf13/cast v1.3.1 // indirect
 	github.com/spf13/jwalterweatherman v1.1.0 // indirect
-	github.com/spf13/pflag v1.0.5 // indirect
+	github.com/spf13/pflag v1.0.5
 	github.com/spf13/viper v1.6.2
 	github.com/swaggo/gin-swagger v1.2.0
 	github.com/swaggo/swag v1.6.7