Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
update vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
luxas committed Aug 30, 2019
1 parent 813c766 commit ac4da5b
Show file tree
Hide file tree
Showing 14 changed files with 332 additions and 224 deletions.
20 changes: 17 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ module github.com/weaveworks/ignite
go 1.12

require (
cloud.google.com/go v0.37.4 // indirect
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Microsoft/go-winio v0.4.12 // indirect
github.com/Microsoft/hcsshim v0.8.6 // indirect
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc // indirect
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf // indirect
github.com/alessio/shellescape v0.0.0-20190409004728-b115ca0f9053 // indirect
github.com/c2h5oh/datasize v0.0.0-20171227191756-4eba002a5eae
github.com/containerd/cgroups v0.0.0-20190717030353-c4b9ac5c7601 // indirect
Expand All @@ -23,12 +26,20 @@ require (
github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0
github.com/docker/go-connections v0.4.0
github.com/docker/go-events v0.0.0-20190806004212-e31b211e4f1c // indirect
github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 // indirect
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/emicklei/go-restful v2.9.6+incompatible // indirect
github.com/firecracker-microvm/firecracker-go-sdk v0.15.2-0.20190627223500-b2e8284e890c
github.com/freddierice/go-losetup v0.0.0-20170407175016-fc9adea44124
github.com/go-ini/ini v1.25.4 // indirect
github.com/go-openapi/spec v0.19.2
github.com/go-stack/stack v1.8.0 // indirect
github.com/godbus/dbus v4.1.0+incompatible // indirect
github.com/gogo/googleapis v1.2.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
github.com/gophercloud/gophercloud v0.0.0-20190410012400-2c55d17f707c // indirect
github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect
github.com/krolaw/dhcp4 v0.0.0-20190531080455-7b64900047ae
github.com/lithammer/dedent v1.1.0
github.com/miekg/dns v1.1.14
Expand All @@ -40,18 +51,21 @@ require (
github.com/otiai10/copy v1.0.1
github.com/otiai10/curr v0.0.0-20190513014714-f5a3d24e5776 // indirect
github.com/pkg/errors v0.8.1
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/client_golang v1.1.0
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.5
github.com/spf13/pflag v1.0.3
github.com/syndtr/gocapability v0.0.0-20180916011248-d98352740cb2 // indirect
github.com/vishvananda/netlink v1.0.0
github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect
github.com/weaveworks/flux v0.0.0-20190704153721-8292179855e1
github.com/weaveworks/flux v0.0.0-20190830084149-e1a7891aaffa // indirect
github.com/weaveworks/gitops-toolkit v0.0.0-20190819143013-52823007f89f
go.etcd.io/bbolt v1.3.3 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f
golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495 // indirect
golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3
google.golang.org/api v0.3.2 // indirect
google.golang.org/appengine v1.5.0 // indirect
google.golang.org/grpc v1.21.1 // indirect
gopkg.in/alessio/shellescape.v1 v1.0.0-20170105083845-52074bc9df61
gotest.tools v2.2.0+incompatible // indirect
Expand Down
53 changes: 49 additions & 4 deletions go.sum

Large diffs are not rendered by default.

201 changes: 0 additions & 201 deletions vendor/github.com/weaveworks/flux/LICENSE

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac4da5b

Please sign in to comment.