Skip to content

Commit

Permalink
Merge pull request #34 from banzaicloud/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
sagikazarmark authored Oct 13, 2020
2 parents ce3859f + aa79211 commit da89667
Show file tree
Hide file tree
Showing 2 changed files with 323 additions and 101 deletions.
18 changes: 9 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module github.com/banzaicloud/operator-tools
go 1.13

require (
emperror.dev/errors v0.7.0
emperror.dev/errors v0.8.0
github.com/MakeNowJust/heredoc v1.0.0
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
github.com/banzaicloud/k8s-objectmatcher v1.4.0
github.com/banzaicloud/k8s-objectmatcher v1.5.0
github.com/briandowns/spinner v1.11.1
github.com/cppforlife/go-patch v0.2.0
github.com/fatih/color v1.7.0
Expand All @@ -16,15 +16,15 @@ require (
github.com/iancoleman/orderedmap v0.0.0-20190318233801-ac98e3ecb4b0
github.com/pborman/uuid v1.2.0
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.5.1
github.com/stretchr/testify v1.6.1
github.com/wayneashleyberry/terminal-dimensions v1.0.0
gopkg.in/yaml.v2 v2.3.0
helm.sh/helm/v3 v3.2.4
k8s.io/api v0.18.6
k8s.io/apiextensions-apiserver v0.18.6
k8s.io/apimachinery v0.18.6
k8s.io/client-go v0.18.6
k8s.io/utils v0.0.0-20200603063816-c1c6865ac451
helm.sh/helm/v3 v3.3.4
k8s.io/api v0.19.2
k8s.io/apiextensions-apiserver v0.19.2
k8s.io/apimachinery v0.19.2
k8s.io/client-go v0.19.2
k8s.io/utils v0.0.0-20200729134348-d5654de09c73
sigs.k8s.io/controller-runtime v0.6.2
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit da89667

Please sign in to comment.