Skip to content

Commit 234a80c

Browse files
Bump github.com/gin-gonic/gin from 1.9.1 to 1.10.0 in /wasp
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.1 to 1.10.0. - [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.1...v1.10.0) --- updated-dependencies: - dependency-name: github.com/gin-gonic/gin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fb2682c commit 234a80c

File tree

2 files changed

+68
-61
lines changed

2 files changed

+68
-61
lines changed

wasp/go.mod

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.22.5
55
require (
66
github.com/K-Phoen/grabana v0.22.1
77
github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
8-
github.com/gin-gonic/gin v1.9.1
8+
github.com/gin-gonic/gin v1.10.0
99
github.com/go-resty/resty/v2 v2.11.0
1010
github.com/google/uuid v1.3.1
1111
github.com/grafana/dskit v0.0.0-20231120170505-765e343eda4f
@@ -16,7 +16,7 @@ require (
1616
github.com/pkg/errors v0.9.1
1717
github.com/prometheus/common v0.45.0
1818
github.com/rs/zerolog v1.30.0
19-
github.com/stretchr/testify v1.8.4
19+
github.com/stretchr/testify v1.9.0
2020
go.uber.org/ratelimit v0.2.0
2121
google.golang.org/grpc v1.59.0 // indirect
2222
k8s.io/api v0.28.2
@@ -61,7 +61,7 @@ require (
6161
github.com/go-openapi/validate v0.22.1 // indirect
6262
github.com/go-playground/locales v0.14.1 // indirect
6363
github.com/go-playground/universal-translator v0.18.1 // indirect
64-
github.com/go-playground/validator/v10 v10.14.0 // indirect
64+
github.com/go-playground/validator/v10 v10.20.0 // indirect
6565
github.com/goccy/go-json v0.10.2 // indirect
6666
github.com/gogo/googleapis v1.4.1 // indirect
6767
github.com/gogo/protobuf v1.3.2 // indirect
@@ -95,10 +95,10 @@ require (
9595
github.com/json-iterator/go v1.1.12 // indirect
9696
github.com/julienschmidt/httprouter v1.3.0 // indirect
9797
github.com/klauspost/compress v1.17.8 // indirect
98-
github.com/leodido/go-urn v1.2.4 // indirect
98+
github.com/leodido/go-urn v1.4.0 // indirect
9999
github.com/mailru/easyjson v0.7.7 // indirect
100100
github.com/mattn/go-colorable v0.1.13 // indirect
101-
github.com/mattn/go-isatty v0.0.19 // indirect
101+
github.com/mattn/go-isatty v0.0.20 // indirect
102102
github.com/miekg/dns v1.1.56 // indirect
103103
github.com/mitchellh/go-homedir v1.1.0 // indirect
104104
github.com/mitchellh/mapstructure v1.5.0 // indirect
@@ -110,7 +110,7 @@ require (
110110
github.com/opentracing-contrib/go-grpc v0.0.0-20210225150812-73cb765af46e // indirect
111111
github.com/opentracing-contrib/go-stdlib v1.0.0 // indirect
112112
github.com/opentracing/opentracing-go v1.2.0 // indirect
113-
github.com/pelletier/go-toml/v2 v2.1.0 // indirect
113+
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
114114
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
115115
github.com/prometheus/alertmanager v0.26.0 // indirect
116116
github.com/prometheus/client_golang v1.17.0 // indirect
@@ -122,10 +122,10 @@ require (
122122
github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 // indirect
123123
github.com/soheilhy/cmux v0.1.5 // indirect
124124
github.com/spf13/pflag v1.0.5 // indirect
125-
github.com/stretchr/objx v0.5.0 // indirect
125+
github.com/stretchr/objx v0.5.2 // indirect
126126
github.com/uber/jaeger-client-go v2.30.0+incompatible // indirect
127127
github.com/uber/jaeger-lib v2.4.1+incompatible // indirect
128-
github.com/ugorji/go/codec v1.2.11 // indirect
128+
github.com/ugorji/go/codec v1.2.12 // indirect
129129
go.etcd.io/etcd/api/v3 v3.5.7 // indirect
130130
go.etcd.io/etcd/client/pkg/v3 v3.5.7 // indirect
131131
go.etcd.io/etcd/client/v3 v3.5.7 // indirect
@@ -138,22 +138,22 @@ require (
138138
go.uber.org/goleak v1.2.1 // indirect
139139
go.uber.org/multierr v1.11.0 // indirect
140140
go.uber.org/zap v1.26.0 // indirect
141-
golang.org/x/crypto v0.17.0 // indirect
141+
golang.org/x/crypto v0.23.0 // indirect
142142
golang.org/x/exp v0.0.0-20231006140011-7918f672742d // indirect
143143
golang.org/x/mod v0.13.0 // indirect
144-
golang.org/x/net v0.19.0 // indirect
144+
golang.org/x/net v0.25.0 // indirect
145145
golang.org/x/oauth2 v0.15.0 // indirect
146146
golang.org/x/sync v0.4.0 // indirect
147-
golang.org/x/sys v0.15.0 // indirect
148-
golang.org/x/term v0.15.0 // indirect
149-
golang.org/x/text v0.14.0 // indirect
147+
golang.org/x/sys v0.20.0 // indirect
148+
golang.org/x/term v0.20.0 // indirect
149+
golang.org/x/text v0.15.0 // indirect
150150
golang.org/x/time v0.3.0 // indirect
151151
golang.org/x/tools v0.14.0 // indirect
152152
google.golang.org/appengine v1.6.8 // indirect
153153
google.golang.org/genproto v0.0.0-20231002182017-d307bd883b97 // indirect
154154
google.golang.org/genproto/googleapis/api v0.0.0-20231012201019-e917dd12ba7a // indirect
155155
google.golang.org/genproto/googleapis/rpc v0.0.0-20231009173412-8bfb1ae86b6c // indirect
156-
google.golang.org/protobuf v1.32.0 // indirect
156+
google.golang.org/protobuf v1.34.1 // indirect
157157
gopkg.in/inf.v0 v0.9.1 // indirect
158158
gopkg.in/yaml.v2 v2.4.0 // indirect
159159
gopkg.in/yaml.v3 v3.0.1 // indirect
@@ -166,9 +166,9 @@ require (
166166
)
167167

168168
require (
169-
github.com/grafana/pyroscope-go v1.1.2
170169
//github.com/goplugin/plugin-testing-framework/lib/grafana v1.50.0
171170
github.com/goplugin/plugin-testing-framework/lib/grafana v0.1.1 //plugin update changes
171+
github.com/grafana/pyroscope-go v1.1.2
172172
)
173173

174174
require (
@@ -181,19 +181,21 @@ require (
181181
github.com/Masterminds/semver/v3 v3.2.1 // indirect
182182
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
183183
github.com/buger/jsonparser v1.1.1 // indirect
184-
github.com/bytedance/sonic v1.9.1 // indirect
184+
github.com/bytedance/sonic v1.11.6 // indirect
185+
github.com/bytedance/sonic/loader v0.1.1 // indirect
185186
github.com/cespare/xxhash v1.1.0 // indirect
186-
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311 // indirect
187+
github.com/cloudwego/base64x v0.1.4 // indirect
188+
github.com/cloudwego/iasm v0.2.0 // indirect
187189
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
188190
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb // indirect
189-
github.com/gabriel-vasile/mimetype v1.4.2 // indirect
191+
github.com/gabriel-vasile/mimetype v1.4.3 // indirect
190192
github.com/go-redis/redis/v8 v8.11.5 // indirect
191193
github.com/golang-jwt/jwt/v4 v4.5.0 // indirect
192194
github.com/google/gnostic-models v0.6.8 // indirect
193195
github.com/grafana/gomemcache v0.0.0-20231023152154-6947259a0586 // indirect
194196
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 // indirect
195197
github.com/huandu/xstrings v1.3.3 // indirect
196-
github.com/klauspost/cpuid/v2 v2.2.5 // indirect
198+
github.com/klauspost/cpuid/v2 v2.2.7 // indirect
197199
github.com/kylelemons/godebug v1.1.0 // indirect
198200
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
199201
github.com/mitchellh/copystructure v1.0.0 // indirect
@@ -209,7 +211,7 @@ require (
209211
go.opentelemetry.io/collector/pdata v1.0.0-rcv0015 // indirect
210212
go.opentelemetry.io/collector/semconv v0.81.0 // indirect
211213
go4.org/netipx v0.0.0-20230125063823-8449b0a6169f // indirect
212-
golang.org/x/arch v0.4.0 // indirect
214+
golang.org/x/arch v0.8.0 // indirect
213215
)
214216

215217
retract [v1.999.0-test-release, v1.999.999-test-release]

0 commit comments

Comments
 (0)