Skip to content

Commit

Permalink
chore: refer to correct contract mod
Browse files Browse the repository at this point in the history
Signed-off-by: Jiyong Huang <[email protected]>
  • Loading branch information
ngjaying committed Apr 22, 2024
1 parent 757916b commit 1af4bd4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/keepeye/logrus-filename v0.0.0-20190711075016-ce01a4391dd1
github.com/klauspost/compress v1.17.7
github.com/lestrrat-go/file-rotatelogs v2.4.0+incompatible
github.com/lf-edge/ekuiper/contract/v2 v2.0.0
github.com/lf-edge/ekuiper/contract/v2 v2.0.0-dev.2
github.com/mitchellh/mapstructure v1.5.0
github.com/modern-go/reflect2 v1.0.2
github.com/montanaflynn/stats v0.7.1
Expand Down Expand Up @@ -121,6 +121,4 @@ require (
modernc.org/token v1.1.0 // indirect
)

replace github.com/lf-edge/ekuiper/contract/v2 v2.0.0 => ./contract

go 1.22.1

0 comments on commit 1af4bd4

Please sign in to comment.