Update Consul Core golang k8s submodules to match Consul K8s
Open
theme/go-modules
theme/kubernetes
type/enhancement
- Dominant language
- Go
- Stars
- 30.1k
- Forks
- 4.6k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 43
Description
#### Feature Description
As of Consul 1.10 we have the following module versions in [consul-k8s](https://github.com/hashicorp/consul-k8s/blob/7548958a26873ef45e1a21e997ce03282ab1236e/go.mod#L36)
```
k8s.io/api v0.21.1
k8s.io/apimachinery v0.21.1
k8s.io/client-go v0.21.1
```
Current go mods as of Consul 1.10 are as follows:
```
k8s.io/api v0.16.9
k8s.io/apimachinery v0.16.9
k8s.io/client-go v0.16.9
```
#### Use Case(s)
Consistency of submodules across Consul and Consul K8s
Contributor guide
Assessment
This issue has not been assessed yet.