Skip to content

Commit

Permalink
chore: update dependency module
Browse files Browse the repository at this point in the history
Signed-off-by: buhuipao <[email protected]>
  • Loading branch information
xcaspar committed Aug 4, 2021
1 parent 9f80510 commit 1e681bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ go 1.13

require (
github.com/StackExchange/wmi v1.2.0 // indirect
github.com/chaosblade-io/chaosblade-spec-go v1.2.1-0.20210727105127-cb88024e3ec2
github.com/chaosblade-io/chaosblade-spec-go v1.2.1-0.20210804040202-629a805acf09
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 v3.21.6+incompatible
Expand Down
5 changes: 3 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/StackExchange/wmi v1.2.0 h1:noJEYkMQVlFCEAc+2ma5YyRhlfjcWfZqk5sBRYozdyM=
github.com/StackExchange/wmi v1.2.0/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/chaosblade-io/chaosblade-spec-go v1.2.1-0.20210727105127-cb88024e3ec2 h1:VdnCoIMB0FrRZkHUf0LsUb1qI4buP6Qk03+FVZqTkfM=
github.com/chaosblade-io/chaosblade-spec-go v1.2.1-0.20210727105127-cb88024e3ec2/go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk=
github.com/chaosblade-io/chaosblade-spec-go v1.2.1-0.20210804040202-629a805acf09 h1:56hJM1eBFKm9J7IuAUryMUHEU0ZVFfWVnLGfaKg/TY0=
github.com/chaosblade-io/chaosblade-spec-go v1.2.1-0.20210804040202-629a805acf09/go.mod h1:xUF+8r54FphQjBR8fVPnweVqzu7EitE15UsnZ57O5gk=
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e h1:3bt+8T1I/CuYx+a5ww32+UT4fc9x8iRiXrhfduFTlBU=
github.com/containerd/cgroups v0.0.0-20191011165608-5fbad35c2a7e/go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko=
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8=
Expand Down

0 comments on commit 1e681bd

Please sign in to comment.