Skip to content

Commit 13a768b

Browse files
chore(deps): bump golang.org/x/crypto in /apps/brease
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220214200702-86341886e292 to 0.1.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.1.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c0d537 commit 13a768b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

apps/brease/go.mod

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ require (
1515
github.com/s12v/go-jwks v0.3.0
1616
github.com/semihalev/gin-stats v0.0.0-20180505163755-30fdcbbd3533
1717
github.com/speakeasy-api/speakeasy-go-sdk v1.7.0
18-
github.com/stretchr/testify v1.8.2
1918
github.com/tidwall/buntdb v1.2.10
2019
github.com/wI2L/fizz v0.22.0
2120
go.opentelemetry.io/otel/trace v1.14.0
@@ -26,7 +25,6 @@ require (
2625
require (
2726
github.com/cenkalti/backoff/v4 v4.2.0 // indirect
2827
github.com/chromedp/cdproto v0.0.0-20220629234738-4cfc9cdeeb92 // indirect
29-
github.com/davecgh/go-spew v1.1.1 // indirect
3028
github.com/felixge/httpsnoop v1.0.3 // indirect
3129
github.com/gin-contrib/sse v0.1.0 // indirect
3230
github.com/go-chi/chi/v5 v5.0.7 // indirect
@@ -54,7 +52,6 @@ require (
5452
github.com/modern-go/reflect2 v1.0.2 // indirect
5553
github.com/patrickmn/go-cache v2.1.0+incompatible // indirect
5654
github.com/pelletier/go-toml/v2 v2.0.5 // indirect
57-
github.com/pmezard/go-difflib v1.0.0 // indirect
5855
github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 // indirect
5956
github.com/speakeasy-api/speakeasy-schemas v1.3.0 // indirect
6057
github.com/tidwall/btree v1.6.0 // indirect
@@ -73,7 +70,7 @@ require (
7370
go.opentelemetry.io/otel/metric v0.37.0 // indirect
7471
go.uber.org/atomic v1.9.0 // indirect
7572
go.uber.org/multierr v1.7.0 // indirect
76-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
73+
golang.org/x/crypto v0.1.0 // indirect
7774
golang.org/x/net v0.8.0 // indirect
7875
golang.org/x/sync v0.1.0 // indirect
7976
golang.org/x/sys v0.6.0 // indirect
@@ -83,5 +80,4 @@ require (
8380
gopkg.in/go-playground/validator.v9 v9.30.0 // indirect
8481
gopkg.in/square/go-jose.v2 v2.6.0 // indirect
8582
gopkg.in/yaml.v2 v2.4.0 // indirect
86-
gopkg.in/yaml.v3 v3.0.1 // indirect
8783
)

apps/brease/go.sum

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)