diff options
| author | Su Xiaolin <linxxnil@126.com> | 2019-12-23 21:35:08 +0800 |
|---|---|---|
| committer | Su Xiaolin <linxxnil@126.com> | 2019-12-25 02:01:51 +0000 |
| commit | 56f1aad4cb813719f74316d949ab76e0f4d19bb5 (patch) | |
| tree | c4be5668839460a599369360c6bde7e57e698c87 /go.mod | |
| parent | Merge pull request #1327 from FengyunPan2/contributing (diff) | |
| download | kubeedge-56f1aad4cb813719f74316d949ab76e0f4d19bb5.tar.gz | |
Check the running environment before start edge core
Signed-off-by: Su Xiaolin <linxxnil@126.com>
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ require ( github.com/mesos/mesos-go v0.0.10 // indirect github.com/mindprince/gonvml v0.0.0-20180514031326-b364b296c732 // indirect github.com/mistifyio/go-zfs v2.1.1+incompatible // indirect + github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b github.com/mrunalp/fileutils v0.0.0-20171103030105-7d4729fb3618 // indirect github.com/onsi/ginkgo v1.10.1 github.com/onsi/gomega v1.7.0 |
