update expr (#3144)

This commit is contained in:
blotus 2024-07-22 12:14:46 +02:00 committed by GitHub
parent 30c0d8997d
commit a3d7900b5f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 90 additions and 131 deletions

View file

@ -6,8 +6,8 @@ import (
"os"
"regexp"
"github.com/antonmedv/expr"
"github.com/antonmedv/expr/vm"
"github.com/expr-lang/expr"
"github.com/expr-lang/expr/vm"
log "github.com/sirupsen/logrus"
"gopkg.in/yaml.v2"