Skip to content

Commit

Permalink
Merge branch 'master' of github.com:replicatedhq/kots into 1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Sep 9, 2020
2 parents 4a500b0 + 14da06f commit a2e4aaa
Show file tree
Hide file tree
Showing 4 changed files with 130 additions and 8 deletions.
9 changes: 4 additions & 5 deletions go.mod
Expand Up @@ -16,8 +16,7 @@ require (
github.com/bugsnag/bugsnag-go v1.5.3 // indirect
github.com/bugsnag/panicwrap v1.2.0 // indirect
github.com/containerd/continuity v0.0.0-20200228182428-0f16d7a0959c // indirect
github.com/containers/image/v5 v5.2.0
github.com/containers/storage v1.16.2 // indirect
github.com/containers/image/v5 v5.5.2
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/docker/distribution v2.7.1+incompatible
github.com/docker/go-units v0.4.0
Expand All @@ -31,7 +30,7 @@ require (
github.com/gorilla/mux v1.7.4 // indirect
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
github.com/manifoldco/promptui v0.3.2
github.com/mattn/go-isatty v0.0.9
github.com/mattn/go-isatty v0.0.12
github.com/mholt/archiver v3.1.1+incompatible
github.com/mtrmac/gpgme v0.1.2 // indirect
github.com/otiai10/copy v1.0.2
Expand All @@ -43,14 +42,14 @@ require (
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.4.0
github.com/stevvooe/resumable v0.0.0-20180830230917-22b14a53ba50 // indirect
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/tj/go-spin v1.1.0
github.com/vmware-tanzu/velero v0.0.0-00010101000000-000000000000
github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940 // indirect
github.com/yvasiyarov/gorelic v0.0.7 // indirect
github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9 // indirect
go.undefinedlabs.com/scopeagent v0.1.12
golang.org/x/crypto v0.0.0-20200414173820-0848c9571904
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5
gopkg.in/yaml.v2 v2.3.0
helm.sh/helm/v3 v3.2.4
k8s.io/api v0.18.4
Expand Down

0 comments on commit a2e4aaa

Please sign in to comment.