Skip to content

Commit

Permalink
Bump golang.org/x/crypto in /spec
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-20210921155107-089bfa567519 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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and dennisjbell committed Jul 17, 2023
1 parent 358dab2 commit 3254f6b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 132 deletions.
7 changes: 1 addition & 6 deletions spec/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module github.com/genesis-community/cf-genesis-kit/spec
go 1.16

require (
github.com/alecthomas/participle v0.4.4 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/genesis-community/testkit v0.0.0-20210202143224-371569997dc4
github.com/gonvenience/neat v1.3.0 // indirect
Expand All @@ -14,10 +13,6 @@ require (
github.com/onsi/gomega v1.10.1
github.com/stretchr/testify v1.5.1 // indirect
github.com/texttheater/golang-levenshtein v0.0.0-20191208221605-eb6844b05fc6 // indirect
github.com/virtuald/go-ordered-json v0.0.0-20170621173500-b18e6e673d74 // indirect
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
golang.org/x/sys v0.0.0-20220615213510-4f61da869c0c // indirect
golang.org/x/tools v0.1.11 // indirect
golang.org/x/crypto v0.1.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200506231410-2ff61e1afc86 // indirect
)
Loading

0 comments on commit 3254f6b

Please sign in to comment.