1
0
Fork 0

Update sprig to v3.2.0

This commit is contained in:
Sune Keller 2021-01-20 15:10:04 +01:00 committed by GitHub
parent 2747e240c1
commit 2bbb6fc427
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 8 deletions

View file

@ -11,7 +11,7 @@ import (
"strings"
"text/template"
"github.com/Masterminds/sprig"
"github.com/Masterminds/sprig/v3"
"github.com/traefik/paerser/file"
"github.com/traefik/traefik/v2/pkg/config/dynamic"
"github.com/traefik/traefik/v2/pkg/log"