From 0ba1a63148fad66645c330a3b9ecd8c6d0407df8 Mon Sep 17 00:00:00 2001 From: Hussein Galal Date: Wed, 30 Sep 2020 21:35:57 +0200 Subject: [PATCH] Update k3s (#398) --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index 2f14f621c3..d3f373004e 100644 --- a/go.mod +++ b/go.mod @@ -59,7 +59,7 @@ require ( github.com/google/go-containerregistry v0.0.0-20190617215043-876b8855d23c github.com/pkg/errors v0.9.1 github.com/rancher/helm-controller v0.7.3 - github.com/rancher/k3s v1.19.2-0.20200922032318-42bba0465192 + github.com/rancher/k3s v1.19.2-0.20200930184558-c3c983198f4c github.com/rancher/wrangler v0.6.1 github.com/sirupsen/logrus v1.6.0 github.com/urfave/cli v1.22.2 diff --git a/go.sum b/go.sum index 17d01c8cc9..29635077b4 100644 --- a/go.sum +++ b/go.sum @@ -695,8 +695,8 @@ github.com/rancher/go-powershell v0.0.0-20200701184732-233247d45373 h1:BePi97poJ github.com/rancher/go-powershell v0.0.0-20200701184732-233247d45373/go.mod h1:Vz8oLnHgttpo/aZrTpjbcpZEDzzElqNau2zmorToY0E= github.com/rancher/helm-controller v0.7.3 h1:WTQHcNF2vl9w6Xd1eBtXDe0JUsYMFFstqX9ghGhI5Ac= github.com/rancher/helm-controller v0.7.3/go.mod h1:ZylsxIMGNADRPRNW+NiBWhrwwks9vnKLQiCHYWb6Bi0= -github.com/rancher/k3s v1.19.2-0.20200922032318-42bba0465192 h1:DFfHvBuB0H66jf+l+OjG3dvjrq+oeiPqPysZZ3FoP+c= -github.com/rancher/k3s v1.19.2-0.20200922032318-42bba0465192/go.mod h1:FvWbZ2LUOiwryP+cLBto3hByVr9nYOyYKZbUYdaojsM= +github.com/rancher/k3s v1.19.2-0.20200930184558-c3c983198f4c h1:w4UIfvsIYjJ7zgMEz9VmoYCIhc8lEHbB9pwsV6eUd0A= +github.com/rancher/k3s v1.19.2-0.20200930184558-c3c983198f4c/go.mod h1:FvWbZ2LUOiwryP+cLBto3hByVr9nYOyYKZbUYdaojsM= github.com/rancher/kine v0.4.0 h1:1IhWy3TzjExG8xnj46eyUEWdzqNAD1WrgL4eEBKm6Uc= github.com/rancher/kine v0.4.0/go.mod h1:IImtCJ68AIkE+VY/kUI0NkyJL5q5WzO8QvMsSXqbrpA= github.com/rancher/kubernetes v1.19.0-k3s1 h1:TPFj4qlQgZ2E9xE/ScFLtBQoymxPNCXAYHJpSZYRW3o=