Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanholsteijn committed Jul 7, 2022
1 parent b1872e5 commit 2d6bf50
Show file tree
Hide file tree
Showing 2 changed files with 793 additions and 6 deletions.
46 changes: 40 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,48 @@ module github.com/binxio/cru
go 1.14

require (
github.com/Azure/azure-pipeline-go v0.2.2 // indirect
github.com/Azure/azure-sdk-for-go v42.3.0+incompatible // indirect
github.com/Azure/go-autorest v14.1.1+incompatible // indirect
github.com/Azure/go-autorest/autorest v0.10.2 // indirect
github.com/Azure/go-autorest/autorest/adal v0.8.3 // indirect
github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 // indirect
github.com/Azure/go-autorest/autorest/validation v0.2.0 // indirect
github.com/Djarvur/go-err113 v0.1.0 // indirect
github.com/apex/log v1.3.0 // indirect
github.com/binxio/gcloudconfig v0.1.5
github.com/bombsimon/wsl/v2 v2.2.0 // indirect
github.com/containerd/containerd v1.3.0 // indirect
github.com/coreos/etcd v3.3.13+incompatible // indirect
github.com/docker/cli v20.10.17+incompatible // indirect
github.com/docker/docker v20.10.17+incompatible // indirect
github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815
github.com/google/go-containerregistry v0.1.1
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd
github.com/mitchellh/go-homedir v1.1.0 // indirect
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/tools v0.0.0-20200619210111-0f592d2728bb
github.com/emirpasic/gods v1.18.1 // indirect
github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d // indirect
github.com/google/go-containerregistry v0.10.0
github.com/google/wire v0.4.0 // indirect
github.com/googleapis/gnostic v0.2.2 // indirect
github.com/goreleaser/goreleaser v0.136.0 // indirect
github.com/goreleaser/nfpm v1.3.0 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/hashicorp/go-retryablehttp v0.6.6 // indirect
github.com/kevinburke/ssh_config v1.2.0
github.com/klauspost/compress v1.15.7 // indirect
github.com/mattn/go-ieproxy v0.0.1 // indirect
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2 // indirect
github.com/mitchellh/go-homedir v1.1.0
github.com/securego/gosec v0.0.0-20200401082031-e946c8c39989 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/vdemeester/k8s-pkg-credentialprovider v1.17.4 // indirect
github.com/xanzy/go-gitlab v0.32.0 // indirect
github.com/xanzy/ssh-agent v0.3.1 // indirect
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
golang.org/x/net v0.0.0-20220706163947-c90051bbdb60 // indirect
golang.org/x/oauth2 v0.0.0-20220630143837-2104d58473e0
golang.org/x/sys v0.0.0-20220704084225-05e143d24a9e // indirect
golang.org/x/tools v0.1.11
gopkg.in/src-d/go-billy.v4 v4.3.2
gopkg.in/src-d/go-git.v4 v4.13.1
k8s.io/code-generator v0.17.2 // indirect
sourcegraph.com/sqs/pbtypes v1.0.0 // indirect
)
Loading

0 comments on commit 2d6bf50

Please sign in to comment.