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

Commit 6d236f2

Browse files
Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0 (#104)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5823303 commit 6d236f2

File tree

2 files changed

+58
-36
lines changed

2 files changed

+58
-36
lines changed

go.mod

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ require (
77
github.com/dgraph-io/badger/v3 v3.2103.3
88
github.com/ethereum/go-ethereum v1.10.25
99
github.com/gin-contrib/cors v1.4.0
10-
github.com/gin-gonic/gin v1.8.1
10+
github.com/gin-gonic/gin v1.9.0
1111
github.com/go-logr/logr v1.2.3
1212
github.com/go-logr/zerologr v1.2.2
13-
github.com/go-playground/validator/v10 v10.11.1
13+
github.com/go-playground/validator/v10 v10.11.2
1414
github.com/google/go-cmp v0.5.9
1515
github.com/google/uuid v1.2.0
1616
github.com/metachris/flashbotsrpc v0.5.0
@@ -20,26 +20,28 @@ require (
2020
github.com/spf13/viper v1.13.0
2121
github.com/wangjia184/sortedset v0.0.0-20220209072355-af6d6d227aa7
2222
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
23-
golang.org/x/text v0.3.7
23+
golang.org/x/text v0.7.0
2424
)
2525

2626
require (
2727
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6 // indirect
2828
github.com/btcsuite/btcd/btcec/v2 v2.2.0 // indirect
2929
github.com/btcsuite/btcd/chaincfg/chainhash v1.0.2 // indirect
30+
github.com/bytedance/sonic v1.8.0 // indirect
3031
github.com/cespare/xxhash v1.1.0 // indirect
3132
github.com/cespare/xxhash/v2 v2.1.2 // indirect
33+
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
3234
github.com/deckarep/golang-set v1.8.0 // indirect
3335
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
3436
github.com/dgraph-io/ristretto v0.1.1 // indirect
3537
github.com/dustin/go-humanize v1.0.0 // indirect
3638
github.com/fsnotify/fsnotify v1.5.4 // indirect
3739
github.com/gin-contrib/sse v0.1.0 // indirect
3840
github.com/go-ole/go-ole v1.2.1 // indirect
39-
github.com/go-playground/locales v0.14.0 // indirect
40-
github.com/go-playground/universal-translator v0.18.0 // indirect
41+
github.com/go-playground/locales v0.14.1 // indirect
42+
github.com/go-playground/universal-translator v0.18.1 // indirect
4143
github.com/go-stack/stack v1.8.0 // indirect
42-
github.com/goccy/go-json v0.9.11 // indirect
44+
github.com/goccy/go-json v0.10.0 // indirect
4345
github.com/gogo/protobuf v1.3.2 // indirect
4446
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
4547
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
@@ -51,14 +53,15 @@ require (
5153
github.com/inconshreveable/mousetrap v1.0.1 // indirect
5254
github.com/json-iterator/go v1.1.12 // indirect
5355
github.com/klauspost/compress v1.12.3 // indirect
56+
github.com/klauspost/cpuid/v2 v2.0.9 // indirect
5457
github.com/leodido/go-urn v1.2.1 // indirect
5558
github.com/magiconair/properties v1.8.6 // indirect
5659
github.com/mattn/go-colorable v0.1.13 // indirect
57-
github.com/mattn/go-isatty v0.0.16 // indirect
60+
github.com/mattn/go-isatty v0.0.17 // indirect
5861
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5962
github.com/modern-go/reflect2 v1.0.2 // indirect
6063
github.com/pelletier/go-toml v1.9.5 // indirect
61-
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
64+
github.com/pelletier/go-toml/v2 v2.0.6 // indirect
6265
github.com/pkg/errors v0.9.1 // indirect
6366
github.com/rjeczalik/notify v0.9.1 // indirect
6467
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible // indirect
@@ -69,11 +72,13 @@ require (
6972
github.com/subosito/gotenv v1.4.1 // indirect
7073
github.com/tklauser/go-sysconf v0.3.5 // indirect
7174
github.com/tklauser/numcpus v0.2.2 // indirect
72-
github.com/ugorji/go/codec v1.2.7 // indirect
75+
github.com/twitchyliquid64/golang-asm v0.15.1 // indirect
76+
github.com/ugorji/go/codec v1.2.9 // indirect
7377
go.opencensus.io v0.23.0 // indirect
74-
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
75-
golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
76-
golang.org/x/sys v0.2.0 // indirect
78+
golang.org/x/arch v0.0.0-20210923205945-b76863e36670 // indirect
79+
golang.org/x/crypto v0.5.0 // indirect
80+
golang.org/x/net v0.7.0 // indirect
81+
golang.org/x/sys v0.5.0 // indirect
7782
google.golang.org/protobuf v1.28.1 // indirect
7883
gopkg.in/ini.v1 v1.67.0 // indirect
7984
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce // indirect

0 commit comments

Comments
 (0)