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/net from 0.0.0-20200520182314-0ba52f642ac2 to 0.17.0 #32

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
33 changes: 0 additions & 33 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,12 @@ module github.com/go-chef/chef
go 1.12

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/aws/aws-sdk-go v1.31.6 // indirect
github.com/axw/gocov v1.0.0 // indirect
github.com/cenkalti/backoff v2.1.1+incompatible // indirect
github.com/ctdk/chefcrypto v1.0.0 // indirect
github.com/ctdk/go-trie v0.0.0-20161110000926-fe74c509b12e // indirect
github.com/ctdk/goiardi v0.11.10
github.com/davecgh/go-spew v1.1.1
github.com/go-ole/go-ole v1.2.4 // indirect
github.com/google/go-cmp v0.4.0 // indirect
github.com/google/gops v0.3.8 // indirect
github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00 // indirect
github.com/hashicorp/go-multierror v1.1.0 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/hashicorp/go-rootcerts v1.0.2 // indirect
github.com/hashicorp/vault/api v1.0.4 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19 // indirect
github.com/lib/pq v1.5.2 // indirect
github.com/mattn/goveralls v0.0.6 // indirect
github.com/mitchellh/mapstructure v1.3.1 // indirect
github.com/philhofer/fwd v1.0.0 // indirect
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/pmylund/go-cache v2.1.0+incompatible // indirect
github.com/r3labs/diff v0.0.0-20191120142937-b4ed99a31f5a
github.com/shirou/gopsutil v2.20.4+incompatible // indirect
github.com/smartystreets/assertions v1.1.0 // indirect
github.com/smartystreets/goconvey v1.6.4
github.com/stretchr/testify v1.5.1
github.com/tideland/golib v4.24.2+incompatible // indirect
github.com/tinylib/msgp v1.1.2 // indirect
github.com/xlab/treeprint v1.0.0 // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 // indirect
golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2 // indirect
golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
golang.org/x/tools v0.0.0-20200527183253-8e7acdbce89d // indirect
gopkg.in/square/go-jose.v2 v2.5.1 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
rsc.io/goversion v1.2.0 // indirect
)
Loading