-
Notifications
You must be signed in to change notification settings - Fork 73
/
go.mod
23 lines (20 loc) · 775 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/nitram509/lib-bpmn-engine
go 1.20
require (
github.com/antonmedv/expr v1.14.3
github.com/bwmarrin/snowflake v0.3.0
github.com/corbym/gocrest v1.0.5
github.com/hazelcast/hazelcast-go-client v1.4.2
github.com/senseyeio/duration v0.0.0-20180430131211-7c2a214ada46
google.golang.org/protobuf v1.34.2
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/shirou/gopsutil/v3 v3.22.7 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.4.0 // indirect
)