Skip to content

Commit

Permalink
Merge pull request #23 from cpanato/update-deps
Browse files Browse the repository at this point in the history
dependencies: cycle February 2021
  • Loading branch information
k8s-ci-robot committed Feb 6, 2021
2 parents bb1e2ae + e9691e3 commit 25185e7
Show file tree
Hide file tree
Showing 2 changed files with 286 additions and 18 deletions.
24 changes: 12 additions & 12 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@ module sigs.k8s.io/zeitgeist
go 1.15

require (
github.com/aws/aws-sdk-go v1.35.2
github.com/aws/aws-sdk-go v1.37.6
github.com/blang/semver v3.5.1+incompatible
github.com/blang/semver/v4 v4.0.0
github.com/go-git/go-git-fixtures/v4 v4.0.1
github.com/go-git/go-git/v5 v5.1.0
github.com/google/go-cmp v0.5.2
github.com/maxbrunsfeld/counterfeiter/v6 v6.2.3
github.com/mitchellh/mapstructure v1.3.3
github.com/go-git/go-git-fixtures/v4 v4.0.2-0.20200613231340-f56387b50c12
github.com/go-git/go-git/v5 v5.2.0
github.com/google/go-cmp v0.5.4
github.com/maxbrunsfeld/counterfeiter/v6 v6.3.0
github.com/mitchellh/mapstructure v1.4.1
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.7.0
github.com/spf13/cobra v1.0.0
github.com/stretchr/testify v1.6.1
github.com/spf13/cobra v1.1.1
github.com/stretchr/testify v1.7.0
github.com/xanzy/go-gitlab v0.43.0
golang.org/x/mod v0.3.0
golang.org/x/net v0.0.0-20200930145003-4acb6c075d10
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
golang.org/x/mod v0.4.1
golang.org/x/net v0.0.0-20210119194325-5f4716e94777
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
helm.sh/helm/v3 v3.3.4
k8s.io/apimachinery v0.18.8
k8s.io/release v0.4.2
k8s.io/release v0.7.0
)

0 comments on commit 25185e7

Please sign in to comment.