Skip to content

Commit b8ef2de

Browse files
Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1 (#1322)
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 to 1.9.1. - [Release notes](https://github.com/gin-gonic/gin/releases) - [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md) - [Commits](gin-gonic/gin@v1.9.0...v1.9.1) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 34c816f commit b8ef2de

File tree

2 files changed

+57
-17
lines changed

2 files changed

+57
-17
lines changed

go.mod

+18-17
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ require (
3030
github.com/arangodb/go-upgrade-rules v0.0.0-20180809110947-031b4774ff21
3131
github.com/cenkalti/backoff v2.2.1+incompatible
3232
github.com/dchest/uniuri v0.0.0-20160212164326-8902c56451e9
33-
github.com/gin-gonic/gin v1.9.0
33+
github.com/gin-gonic/gin v1.9.1
3434
github.com/golang-jwt/jwt v3.2.2+incompatible
3535
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
3636
github.com/josephburnett/jd v1.6.1
@@ -45,13 +45,13 @@ require (
4545
github.com/rs/zerolog v1.19.0
4646
github.com/spf13/cobra v1.2.1
4747
github.com/spf13/pflag v1.0.5
48-
github.com/stretchr/testify v1.8.1
48+
github.com/stretchr/testify v1.8.3
4949
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f
50-
golang.org/x/sys v0.5.0
51-
golang.org/x/text v0.7.0
50+
golang.org/x/sys v0.8.0
51+
golang.org/x/text v0.9.0
5252
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac
5353
google.golang.org/grpc v1.47.0
54-
google.golang.org/protobuf v1.28.1
54+
google.golang.org/protobuf v1.30.0
5555
gopkg.in/yaml.v3 v3.0.1
5656
k8s.io/api v0.22.15
5757
k8s.io/apiextensions-apiserver v0.18.3
@@ -63,20 +63,21 @@ require (
6363
require (
6464
github.com/arangodb/go-velocypack v0.0.0-20200318135517-5af53c29c67e // indirect
6565
github.com/beorn7/perks v1.0.1 // indirect
66-
github.com/bytedance/sonic v1.8.0 // indirect
66+
github.com/bytedance/sonic v1.9.1 // indirect
6767
github.com/cenkalti/backoff/v4 v4.1.3 // indirect
6868
github.com/cespare/xxhash/v2 v2.1.1 // indirect
6969
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
7070
github.com/davecgh/go-spew v1.1.1 // indirect
7171
github.com/evanphx/json-patch v4.11.0+incompatible // indirect
72+
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
7273
github.com/gin-contrib/sse v0.1.0 // indirect
7374
github.com/go-logr/logr v0.4.0 // indirect
7475
github.com/go-openapi/jsonpointer v0.19.5 // indirect
7576
github.com/go-openapi/swag v0.21.1 // indirect
7677
github.com/go-playground/locales v0.14.1 // indirect
7778
github.com/go-playground/universal-translator v0.18.1 // indirect
78-
github.com/go-playground/validator/v10 v10.11.2 // indirect
79-
github.com/goccy/go-json v0.10.0 // indirect
79+
github.com/go-playground/validator/v10 v10.14.0 // indirect
80+
github.com/goccy/go-json v0.10.2 // indirect
8081
github.com/gogo/protobuf v1.3.2 // indirect
8182
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
8283
github.com/golang/protobuf v1.5.2 // indirect
@@ -88,27 +89,27 @@ require (
8889
github.com/inconshreveable/mousetrap v1.0.0 // indirect
8990
github.com/josharian/intern v1.0.0 // indirect
9091
github.com/json-iterator/go v1.1.12 // indirect
91-
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
92-
github.com/leodido/go-urn v1.2.1 // indirect
92+
github.com/klauspost/cpuid/v2 v2.2.4 // indirect
93+
github.com/leodido/go-urn v1.2.4 // indirect
9394
github.com/mailru/easyjson v0.7.7 // indirect
94-
github.com/mattn/go-isatty v0.0.17 // indirect
95+
github.com/mattn/go-isatty v0.0.19 // indirect
9596
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9697
github.com/moby/spdystream v0.2.0 // indirect
9798
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
9899
github.com/modern-go/reflect2 v1.0.2 // indirect
99100
github.com/pavel-v-chernykh/keystore-go v2.1.0+incompatible // indirect
100-
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
101+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
101102
github.com/pmezard/go-difflib v1.0.0 // indirect
102103
github.com/prometheus/common v0.26.0 // indirect
103104
github.com/prometheus/procfs v0.6.0 // indirect
104105
github.com/stretchr/objx v0.2.0 // indirect
105106
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
106-
github.com/ugorji/go/codec v1.2.9 // indirect
107-
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
108-
golang.org/x/crypto v0.5.0 // indirect
109-
golang.org/x/net v0.7.0 // indirect
107+
github.com/ugorji/go/codec v1.2.11 // indirect
108+
golang.org/x/arch v0.3.0 // indirect
109+
golang.org/x/crypto v0.9.0 // indirect
110+
golang.org/x/net v0.10.0 // indirect
110111
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
111-
golang.org/x/term v0.5.0 // indirect
112+
golang.org/x/term v0.8.0 // indirect
112113
google.golang.org/appengine v1.6.7 // indirect
113114
google.golang.org/genproto v0.0.0-20220617124728-180714bec0ad // indirect
114115
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)