Skip to content

Commit 6836f00

Browse files
committed
switch to pbinitiative/feel
1 parent bfda8f6 commit 6836f00

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ require (
88
github.com/bwmarrin/snowflake v0.3.0
99
github.com/corbym/gocrest v1.0.5
1010
github.com/hazelcast/hazelcast-go-client v1.4.2
11+
github.com/pbinitiative/feel v0.1.1
1112
github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46
12-
github.com/superisaac/FEEL.go v0.1.0
1313
google.golang.org/protobuf v1.35.2
1414
)
1515

@@ -25,5 +25,3 @@ require (
2525
github.com/yusufpapurcu/wmi v1.2.2 // indirect
2626
golang.org/x/sys v0.4.0 // indirect
2727
)
28-
29-
replace github.com/superisaac/FEEL.go v0.1.0 => github.com/nitram509/feel v0.1.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ
1919
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0/go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I=
2020
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
2121
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
22-
github.com/nitram509/feel v0.1.1 h1:DAdsYGK2h6BjidLzvTg05AkeqXwMV5DsfQku9/OhZFo=
23-
github.com/nitram509/feel v0.1.1/go.mod h1:/rCmjzj6+v7cbPChzILMtctsywcT9wGVpf8ZgeD8v0o=
22+
github.com/pbinitiative/feel v0.1.1 h1:p/IritIAHF9BjiVdOJDgRmTerICParlPa0BOE0K3Xck=
23+
github.com/pbinitiative/feel v0.1.1/go.mod h1:WKzWgOhVnU23Fr04W1iJjcyJOjisYP11gFXXS9r0RMo=
2424
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2525
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
2626
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw=

pkg/bpmn_engine/expressions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package bpmn_engine
22

33
import (
4-
feel "github.com/superisaac/FEEL.go"
4+
"github.com/pbinitiative/feel"
55
"strings"
66

77
"github.com/nitram509/lib-bpmn-engine/pkg/spec/BPMN20/extensions"

0 commit comments

Comments
 (0)