提交id截取固定长度
Some checks failed
代码更新通知 / update-server (push) Failing after 1s

This commit is contained in:
2024-12-18 16:46:32 +08:00
parent bd5614c4e6
commit 244b5da60d
3 changed files with 7 additions and 2 deletions

3
go.mod
View File

@@ -11,6 +11,7 @@ require (
github.com/PuerkitoBio/purell v1.1.0 // indirect
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf // indirect
github.com/duke-git/lancet/v2 v2.3.4 // indirect
github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb // indirect
github.com/go-openapi/analysis v0.17.0 // indirect
github.com/go-openapi/errors v0.17.2 // indirect
@@ -27,6 +28,6 @@ require (
github.com/mitchellh/mapstructure v1.1.2 // indirect
github.com/spf13/cast v1.7.0 // indirect
golang.org/x/net v0.0.0-20181005035420-146acd28ed58 // indirect
golang.org/x/text v0.3.0 // indirect
golang.org/x/text v0.9.0 // indirect
gopkg.in/yaml.v2 v2.2.1 // indirect
)