mirror of
https://gitee.com/XM-GO/PandaX.git
synced 2026-04-23 02:48:34 +08:00
【添加】图片上传
This commit is contained in:
4
go.mod
4
go.mod
@@ -3,7 +3,7 @@ module pandax
|
||||
go 1.18
|
||||
|
||||
require (
|
||||
github.com/XM-GO/PandaKit v0.0.0-20220821142427-3acdfc4785d9
|
||||
github.com/XM-GO/PandaKit v0.0.0-20220902065259-efd83b5ba4b2
|
||||
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
|
||||
@@ -71,7 +71,7 @@ require (
|
||||
github.com/xuri/efp v0.0.0-20210322160811-ab561f5b45e3 // indirect
|
||||
github.com/xuri/excelize/v2 v2.4.1 // indirect
|
||||
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
|
||||
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
|
||||
golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect
|
||||
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
|
||||
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
||||
golang.org/x/text v0.3.7 // indirect
|
||||
|
||||
Reference in New Issue
Block a user