File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ GO_FLAGS=-ldflags="-s -w"
10
10
UNAME := $(shell uname)
11
11
12
12
ifeq ($(BLADE_VERSION ) , )
13
- BLADE_VERSION=1.3 .0
13
+ BLADE_VERSION=1.4 .0
14
14
endif
15
15
16
16
BUILD_TARGET =target
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/StackExchange/wmi v1.2.0 // indirect
7
- github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20210906070321-ae22844733f2
7
+ github.com/chaosblade-io/chaosblade-spec-go v1.4.0
8
8
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e
9
9
github.com/go-ole/go-ole v1.2.5 // indirect
10
10
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ github.com/chaosblade-io/chaosblade-spec-go v1.3.0 h1:EgNHmkzMD+nvywNoerUXe3a4Ki
6
6
github.com/chaosblade-io/chaosblade-spec-go v1.3.0 /go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk =
7
7
github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20210906070321-ae22844733f2 h1:IOoJiWizn6nOoWxH5TVVvwwVbZWrbOZoLwhVLriEdu0 =
8
8
github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20210906070321-ae22844733f2 /go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk =
9
+ github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20211124120331-a95ad0aac789 h1:F1ube2Hq9r1E4DPIlvIha/lTqiW+rfAQQNi36QOf5uw =
10
+ github.com/chaosblade-io/chaosblade-spec-go v1.3.1-0.20211124120331-a95ad0aac789 /go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk =
11
+ github.com/chaosblade-io/chaosblade-spec-go v1.4.0 h1:NWGOoRpo4dFARgau6WqqaIaqj3KGxKIJZZF9W1JbkBE =
12
+ github.com/chaosblade-io/chaosblade-spec-go v1.4.0 /go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk =
9
13
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e h1:3bt+8T1I/CuYx+a5ww32+UT4fc9x8iRiXrhfduFTlBU =
10
14
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e /go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko =
11
15
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8 =
You can’t perform that action at this time.
0 commit comments