Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit a23f4c7

Browse files
committed
#patch: bump deps
1 parent 5fcbd4e commit a23f4c7

File tree

3 files changed

+73
-64
lines changed

3 files changed

+73
-64
lines changed

.github/workflows/tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
fetch-depth: '0'
1515
- name: Bump version and push tag
16-
uses: anothrNick/github-tag-action@1.26.0
16+
uses: anothrNick/github-tag-action@1.39.0
1717
id: tagging
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

go.mod

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,38 @@ require (
88
github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072 // indirect
99
github.com/fatih/structs v1.1.0 // indirect
1010
github.com/gavv/httpexpect v2.0.0+incompatible
11-
github.com/gin-gonic/gin v1.7.7
11+
github.com/gin-gonic/gin v1.8.1
12+
github.com/go-openapi/spec v0.20.6 // indirect
1213
github.com/go-openapi/swag v0.21.1 // indirect
13-
github.com/go-playground/validator/v10 v10.10.0 // indirect
14+
github.com/go-playground/validator/v10 v10.11.0 // indirect
15+
github.com/goccy/go-json v0.9.10 // indirect
1416
github.com/google/go-querystring v1.0.0 // indirect
1517
github.com/gorilla/websocket v1.4.1 // indirect
1618
github.com/imkira/go-interpol v1.1.0 // indirect
1719
github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88 // indirect
1820
github.com/mailru/easyjson v0.7.7 // indirect
1921
github.com/mattn/go-colorable v0.1.6 // indirect
20-
github.com/mattn/go-isatty v0.0.14 // indirect
2122
github.com/moul/http2curl v1.0.0 // indirect
2223
github.com/onsi/ginkgo v1.12.0 // indirect
2324
github.com/onsi/gomega v1.9.0 // indirect
24-
github.com/prometheus/client_golang v1.12.1 // indirect
25+
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
26+
github.com/prometheus/client_golang v1.12.2 // indirect
27+
github.com/prometheus/common v0.37.0 // indirect
2528
github.com/sergi/go-diff v1.0.0 // indirect
26-
github.com/sirupsen/logrus v1.8.1
27-
github.com/stretchr/testify v1.7.0
28-
github.com/swaggo/files v0.0.0-20210815190702-a29dd2bc99b2
29-
github.com/swaggo/gin-swagger v1.4.1
30-
github.com/swaggo/swag v1.8.0
31-
github.com/ugorji/go v1.2.7 // indirect
29+
github.com/sirupsen/logrus v1.9.0
30+
github.com/stretchr/testify v1.8.0
31+
github.com/swaggo/files v0.0.0-20220610200504-28940afbdbfe
32+
github.com/swaggo/gin-swagger v1.5.1
33+
github.com/swaggo/swag v1.8.4
3234
github.com/valyala/fasthttp v1.7.0 // indirect
3335
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
3436
github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0 // indirect
3537
github.com/yudai/gojsondiff v1.0.0 // indirect
3638
github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82 // indirect
3739
github.com/yudai/pp v2.0.1+incompatible // indirect
3840
github.com/zsais/go-gin-prometheus v0.1.0
39-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
40-
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
41-
golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 // indirect
42-
golang.org/x/tools v0.1.9 // indirect
43-
google.golang.org/protobuf v1.27.1 // indirect
41+
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d // indirect
42+
golang.org/x/net v0.0.0-20220708220712-1185a9018129 // indirect
43+
golang.org/x/tools v0.1.11 // indirect
4444
gopkg.in/yaml.v2 v2.4.0
4545
)

0 commit comments

Comments
 (0)