summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2019-11-05 17:25:21 +0100
committerRuben Pollan <meskio@sindominio.net>2019-11-05 17:25:21 +0100
commit52efef43936303b2954747b22c53adb62dd20b13 (patch)
tree93a649e0f4c8c662b4d23ef5d5b3a5b86e938043 /go.mod
parentbe89b71250eb840d31a853a98487955e3315b494 (diff)
[locale] Update languajes
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod28
1 files changed, 16 insertions, 12 deletions
diff --git a/go.mod b/go.mod
index 688ad3a..2d995f4 100644
--- a/go.mod
+++ b/go.mod
@@ -2,22 +2,23 @@ module 0xacab.org/leap/bitmask-vpn
require (
0xacab.org/leap/go-dialog v0.0.0-20181123042829-0ee8438431a0
- 0xacab.org/leap/shapeshifter v0.0.0-20190815154545-f602ba600f5d
+ 0xacab.org/leap/shapeshifter v0.0.0-20191029173606-85d3e8ac43e2
github.com/AllenDang/w32 v0.0.0-20180428130237-ad0a36d80adc // indirect
+ github.com/BurntSushi/xgbutil v0.0.0-20190907113008-ad855c713046 // indirect
github.com/OperatorFoundation/obfs4 v0.0.0-20161108041644-17f2cb99c264 // indirect
github.com/OperatorFoundation/shapeshifter-ipc v0.0.0-20170814234159-11746ba927e0 // indirect
- github.com/OperatorFoundation/shapeshifter-transports v0.0.0-20190827222855-df9bac9654e0 // indirect
+ github.com/OperatorFoundation/shapeshifter-transports v0.0.0-20191101030951-7a751b0500f4 // indirect
github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412 // indirect
github.com/apparentlymart/go-openvpn-mgmt v0.0.0-20161009010951-9a305aecd7f2
github.com/dchest/siphash v1.2.1 // indirect
- github.com/getlantern/golog v0.0.0-20190809085441-26e09e6dd330 // indirect
- github.com/getlantern/systray v0.0.0-20190727060347-6f0e5a3c556c
- github.com/gotk3/gotk3 v0.0.0-20190809225113-dc58eba1cccc // indirect
+ github.com/getlantern/golog v0.0.0-20190830074920-4ef2e798c2d7 // indirect
+ github.com/getlantern/systray v0.0.0-20191102120558-baeca33b8639
+ 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/mattn/go-gtk v0.0.0-20190405072524-4deadb416788 // indirect
- github.com/mattn/go-pointer v0.0.0-20180825124634-49522c3f3791 // indirect
+ 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
@@ -25,12 +26,15 @@ require (
github.com/sqweek/dialog v0.0.0-20190728103509-6254ed5b0d3c // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/stretchr/testify v1.4.0 // indirect
- golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect
- golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7 // indirect
- golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
+ golang.org/x/crypto v0.0.0-20191105034135-c7e5f84aec59 // indirect
+ golang.org/x/net v0.0.0-20191105084925-a882066a44e0 // indirect
+ golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
+ golang.org/x/sys v0.0.0-20191105142833-ac3223d80179 // indirect
golang.org/x/text v0.3.2
- golang.org/x/tools v0.0.0-20190815235612-5b08f89bfc0c // indirect
- gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
+ golang.org/x/tools v0.0.0-20191104232314-dc038396d1f0 // indirect
+ golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898 // indirect
+ gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
+ gopkg.in/yaml.v2 v2.2.5 // indirect
)
replace github.com/AllenDang/w32 => ./packages/w32