File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 h1:6E+4a0GO5zZEnZ
1919github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 /go.mod h1:zJYVVT2jmtg6P3p1VtQj7WsuWi/y4VnjVBn7F8KPB3I =
2020github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY =
2121github.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 =
2424github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
2525github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
2626github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c h1:ncq/mPwQF4JjgDlrVEn3C11VoGHZN7m8qihwgMEtzYw =
Original file line number Diff line number Diff line change 11package bpmn_engine
22
33import (
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"
You can’t perform that action at this time.
0 commit comments