-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathgo.mod
More file actions
31 lines (27 loc) · 1.05 KB
/
go.mod
File metadata and controls
31 lines (27 loc) · 1.05 KB
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
26
27
28
29
30
31
module github.com/project-flogo/flow
go 1.22.0
toolchain go1.24.5
require (
github.com/julienschmidt/httprouter v1.3.0
github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826
github.com/project-flogo/core v1.6.17
github.com/sony/gobreaker/v2 v2.4.0
github.com/stretchr/testify v1.11.1
golang.org/x/net v0.0.0-20190620200207-3b0461eec859
)
require (
github.com/araddon/dateparse v0.0.0-20190622164848-0fb0a474d195 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
github.com/go-redsync/redsync/v4 v4.13.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/redis/go-redis/v9 v9.7.0 // indirect
github.com/stretchr/objx v0.5.2 // 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.v3 v3.0.1 // indirect
)