Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump golang.org/x/crypto from 0.0.0-20210322153248-0c34fe9e7dc2 to 0.1.0 #47

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,12 @@ go 1.13

require (
github.com/aws/aws-sdk-go v1.38.16
github.com/danieljoos/wincred v1.1.0
github.com/git-chglog/git-chglog v0.14.0 // indirect
github.com/git-chglog/git-chglog v0.14.0
github.com/go-ini/ini v1.62.0
github.com/godbus/dbus v4.1.0+incompatible
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/jmespath/go-jmespath v0.4.0
github.com/urfave/cli v1.22.1 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/zalando/go-keyring v0.1.1
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57
golang.org/x/term v0.0.0-20210406210042-72f3dc4e9b72 // indirect
golang.org/x/text v0.3.3
gopkg.in/AlecAivazis/survey.v1 v1.8.7 // indirect
gopkg.in/kyokomi/emoji.v1 v1.5.1 // indirect
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
gopkg.in/ini.v1 v1.67.0 // indirect
)
Loading