summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2020-04-06 19:45:51 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-04-30 22:19:53 +0200
commit14a605300b7c1e1e2c32a7d10a401f6351a149ed (patch)
tree2f763fe516e25df54c6d51faffd16030aa3b1c35 /go.mod
parentec758d123702a5aed2a8f34bbfa21d5f30a570e1 (diff)
[bug] switch to keybase go-ps implementation
The old mitchellh go-ps is not maintained and it has an issue where it truncates the process names: https://github.com/mitchellh/go-ps/issues/15 - Related: #152
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod4
1 files changed, 3 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c6525d0..d305278 100644
--- a/go.mod
+++ b/go.mod
@@ -1,5 +1,7 @@
module 0xacab.org/leap/bitmask-vpn
+go 1.14
+
require (
0xacab.org/leap/go-dialog v0.0.0-20181123042829-0ee8438431a0
0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2
@@ -17,9 +19,9 @@ require (
github.com/gotk3/gotk3 v0.0.0-20191027191019-60cba67d4ea4 // indirect
github.com/jmshal/go-locale v0.0.0-20190124211249-eb00fb25cc61
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
+ github.com/keybase/go-ps v0.0.0-20190827175125-91aafc93ba19
github.com/mattn/go-gtk v0.0.0-20191030024613-af2e013261f5 // indirect
github.com/mattn/go-pointer v0.0.0-20190911064623-a0a44394634f // indirect
- github.com/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b
github.com/sevlyar/go-daemon v0.1.5
github.com/skelterjohn/go.wde v0.0.0-20190318181201-adc3f78cdb45 // indirect
github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e