【更新】更新restful

This commit is contained in:
PandaGoAdmin
2022-08-04 08:00:01 +08:00
parent 78b93cb9af
commit ee8f84e6b6
2 changed files with 5 additions and 3 deletions

4
go.mod
View File

@@ -3,7 +3,6 @@ module pandax
go 1.18
require (
github.com/XM-GO/PandaKit v0.0.0-20220803022710-dde3115ce2f9
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/didip/tollbooth v4.0.2+incompatible
github.com/emicklei/go-restful-openapi/v2 v2.9.0
@@ -25,6 +24,7 @@ require (
github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible // indirect
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
github.com/XM-GO/PandaKit v0.0.0-20220803085722-1901d4b8f6e5 // indirect
github.com/aliyun/aliyun-oss-go-sdk v2.2.0+incompatible // indirect
github.com/brianvoe/gofakeit/v6 v6.0.2 // indirect
github.com/casbin/casbin/v2 v2.37.4 // indirect
@@ -96,5 +96,3 @@ require (
gorm.io/driver/sqlserver v1.2.1 // indirect
gorm.io/plugin/dbresolver v1.1.0 // indirect
)
replace github.com/XM-GO/PandaKit => D:\GOwork\pro\PnadaX\PandaKit