Downgrade yaegi to v0.9.19

This commit is contained in:
Ludovic Fernandez 2021-07-19 18:54:04 +02:00 committed by GitHub
parent bd3271aff0
commit ffd4e207a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -42,7 +42,7 @@ func (p _PP) Stop() error {
func ppSymbols() map[string]map[string]reflect.Value {
return map[string]map[string]reflect.Value{
"github.com/traefik/traefik/v2/pkg/plugins": {
"github.com/traefik/traefik/v2/pkg/plugins/plugins": {
"PP": reflect.ValueOf((*PP)(nil)),
"_PP": reflect.ValueOf((*_PP)(nil)),
},