Update to wrangler v0.8.0 and merge v0.2.x to master

This commit is contained in:
Darren Shepherd
2021-04-12 15:09:30 -07:00
parent a60200ab9e
commit e7b1adba70
2 changed files with 197 additions and 19 deletions

8
go.mod
View File

@@ -3,9 +3,9 @@ module github.com/rancher/dynamiclistener
go 1.12
require (
github.com/rancher/wrangler v0.6.2-0.20200714200521-c61fae623942
github.com/rancher/wrangler v0.8.0
github.com/sirupsen/logrus v1.4.2
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
k8s.io/api v0.18.0
k8s.io/apimachinery v0.18.0
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
k8s.io/api v0.18.8
k8s.io/apimachinery v0.18.8
)