From 154794216983f31cde2687e8bcf6d11f8b4fb163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jul 2021 04:31:03 +0000 Subject: [PATCH] chore: bump github.com/traefik/traefik/v2 from 2.4.10 to 2.4.11 Bumps [github.com/traefik/traefik/v2](https://github.com/traefik/traefik) from 2.4.10 to 2.4.11. - [Release notes](https://github.com/traefik/traefik/releases) - [Changelog](https://github.com/traefik/traefik/blob/v2.4.11/CHANGELOG.md) - [Commits](https://github.com/traefik/traefik/compare/v2.4.10...v2.4.11) --- updated-dependencies: - dependency-name: github.com/traefik/traefik/v2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- go.mod | 2 +- go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index f5c55b8..6ab7ac6 100644 --- a/go.mod +++ b/go.mod @@ -10,7 +10,7 @@ require ( github.com/spf13/cobra v1.2.1 github.com/spf13/viper v1.8.1 github.com/stretchr/testify v1.7.0 - github.com/traefik/traefik/v2 v2.4.10 + github.com/traefik/traefik/v2 v2.4.11 ) // Containous forks diff --git a/go.sum b/go.sum index 6b029f1..fc5bd6b 100644 --- a/go.sum +++ b/go.sum @@ -921,8 +921,8 @@ github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1 github.com/traefik/gziphandler v1.1.2-0.20210212101304-175e0fad6888/go.mod h1:sLqwoN03tkluITKL+lPEZbfsJQU2suYoKbrR/HeV9aM= github.com/traefik/paerser v0.1.4 h1:/IXjV04Gf6di51H8Jl7jyS3OylsLjIasrwXIIwj1aT8= github.com/traefik/paerser v0.1.4/go.mod h1:FIdQ4Y92ulQUGSeZgxchtBKEcLw1o551PMNg9PoIq/4= -github.com/traefik/traefik/v2 v2.4.10 h1:Ld8IldXJAt+/1h8GvSh4idCIBzw6w+KHcgLYGAkw9LE= -github.com/traefik/traefik/v2 v2.4.10/go.mod h1:exWRc8aTkJoaQnudl97NzS9sp9ecBpf/a4y7OD7gHCQ= +github.com/traefik/traefik/v2 v2.4.11 h1:oyCszTnjH/ZcjxN4w8Xjw0TaM7baQaST0DcGYMAVFZ8= +github.com/traefik/traefik/v2 v2.4.11/go.mod h1:exWRc8aTkJoaQnudl97NzS9sp9ecBpf/a4y7OD7gHCQ= github.com/traefik/yaegi v0.9.17/go.mod h1:FAYnRlZyuVlEkvnkHq3bvJ1lW5be6XuwgLdkYgYG6Lk= github.com/transip/gotransip/v6 v6.2.0 h1:0Z+qVsyeiQdWfcAUeJyF0IEKAPvhJwwpwPi2WGtBIiE= github.com/transip/gotransip/v6 v6.2.0/go.mod h1:pQZ36hWWRahCUXkFWlx9Hs711gLd8J4qdgLdRzmtY+g=