diff options
| author | Jan Unterbrink <jan.unterbrink@subpath.de> | 2019-08-11 11:00:20 +0200 |
|---|---|---|
| committer | Jan Unterbrink <jan.unterbrink@subpath.de> | 2019-08-16 08:19:04 +0200 |
| commit | b63a49950acebf72922d0133787029052a5150ee (patch) | |
| tree | 7b33e5e4716ba3639e2dccea2eefccfbf5b75f12 /go.mod | |
| parent | Add gomod verify scripts (diff) | |
| download | kubeedge-b63a49950acebf72922d0133787029052a5150ee.tar.gz | |
update dependencies
update go.mod, go.sum to include dep patches
rebuild go.sum / go.mod after executing go mod tidy
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -4,14 +4,17 @@ go 1.12 require ( cloud.google.com/go v0.43.0 // indirect - github.com/256dpi/gomqtt v0.10.3 - github.com/Microsoft/go-winio v0.4.12 // indirect + github.com/256dpi/gomqtt v0.10.4 + github.com/Microsoft/go-winio v0.4.14 // indirect github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2 // indirect github.com/astaxie/beego v1.12.0 - github.com/aws/aws-sdk-go v1.21.0 // indirect + github.com/aws/aws-sdk-go v1.21.10 // indirect + github.com/beorn7/perks v1.0.1 // indirect + github.com/blang/semver v3.5.1+incompatible // indirect github.com/cheekybits/genny v1.0.0 // indirect github.com/containerd/console v0.0.0-20181022165439-0650fd9eeb50 // indirect github.com/containerd/containerd v1.1.7 // indirect + github.com/coreos/bbolt v1.3.3 // indirect github.com/coreos/go-semver v0.3.0 // indirect github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect github.com/cyphar/filepath-securejoin v0.2.2 // indirect @@ -34,13 +37,17 @@ require ( github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6 // indirect github.com/golang/mock v1.3.1 github.com/google/cadvisor v0.33.2-0.20190411163913-9db8c7dee20a + github.com/google/go-cmp v0.3.1 // indirect github.com/google/uuid v1.1.1 github.com/googleapis/gnostic v0.3.0 // indirect github.com/gorilla/mux v1.7.3 github.com/gorilla/websocket v1.4.0 + github.com/grpc-ecosystem/grpc-gateway v1.3.1 // indirect github.com/hashicorp/go-version v1.2.0 // indirect + github.com/hashicorp/golang-lru v0.5.3 // indirect github.com/imdario/mergo v0.3.7 // indirect github.com/jonboulle/clockwork v0.1.0 // indirect + github.com/json-iterator/go v1.1.7 // indirect github.com/karrick/godirwalk v1.10.12 // indirect github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect github.com/kubeedge/beehive v0.0.0-20190627084409-06e0cfa222f7 @@ -48,6 +55,7 @@ require ( github.com/lucas-clemente/quic-go v0.10.2 // indirect github.com/mattn/go-shellwords v1.0.5 // indirect github.com/mattn/go-sqlite3 v1.11.0 + github.com/mesos/mesos-go v0.0.10 // indirect github.com/mindprince/gonvml v0.0.0-20180514031326-b364b296c732 // indirect github.com/mistifyio/go-zfs v2.1.1+incompatible // indirect github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // indirect @@ -64,6 +72,7 @@ require ( github.com/prometheus/procfs v0.0.3 // indirect github.com/satori/go.uuid v1.2.0 github.com/seccomp/libseccomp-golang v0.9.1 // indirect + github.com/soheilhy/cmux v0.1.4 // indirect github.com/spf13/cobra v0.0.5 github.com/spf13/pflag v1.0.3 github.com/stretchr/objx v0.2.0 // indirect @@ -72,10 +81,11 @@ require ( github.com/uber-go/atomic v1.4.0 // indirect github.com/vishvananda/netlink v1.0.0 // indirect github.com/vishvananda/netns v0.0.0-20190625233234-7109fa855b0f // indirect + go.etcd.io/bbolt v1.3.3 // indirect golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect golang.org/x/net v0.0.0-20190628185345-da137c7871d7 // indirect golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect - google.golang.org/grpc v1.22.0 // indirect + google.golang.org/grpc v1.22.1 // indirect gopkg.in/go-playground/assert.v1 v1.2.1 // indirect gopkg.in/inf.v0 v0.9.1 // indirect gopkg.in/square/go-jose.v2 v2.3.1 // indirect @@ -88,7 +98,7 @@ require ( k8s.io/cri-api v0.0.0 k8s.io/klog v0.3.3 // indirect k8s.io/kube-openapi v0.0.0-20190718094010-3cf2ea392886 // indirect - k8s.io/kubernetes v1.15.1 + k8s.io/kubernetes v1.15.2 k8s.io/utils v0.0.0-20190712204705-3dccf664f023 ) |
