File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
47
47
github.com/valyala/bytebufferpool v1.0.0
48
48
golang.org/x/net v0.0.0-20200421231249-e086a090c8fd
49
49
google.golang.org/grpc v1.29.1
50
- gopkg.in/yaml.v2 v2.2.4
50
+ gopkg.in/yaml.v2 v2.2.8
51
51
)
52
52
53
53
replace (
Original file line number Diff line number Diff line change @@ -596,8 +596,9 @@ gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWD
596
596
gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7 /go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74 =
597
597
gopkg.in/yaml.v2 v2.2.1 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
598
598
gopkg.in/yaml.v2 v2.2.2 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
599
- gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I =
600
599
gopkg.in/yaml.v2 v2.2.4 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
600
+ gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10 =
601
+ gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
601
602
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
602
603
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo =
603
604
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ type apiInfoBuilder struct {
56
56
57
57
SystemServer * system.Server
58
58
AppVersion string `value:"${app.version}"`
59
- RedocURL string `json:"redoc_url" value:"${redoc.url:https://cdn.jsdelivr.net/npm /redoc@next/bundles/redoc.standalone.js}"`
59
+ RedocURL string `json:"redoc_url" value:"${redoc.url:https://unpkg.com /redoc@next/bundles/redoc.standalone.js}"`
60
60
}
61
61
62
62
func ApiInfoBuilder () ApiInfoBuilderInterface {
You can’t perform that action at this time.
0 commit comments