Skip to content

Commit

Permalink
chore(deps): update all dependencies (#836)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 26, 2022
1 parent 0212c83 commit 3cda47a
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 58 deletions.
15 changes: 12 additions & 3 deletions go.mod
Expand Up @@ -7,12 +7,21 @@ require (
github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5
github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354
github.com/onsi/ginkgo/v2 v2.1.4
github.com/onsi/gomega v1.19.0
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
github.com/onsi/gomega v1.20.0
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
golang.org/x/text v0.3.7
golang.org/x/tools v0.1.11
gopkg.in/yaml.v2 v2.4.0
)

go 1.16
require (
github.com/google/go-cmp v0.5.8 // indirect
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4 // indirect
golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.18

0 comments on commit 3cda47a

Please sign in to comment.