-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (16 loc) · 843 Bytes
/
go.mod
File metadata and controls
19 lines (16 loc) · 843 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/tiny-x/go-study
go 1.14
require (
github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 // indirect
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
github.com/chaosblade-io/chaosblade-exec-docker v0.6.1-0.20200805071438-6d16a1434e52
github.com/chaosblade-io/chaosblade-exec-os v0.7.0
github.com/chaosblade-io/chaosblade-spec-go v0.7.0
github.com/gorilla/mux v1.8.0 // indirect
github.com/gotestyourself/gotestyourself v2.2.0+incompatible // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/spf13/cobra v1.0.0
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
gotest.tools v2.2.0+incompatible // indirect
)
replace github.com/chaosblade-io/chaosblade-exec-os v0.7.0 => /Users/Shared/ChaosBladeProjects/chaosblade-opensource/chaosblade-exec-os