Skip to content

Commit 8327b2e

Browse files
author
wenyuxuan
committed
Change dependent github.com/antonmedv/expr to github.com/expr-lang/expr
1 parent fff153c commit 8327b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vermeer/apps/compute/filter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ import (
2323

2424
"github.com/sirupsen/logrus"
2525

26-
"github.com/antonmedv/expr"
27-
"github.com/antonmedv/expr/vm"
26+
"github.com/expr-lang/expr"
27+
"github.com/expr-lang/expr/vm"
2828
)
2929

3030
type VertexFilter struct {

0 commit comments

Comments
 (0)