Downgrade yaegi to v0.9.19
This commit is contained in:
parent
bd3271aff0
commit
ffd4e207a4
3 changed files with 4 additions and 4 deletions
|
@ -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)),
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue