-
Notifications
You must be signed in to change notification settings - Fork 39
/
Copy pathgo.mod
25 lines (23 loc) · 1022 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
24
25
module github.com/project-flogo/rules
require (
github.com/DataDog/zstd v1.4.5 // indirect
github.com/Shopify/sarama v1.26.1 // indirect
github.com/aws/aws-sdk-go v1.30.14
github.com/gorilla/websocket v1.4.2
github.com/klauspost/compress v1.10.5 // indirect
github.com/oklog/ulid v1.3.1
github.com/pierrec/lz4 v2.5.2+incompatible // indirect
github.com/project-flogo/contrib/trigger/kafka v0.10.0
github.com/project-flogo/contrib/trigger/rest v0.10.0
github.com/project-flogo/core v0.10.2
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.5.1
go.uber.org/zap v1.15.0 // indirect
golang.org/x/crypto v0.0.0-20200423211502-4bdfaf469ed5 // indirect
golang.org/x/lint v0.0.0-20200302205851-738671d3881b // indirect
golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 // indirect
golang.org/x/tools v0.0.0-20200426102838-f3a5411a4c3b // indirect
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)
go 1.13