diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-06 19:11:33 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-06 19:39:54 +0200 |
commit | 04c7f9b44ddb3840ab3ca58b9bcb8fce39a2a285 (patch) | |
tree | 690beb0884990e512531ffe1068d8042567fab4c /go.mod | |
parent | 3c23cb6e3223d72116e9b16109f7e81adaf87d91 (diff) |
[pkg] update depends
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -5,6 +5,7 @@ require ( github.com/AllenDang/w32 v0.0.0-20180428130237-ad0a36d80adc github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a github.com/apparentlymart/go-openvpn-mgmt v0.0.0-20161009010951-9a305aecd7f2 + github.com/cratonica/2goarray v0.0.0-20190331194516-514510793eaa // indirect github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 github.com/getlantern/errors v0.0.0-20180829142810-e24b7f4ff7c7 github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5 @@ -20,7 +21,9 @@ require ( github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 github.com/sevlyar/go-daemon v0.1.5 // indirect github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6 - golang.org/x/sys v0.0.0-20190712062909-fae7ac547cb7 // indirect - golang.org/x/text v0.3.0 - golang.org/x/tools v0.0.0-20190206221403-44bcb96178d3 // indirect + golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4 // indirect + golang.org/x/net v0.0.0-20190724013045-ca1201d0de80 // indirect + golang.org/x/sys v0.0.0-20190804053845-51ab0e2deafa // indirect + golang.org/x/text v0.3.2 + golang.org/x/tools v0.0.0-20190806143415-35ef2682e516 // indirect ) |