Skip to content

Commit

Permalink
feature: Separate cli and exec-os
Browse files Browse the repository at this point in the history
Signed-off-by: tiny-x <[email protected]>
  • Loading branch information
tiny-x committed May 31, 2021
1 parent 0434f0f commit 91724c9
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 158 deletions.
7 changes: 6 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,17 @@ go 1.13

require (
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/chaosblade-io/chaosblade-spec-go v1.0.1-0.20210407072125-cc209aa59a09
github.com/chaosblade-io/chaosblade-spec-go v1.2.0-dev
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
github.com/opencontainers/runtime-spec v1.0.2-0.20190716192640-c9a5f6194441
github.com/shirou/gopsutil v2.20.5+incompatible
github.com/sirupsen/logrus v1.5.0
go.uber.org/automaxprocs v1.3.0
golang.org/x/crypto v0.0.0-20200220183623-bac4c82f6975
)

replace (
github.com/chaosblade-io/chaosblade-spec-go => /Users/Shared/ChaosBladeProjects/chaosblade-opensource/chaosblade-spec-go
)
Loading

0 comments on commit 91724c9

Please sign in to comment.