Skip to content

Commit

Permalink
Update dependencies to v0.21.0-alpha.1 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
k8s-publishing-bot committed Jan 13, 2021
1 parent 319cf2f commit 0a92b21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions go.mod
Expand Up @@ -6,12 +6,12 @@ go 1.15

require (
github.com/stretchr/testify v1.6.1
k8s.io/api v0.0.0-20210111205846-1198ffc40d00
k8s.io/apimachinery v0.0.0-20210106165743-6c16abd71758
k8s.io/api v0.21.0-alpha.1
k8s.io/apimachinery v0.21.0-alpha.1
k8s.io/klog/v2 v2.4.0
)

replace (
k8s.io/api => k8s.io/api v0.0.0-20210111205846-1198ffc40d00
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20210106165743-6c16abd71758
k8s.io/api => k8s.io/api v0.21.0-alpha.1
k8s.io/apimachinery => k8s.io/apimachinery v0.21.0-alpha.1
)
4 changes: 2 additions & 2 deletions go.sum
Expand Up @@ -183,8 +183,8 @@ gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
k8s.io/api v0.0.0-20210111205846-1198ffc40d00/go.mod h1:3Xl3BjPKHhLlv0+0TYKMZ8NNiKsby57AFDZIBy5Rv0o=
k8s.io/apimachinery v0.0.0-20210106165743-6c16abd71758/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/api v0.21.0-alpha.1/go.mod h1:wc25iu2fBpPp8cMHJFJUB61Td8+KPtSzLp5086BvemI=
k8s.io/apimachinery v0.21.0-alpha.1/go.mod h1:WlLqWAHZGg07AeltaI0MV5uk1Omp8xaN0JGLY6gkRpU=
k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE=
k8s.io/klog/v2 v2.4.0 h1:7+X0fUguPyrKEC4WjH8iGDg3laWgMo5tMnRTIGTTxGQ=
Expand Down

0 comments on commit 0a92b21

Please sign in to comment.