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

Bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.1.0 #5

Open
wants to merge 1 commit into
base: master
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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go 1.13
require (
github.com/adelowo/onecache v0.0.0-20190301175940-21e89ccbf689
github.com/aws/aws-sdk-go v1.25.13
github.com/coreos/go-etcd v2.0.0+incompatible // indirect
github.com/k1LoW/duration v1.0.0
github.com/manifoldco/promptui v0.3.2
github.com/mitchellh/go-homedir v1.1.0
github.com/nicksnyder/go-i18n v1.10.1 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/cobra v0.0.6-0.20191014031137-8a4b46fadf75
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.4.0
github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8 // indirect
github.com/youyo/awsprofile v0.0.4
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
gopkg.in/ini.v1 v1.49.0
golang.org/x/crypto v0.1.0
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20191105091915-95d230a53780 // indirect
)
Loading