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-20200622213623-75b288015ac9 to 0.1.0 #651

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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
15 changes: 3 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,39 +5,30 @@ go 1.15
require (
github.com/Sirupsen/logrus v0.10.1-0.20160601113210-f3cfb454f4c2
github.com/aws/aws-sdk-go v0.10.1-0.20151030050406-3d6b9db330e9
github.com/cloudfoundry-incubator/candiedyaml v0.0.0-20160429080125-99c3df83b515 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fatih/color v1.1.1-0.20161025120501-bf82308e8c85
github.com/go-sql-driver/mysql v1.3.1-0.20180308100310-1a676ac6e4dc // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.4.2
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0
github.com/howeyc/gopass v0.0.0-20160303200116-66487b23f288
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/jinzhu/gorm v1.9.1
github.com/jinzhu/inflection v0.0.0-20160626222713-8f4d3a0d04ce // indirect
github.com/juju/ratelimit v0.0.0-20170523012141-5b9ff8664717 // indirect
github.com/kelseyhightower/envconfig v1.3.1-0.20170206223400-8bf4bbfc795e
github.com/kr/fs v0.0.0-20131111012553-2788f0dbd169 // indirect
github.com/mattn/go-colorable v0.0.8-0.20170312235756-a392f450ea64 // indirect
github.com/mattn/go-isatty v0.0.2-0.20170307163044-57fdcb988a5c // indirect
github.com/mattn/go-runewidth v0.0.1 // indirect
github.com/mattn/go-sqlite3 v1.1.1-0.20160715133849-e118d4451349 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/olekukonko/tablewriter v0.0.0-20160621093029-daf2955e742c
github.com/pelletier/go-buffruneio v0.1.0 // indirect
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
github.com/pkg/errors v0.9.1
github.com/pkg/sftp v0.0.0-20160930220758-4d0e916071f6 // indirect
github.com/sabhiram/go-gitignore v0.0.0-20171017070213-362f9845770f
github.com/soheilhy/cmux v0.1.4
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/vaughan0/go-ini v0.0.0-20130923145212-a98ad7ee00ec // indirect
golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/grpc v1.27.0
gopkg.in/yaml.v2 v2.2.8
Expand Down
153 changes: 38 additions & 115 deletions go.sum

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/crypto/AUTHORS

This file was deleted.

3 changes: 0 additions & 3 deletions vendor/golang.org/x/crypto/CONTRIBUTORS

This file was deleted.

Loading