Skip to content

Commit

Permalink
fix: update swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Oct 25, 2023
1 parent 27a5154 commit f336a4f
Show file tree
Hide file tree
Showing 537 changed files with 4,462 additions and 386,279 deletions.
2 changes: 0 additions & 2 deletions docs/docs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4724,8 +4724,6 @@ var SwaggerInfo = &swag.Spec{
Description: "蓝鲸权限中心后台服务 API 文档",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
LeftDelim: "{{",
RightDelim: "}}",
}

func init() {
Expand Down
13 changes: 3 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ require (
github.com/dlmiddlecote/sqlstats v1.0.2
github.com/fatih/structs v1.1.0
github.com/getsentry/sentry-go v0.13.0
github.com/gin-gonic/gin v1.9.1
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.15.5
github.com/go-redis/cache/v8 v8.4.3
github.com/go-redis/redis/v8 v8.11.5
Expand All @@ -34,8 +34,8 @@ require (
github.com/steinfletcher/apitest v1.5.11
github.com/stretchr/testify v1.8.4
github.com/swaggo/files v1.0.1
github.com/swaggo/gin-swagger v1.6.0
github.com/swaggo/swag v1.16.2
github.com/swaggo/gin-swagger v1.4.2
github.com/swaggo/swag v1.8.1
github.com/vmihailenco/msgpack/v5 v5.3.5
github.com/wklken/go-cache v2.2.1+incompatible
go.uber.org/automaxprocs v1.5.1
Expand All @@ -51,10 +51,7 @@ require (
github.com/KyleBanks/depth v1.2.1 // indirect
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bytedance/sonic v1.10.2 // indirect
github.com/cespare/xxhash/v2 v2.1.2 // indirect
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
github.com/chenzhuoyu/iasm v0.9.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/fsnotify/fsnotify v1.5.2 // indirect
Expand All @@ -67,14 +64,12 @@ require (
github.com/go-openapi/swag v0.22.4 // indirect
github.com/go-playground/locales v0.14.1 // indirect
github.com/go-playground/universal-translator v0.18.1 // indirect
github.com/goccy/go-json v0.10.2 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/klauspost/compress v1.15.1 // indirect
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/lib/pq v1.8.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
Expand All @@ -99,13 +94,11 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.2.0 // indirect
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
github.com/ugorji/go/codec v1.2.11 // indirect
github.com/vmihailenco/go-tinylfu v0.2.2 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
github.com/yuin/gopher-lua v0.0.0-20220413183635-c841877397d8 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/arch v0.5.0 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/exp v0.0.0-20220414153411-bcd21879b8fd // indirect
golang.org/x/net v0.17.0 // indirect
Expand Down
66 changes: 36 additions & 30 deletions go.sum

Large diffs are not rendered by default.

52 changes: 0 additions & 52 deletions vendor/github.com/bytedance/sonic/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/github.com/bytedance/sonic/.gitmodules

This file was deleted.

24 changes: 0 additions & 24 deletions vendor/github.com/bytedance/sonic/.licenserc.yaml

This file was deleted.

128 changes: 0 additions & 128 deletions vendor/github.com/bytedance/sonic/CODE_OF_CONDUCT.md

This file was deleted.

63 changes: 0 additions & 63 deletions vendor/github.com/bytedance/sonic/CONTRIBUTING.md

This file was deleted.

Empty file.
Loading

0 comments on commit f336a4f

Please sign in to comment.