Skip to content

Commit fb7b35f

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 417ed50 commit fb7b35f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/brease/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ require (
99
github.com/gin-contrib/zap v0.1.0
1010
github.com/gin-gonic/gin v1.8.1
1111
github.com/joho/godotenv v1.5.1
12+
github.com/loopfz/gadgeto v0.9.0
1213
github.com/semihalev/gin-stats v0.0.0-20180505163755-30fdcbbd3533
1314
github.com/speakeasy-api/speakeasy-go-sdk v1.7.0
1415
github.com/wI2L/fizz v0.22.0
@@ -40,7 +41,6 @@ require (
4041
github.com/labstack/echo/v4 v4.9.0 // indirect
4142
github.com/labstack/gommon v0.3.1 // indirect
4243
github.com/leodido/go-urn v1.2.1 // indirect
43-
github.com/loopfz/gadgeto v0.9.0 // indirect
4444
github.com/mailru/easyjson v0.7.7 // indirect
4545
github.com/mattn/go-colorable v0.1.13 // indirect
4646
github.com/mattn/go-isatty v0.0.17 // indirect
@@ -58,7 +58,7 @@ require (
5858
go.opentelemetry.io/otel/metric v0.37.0 // indirect
5959
go.uber.org/atomic v1.9.0 // indirect
6060
go.uber.org/multierr v1.7.0 // indirect
61-
golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect
61+
golang.org/x/crypto v0.1.0 // indirect
6262
golang.org/x/net v0.8.0 // indirect
6363
golang.org/x/sys v0.6.0 // indirect
6464
golang.org/x/text v0.8.0 // indirect

apps/brease/go.sum

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

0 commit comments

Comments
 (0)