forked from project-flogo/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 625 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 625 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/project-flogo/flow
require (
github.com/julienschmidt/httprouter v1.3.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/project-flogo/core v1.6.4
github.com/stretchr/testify v1.4.0
)
require (
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.1.0 // indirect
go.uber.org/atomic v1.6.0 // indirect
go.uber.org/multierr v1.5.0 // indirect
go.uber.org/zap v1.16.0 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
go 1.18