summaryrefslogtreecommitdiffstats
path: root/Gopkg.toml
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-04-08 16:50:02 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2018-04-08 16:50:02 -0700
commit70c322d73163a94e3b90cf811e6dc60dc25d52b6 (patch)
tree01d19b43f352efa09bcba25bfc622cd415bce8be /Gopkg.toml
parent1a61eb2153453aced9e2c5a100c4b727f3b2aa00 (diff)
Change gopsutil vendor to master branch1.2.3
Diffstat (limited to 'Gopkg.toml')
-rw-r--r--Gopkg.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gopkg.toml b/Gopkg.toml
index 817f8fd..67d5064 100644
--- a/Gopkg.toml
+++ b/Gopkg.toml
@@ -7,8 +7,8 @@
name = "github.com/docopt/docopt-go"
[[constraint]]
+ branch = "master"
name = "github.com/shirou/gopsutil"
- version = "2.18.2"
[prune]
go-tests = true