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

Commit

Permalink
Update test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
branden committed Apr 21, 2020
1 parent 7895cf5 commit 141a58f
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 8 deletions.
30 changes: 22 additions & 8 deletions test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,37 @@ module github.com/mesosphere/kubeaddons-base-addons/test
go 1.13

require (
github.com/alessio/shellescape v1.2.2 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/containerd/containerd v1.3.4 // indirect
github.com/docker/docker v1.4.2-0.20190916154449-92cc603036dd
github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c // indirect
github.com/google/uuid v1.1.1
github.com/imdario/mergo v0.3.8 // indirect
github.com/googleapis/gnostic v0.4.1 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/json-iterator/go v1.1.9 // indirect
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/mesosphere/ksphere-testing-framework v0.0.0-20200415202108-3c10d515fc8b
github.com/mesosphere/kubeaddons v0.13.0
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/sergi/go-diff v1.1.0 // indirect
github.com/sirupsen/logrus v1.5.0 // indirect
go.uber.org/atomic v1.5.1 // indirect
go.uber.org/multierr v1.4.0 // indirect
go.uber.org/zap v1.13.0 // indirect
golang.org/x/crypto v0.0.0-20191122220453-ac88ee75c92c // indirect
golang.org/x/time v0.0.0-20191024005414-555d28b269f0 // indirect
golang.org/x/crypto v0.0.0-20200420201142-3c4aac89819a // indirect
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
golang.org/x/sys v0.0.0-20200420163511-1957bb5e6d1f // indirect
golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 // indirect
google.golang.org/appengine v1.6.5 // indirect
google.golang.org/genproto v0.0.0-20190916214212-f660b8655731 // indirect
k8s.io/api v0.17.4
k8s.io/apimachinery v0.17.4
k8s.io/helm v2.16.5+incompatible
k8s.io/utils v0.0.0-20191114200735-6ca3b61696b6 // indirect
google.golang.org/genproto v0.0.0-20200420144010-e5e8543f8aeb // indirect
google.golang.org/grpc v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
k8s.io/api v0.18.2
k8s.io/apimachinery v0.18.2
k8s.io/helm v2.16.6+incompatible
k8s.io/utils v0.0.0-20200414100711-2df71ebbae66 // indirect
sigs.k8s.io/kind v0.7.0
)

Expand Down
Loading

0 comments on commit 141a58f

Please sign in to comment.