Skip to content

Commit c4cbf81

Browse files
update k8s.io/apimachinery to v0.20.8 (#17)
1 parent 8ee7dd3 commit c4cbf81

File tree

3 files changed

+285
-92
lines changed

3 files changed

+285
-92
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ token-scoped files after they are consumed. Services should also fail-fast if th
4848
authentication calls to remote services return errors). Kubernetes will restart the service. This will put the service
4949
into a crashloopbackoff until the Vault Control Tool is able to fetch fresh secrets.
5050

51-
5251
## Other Documents
5352

5453
If you're curious on how to build this in your environment, see [BUILDING.md](docs/BUILDING.md).

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ require (
1010
github.com/hashicorp/vault/api v1.0.4
1111
github.com/rs/zerolog v1.20.0
1212
github.com/stretchr/testify v1.6.1
13-
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
13+
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
1414
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1515
gopkg.in/yaml.v2 v2.3.0
16-
k8s.io/api v0.18.8
17-
k8s.io/apimachinery v0.18.8
18-
k8s.io/client-go v0.18.0
19-
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
16+
k8s.io/api v0.20.8
17+
k8s.io/apimachinery v0.20.8
18+
k8s.io/client-go v0.20.8
19+
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
2020
)

0 commit comments

Comments
 (0)