Skip to content

Commit 8cd7b60

Browse files
Bump github.com/grafana/xk6-webcrypto from 0.4.0 to 0.5.0
Bumps [github.com/grafana/xk6-webcrypto](https://github.com/grafana/xk6-webcrypto) from 0.4.0 to 0.5.0. - [Release notes](https://github.com/grafana/xk6-webcrypto/releases) - [Commits](grafana/xk6-webcrypto@v0.4.0...v0.5.0) --- updated-dependencies: - dependency-name: github.com/grafana/xk6-webcrypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 171655b commit 8cd7b60

File tree

16 files changed

+797
-219
lines changed

16 files changed

+797
-219
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/grafana/xk6-output-opentelemetry v0.2.0
2020
github.com/grafana/xk6-output-prometheus-remote v0.4.0
2121
github.com/grafana/xk6-redis v0.3.0
22-
github.com/grafana/xk6-webcrypto v0.4.0
22+
github.com/grafana/xk6-webcrypto v0.5.0
2323
github.com/grafana/xk6-websockets v0.7.2
2424
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
2525
github.com/influxdata/influxdb1-client v0.0.0-20190402204710-8ff2fc3824fc

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ github.com/grafana/xk6-output-prometheus-remote v0.4.0 h1:7k3xjuKaD9BwcX8iuu5v6P
9999
github.com/grafana/xk6-output-prometheus-remote v0.4.0/go.mod h1:esXXthLoVp9JUdGkECRthESVYu0TQTR24wrx2nRM9ak=
100100
github.com/grafana/xk6-redis v0.3.0 h1:eV1YO0miPqGFilN8sL/3OdO6Mm+hZH2nsvJm5dkE0CM=
101101
github.com/grafana/xk6-redis v0.3.0/go.mod h1:3e/U9i1Nm3WEaMy4nZSGMjVf8ZsFau+aXurYJhJ7MfQ=
102-
github.com/grafana/xk6-webcrypto v0.4.0 h1:CXRGkvVg8snYEyGCq3d5XGzDPxTPJ1m5CS68jPdtZZk=
103-
github.com/grafana/xk6-webcrypto v0.4.0/go.mod h1:+THllImZ8OWlsFc8llWqvzzjottlGdXq/7rIQ16zmFs=
102+
github.com/grafana/xk6-webcrypto v0.5.0 h1:a5NMG/4itLDWprn5XbGaARwUdGPy9wO9z35Z7bDjG1k=
103+
github.com/grafana/xk6-webcrypto v0.5.0/go.mod h1:yZMp9ZjcxLZML2ljcK6CxTI+XTP59vivtKszaH5xIE4=
104104
github.com/grafana/xk6-websockets v0.7.2 h1:hwZfk+1zMLJZ2vXqy8WqShG4toHgY6Gw7EdFU37dSXg=
105105
github.com/grafana/xk6-websockets v0.7.2/go.mod h1:91oE+otLmjYsPwBvxfv1+6tmoXKPZRPOXTnJveAs5Nk=
106106
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 h1:UH//fgunKIs4JdUbpDl1VZCDaL56wXCB/5+wF6uHfaI=

vendor/github.com/grafana/xk6-webcrypto/webcrypto/algorithm.go

+31-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/xk6-webcrypto/webcrypto/elliptic_curve.go

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/xk6-webcrypto/webcrypto/encryption.go

+8-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/xk6-webcrypto/webcrypto/errors.go

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/xk6-webcrypto/webcrypto/hash.go

+57
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/grafana/xk6-webcrypto/webcrypto/jwk.go

+136
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)