We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 171be65 commit a344f2bCopy full SHA for a344f2b
server/go.mod
@@ -34,10 +34,10 @@ require (
34
github.com/onsi/ginkgo v1.7.0 // indirect
35
github.com/onsi/gomega v1.4.3 // indirect
36
github.com/pelletier/go-toml v1.6.0 // indirect
37
- github.com/pkg/errors v0.9.1
+ github.com/pkg/errors v0.9.1 // indirect
38
github.com/qiniu/api.v7/v7 v7.4.1
39
github.com/satori/go.uuid v1.2.0
40
- github.com/shirou/gopsutil v2.20.8+incompatible
+ github.com/shirou/gopsutil v3.21.1+incompatible
41
github.com/spf13/afero v1.2.2 // indirect
42
github.com/spf13/cast v1.3.1 // indirect
43
github.com/spf13/cobra v1.1.1
0 commit comments