Skip to content

Commit

Permalink
fix: bump traefik to v2.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos9112 committed May 15, 2022
1 parent 49778a1 commit ebb25a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.1
github.com/thomseddon/go-flags v1.4.1-0.20190507184247-a3629c504486
github.com/traefik/traefik/v2 v2.6.2
github.com/traefik/traefik/v2 v2.6.6
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5
gopkg.in/square/go-jose.v2 v2.6.0
)
Expand Down
6 changes: 3 additions & 3 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1380,9 +1380,9 @@ github.com/tonistiigi/fsutil v0.0.0-20201103201449-0834f99b7b85/go.mod h1:a7cilN
github.com/tonistiigi/units v0.0.0-20180711220420-6950e57a87ea/go.mod h1:WPnis/6cRcDZSUvVmezrxJPkiO87ThFYsoUiMwWNDJk=
github.com/traefik/paerser v0.1.5 h1:crit7KzQ9PUWGCYu+H2acwyr7ZKb3RQDSn6iJCtxBhE=
github.com/traefik/paerser v0.1.5/go.mod h1:Fuwl9DWJfGpZPPwZY6djYIF0vhvzhLmCizn6P66UeLY=
github.com/traefik/traefik/v2 v2.6.2 h1:NTRyg8UXofqsQmNxfT/0Ii7iiIB9M2qBhjdbe8JtLHQ=
github.com/traefik/traefik/v2 v2.6.2/go.mod h1:JSI/k477+FU9C10xHsuI0dvfQ2o4U4niUuWhoHfMH7U=
github.com/traefik/yaegi v0.11.2/go.mod h1:RuCwD8/wsX7b6KoQHOaIFUfuH3gQIK4KWnFFmJMw5VA=
github.com/traefik/traefik/v2 v2.6.6 h1:zFFfhlXUvwCxoRuBPFv+XUgbvAaLP7wWAzHlah6bmdM=
github.com/traefik/traefik/v2 v2.6.6/go.mod h1:ChhfYhFAR+6AuwLw2ppldqM7ln3qPhj7CQd0GAHN4N0=
github.com/traefik/yaegi v0.11.3/go.mod h1:RuCwD8/wsX7b6KoQHOaIFUfuH3gQIK4KWnFFmJMw5VA=
github.com/transip/gotransip/v6 v6.6.1/go.mod h1:pQZ36hWWRahCUXkFWlx9Hs711gLd8J4qdgLdRzmtY+g=
github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM=
github.com/uber-go/atomic v1.3.2/go.mod h1:/Ct5t2lcmbJ4OSe/waGBoaVvVqtO0bmtfVNex1PFV8g=
Expand Down

0 comments on commit ebb25a2

Please sign in to comment.