Skip to content

Commit

Permalink
update k8s.io/apimachinery to v0.20.8 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-hadlaw-hs authored Jun 18, 2021
1 parent 8ee7dd3 commit c4cbf81
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 92 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ token-scoped files after they are consumed. Services should also fail-fast if th
authentication calls to remote services return errors). Kubernetes will restart the service. This will put the service
into a crashloopbackoff until the Vault Control Tool is able to fetch fresh secrets.


## Other Documents

If you're curious on how to build this in your environment, see [BUILDING.md](docs/BUILDING.md).
Expand Down
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ require (
github.com/hashicorp/vault/api v1.0.4
github.com/rs/zerolog v1.20.0
github.com/stretchr/testify v1.6.1
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0
gopkg.in/alecthomas/kingpin.v2 v2.2.6
gopkg.in/yaml.v2 v2.3.0
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
k8s.io/client-go v0.18.0
k8s.io/utils v0.0.0-20200324210504-a9aa75ae1b89
k8s.io/api v0.20.8
k8s.io/apimachinery v0.20.8
k8s.io/client-go v0.20.8
k8s.io/utils v0.0.0-20201110183641-67b214c5f920
)
Loading

0 comments on commit c4cbf81

Please sign in to comment.