Skip to content

Commit 20553de

Browse files
Bump github.com/gin-contrib/cors v1.6.0
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent d13faa0 commit 20553de

File tree

10 files changed

+150
-186
lines changed

10 files changed

+150
-186
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ require (
3535
github.com/onsi/gomega v1.27.8
3636
github.com/pkg/errors v0.9.1
3737
github.com/spf13/cobra v1.7.0
38-
github.com/stretchr/testify v1.8.4
38+
github.com/stretchr/testify v1.10.0
3939
golang.org/x/sync v0.14.0
4040
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
41-
google.golang.org/protobuf v1.33.0
41+
google.golang.org/protobuf v1.36.6
4242
gopkg.in/yaml.v2 v2.4.0
4343
honnef.co/go/tools v0.4.3
4444
)
@@ -137,7 +137,7 @@ require (
137137
golang.org/x/crypto v0.38.0 // indirect
138138
golang.org/x/exp/typeparams v0.0.0-20221208152030-732eee02a75a // indirect
139139
golang.org/x/mod v0.17.0 // indirect
140-
golang.org/x/net v0.25.0 // indirect
140+
golang.org/x/net v0.38.0 // indirect
141141
golang.org/x/sys v0.33.0 // indirect
142142
golang.org/x/text v0.25.0 // indirect
143143
google.golang.org/genproto/googleapis/rpc v0.0.0-20231016165738-49dd2c1f3d0b // indirect

go.sum

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -505,16 +505,16 @@ github.com/streadway/amqp v0.0.0-20190827072141-edfb9018d271/go.mod h1:AZpEONHx3
505505
github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI=
506506
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
507507
github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
508-
github.com/stretchr/objx v0.5.0 h1:1zr/of2m5FGMsad5YfcqgdqdWrIhu+EBEJRhR1U7z/c=
509-
github.com/stretchr/objx v0.5.0/go.mod h1:Yh+to48EsGEfYuaHDzXPcE3xhTkx73EhmCGUpEOglKo=
508+
github.com/stretchr/objx v0.5.2 h1:xuMeJ0Sdp5ZMRXx/aWO6RZxdr3beISkG5/G/aIRr3pY=
509+
github.com/stretchr/objx v0.5.2/go.mod h1:FRsXN1f5AsAjCGJKqEizvkpNtU+EGNCLh3NxZ/8L+MA=
510510
github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
511511
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
512512
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
513513
github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA=
514514
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
515515
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
516-
github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=
517-
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
516+
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
517+
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
518518
github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s=
519519
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
520520
github.com/sykesm/zap-logfmt v0.0.4 h1:U2WzRvmIWG1wDLCFY3sz8UeEmsdHQjHFNlIdmroVFaI=
@@ -616,8 +616,8 @@ golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLL
616616
golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A=
617617
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
618618
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM=
619-
golang.org/x/net v0.25.0 h1:d/OCCoBEUq33pjydKrGQhw7IlUPI2Oylr+8qLx49kac=
620-
golang.org/x/net v0.25.0/go.mod h1:JkAGAh7GEvH74S6FOH42FLoXpXbE/aqXSrIQjXgsiwM=
619+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
620+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
621621
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
622622
golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
623623
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -719,8 +719,8 @@ google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzi
719719
google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU=
720720
google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw=
721721
google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc=
722-
google.golang.org/protobuf v1.33.0 h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=
723-
google.golang.org/protobuf v1.33.0/go.mod h1:c6P6GXX6sHbq/GpV6MGZEdwhWPcYBgnhAHhKbcUYpos=
722+
google.golang.org/protobuf v1.36.6 h1:z1NpPI8ku2WgiWnf+t9wTPsn6eP1L7ksHUlkfLvd9xY=
723+
google.golang.org/protobuf v1.36.6/go.mod h1:jduwjTPXsFjZGTmRluh+L6NjiWu7pchiJ2/5YcXBHnY=
724724
gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
725725
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
726726
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=

integration/go_chaincode/go.mod

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ require (
3838
github.com/benbjohnson/clock v1.3.5 // indirect
3939
github.com/beorn7/perks v1.0.1 // indirect
4040
github.com/bits-and-blooms/bitset v1.7.0 // indirect
41-
github.com/bytedance/sonic v1.11.2 // indirect
41+
github.com/bytedance/sonic v1.13.2 // indirect
42+
github.com/bytedance/sonic/loader v0.2.4 // indirect
4243
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
4344
github.com/cespare/xxhash v1.1.0 // indirect
4445
github.com/cespare/xxhash/v2 v2.3.0 // indirect
45-
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
46-
github.com/chenzhuoyu/iasm v0.9.1 // indirect
46+
github.com/cloudwego/base64x v0.1.5 // indirect
4747
github.com/consensys/bavard v0.1.13 // indirect
4848
github.com/consensys/gnark-crypto v0.12.1 // indirect
4949
github.com/containerd/cgroups v1.1.0 // indirect
@@ -67,21 +67,21 @@ require (
6767
github.com/francoispqt/gojay v1.2.13 // indirect
6868
github.com/fsnotify/fsnotify v1.6.0 // indirect
6969
github.com/fsouza/go-dockerclient v1.10.0 // indirect
70-
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
70+
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
7171
github.com/ghodss/yaml v1.0.0 // indirect
72-
github.com/gin-contrib/cors v1.7.0 // indirect
73-
github.com/gin-contrib/sse v0.1.0 // indirect
74-
github.com/gin-gonic/gin v1.9.1 // indirect
72+
github.com/gin-contrib/cors v1.7.5 // indirect
73+
github.com/gin-contrib/sse v1.0.0 // indirect
74+
github.com/gin-gonic/gin v1.10.0 // indirect
7575
github.com/go-kit/kit v0.12.0 // indirect
7676
github.com/go-kit/log v0.2.1 // indirect
7777
github.com/go-logfmt/logfmt v0.6.0 // indirect
7878
github.com/go-logr/logr v1.4.2 // indirect
7979
github.com/go-logr/stdr v1.2.2 // indirect
8080
github.com/go-playground/locales v0.14.1 // indirect
8181
github.com/go-playground/universal-translator v0.18.1 // indirect
82-
github.com/go-playground/validator/v10 v10.19.0 // indirect
82+
github.com/go-playground/validator/v10 v10.26.0 // indirect
8383
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
84-
github.com/goccy/go-json v0.10.2 // indirect
84+
github.com/goccy/go-json v0.10.5 // indirect
8585
github.com/godbus/dbus/v5 v5.1.0 // indirect
8686
github.com/gogo/protobuf v1.3.2 // indirect
8787
github.com/golang/glog v1.2.2 // indirect
@@ -130,7 +130,7 @@ require (
130130
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
131131
github.com/kilic/bls12-381 v0.1.0 // indirect
132132
github.com/klauspost/compress v1.18.0 // indirect
133-
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
133+
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
134134
github.com/koron/go-ssdp v0.0.4 // indirect
135135
github.com/leodido/go-urn v1.4.0 // indirect
136136
github.com/lib/pq v1.10.9 // indirect
@@ -190,7 +190,7 @@ require (
190190
github.com/opencontainers/runtime-spec v1.1.0 // indirect
191191
github.com/opentracing/opentracing-go v1.2.0 // indirect
192192
github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58 // indirect
193-
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
193+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
194194
github.com/pmezard/go-difflib v1.0.0 // indirect
195195
github.com/polydawn/refmt v0.89.0 // indirect
196196
github.com/prometheus/client_golang v1.17.0 // indirect
@@ -237,11 +237,11 @@ require (
237237
go.uber.org/fx v1.20.0 // indirect
238238
go.uber.org/multierr v1.11.0 // indirect
239239
go.uber.org/zap v1.25.0 // indirect
240-
golang.org/x/arch v0.7.0 // indirect
240+
golang.org/x/arch v0.15.0 // indirect
241241
golang.org/x/crypto v0.38.0 // indirect
242242
golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
243243
golang.org/x/mod v0.17.0 // indirect
244-
golang.org/x/net v0.28.0 // indirect
244+
golang.org/x/net v0.38.0 // indirect
245245
golang.org/x/oauth2 v0.22.0 // indirect
246246
golang.org/x/sync v0.14.0 // indirect
247247
golang.org/x/sys v0.33.0 // indirect
@@ -254,7 +254,7 @@ require (
254254
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 // indirect
255255
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
256256
google.golang.org/grpc v1.67.0 // indirect
257-
google.golang.org/protobuf v1.34.2 // indirect
257+
google.golang.org/protobuf v1.36.6 // indirect
258258
gopkg.in/ini.v1 v1.67.0 // indirect
259259
gopkg.in/yaml.v2 v2.4.0 // indirect
260260
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)