Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Bump golang.org/x/crypto from 0.0.0-20200423211502-4bdfaf469ed5 to 0.1.0
Browse files Browse the repository at this point in the history
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20200423211502-4bdfaf469ed5 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>
  • Loading branch information
dependabot[bot] authored and norrland committed Feb 27, 2023
1 parent 7da1255 commit ab1763b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,12 @@ require (
github.com/docker/docker v1.13.2-0.20170601211448-f5ec1e2936dc // indirect
github.com/docker/machine v0.16.2
github.com/glesys/glesys-go/v2 v2.4.1
github.com/google/go-cmp v0.5.9 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.5.0 // indirect
github.com/stretchr/testify v1.3.0
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/crypto v0.1.0 // indirect
gotest.tools v2.2.0+incompatible // indirect
)

replace (
Expand Down

0 comments on commit ab1763b

Please sign in to comment.