From 80db87660a5d013b6cb917b7efbf0150d3081047 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Fri, 16 Aug 2019 16:28:18 +0200 Subject: [pkg] update go modules to latest --- go.mod | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 3e06752..4c6068f 100644 --- a/go.mod +++ b/go.mod @@ -5,26 +5,26 @@ require ( github.com/AllenDang/w32 v0.0.0-20180428130237-ad0a36d80adc // indirect github.com/ProtonMail/go-autostart v0.0.0-20181114175602-c5272053443a github.com/apparentlymart/go-openvpn-mgmt v0.0.0-20161009010951-9a305aecd7f2 - github.com/getlantern/context v0.0.0-20190109183933-c447772a6520 // indirect - github.com/getlantern/errors v0.0.0-20180829142810-e24b7f4ff7c7 // indirect - github.com/getlantern/golog v0.0.0-20170508214112-cca714f7feb5 // indirect - github.com/getlantern/hex v0.0.0-20160523043825-083fba3033ad // indirect - github.com/getlantern/hidden v0.0.0-20160523043807-d52a649ab33a // indirect - github.com/getlantern/ops v0.0.0-20170904182230-37353306c908 // indirect - github.com/getlantern/systray v0.0.0-20190626064521-f2fa635d0474 - github.com/go-stack/stack v1.8.0 // indirect - github.com/gotk3/gotk3 v0.0.0-20190108052711-d09d58ef3476 // indirect - github.com/jmshal/go-locale v0.0.0-20161107082030-4f541412d67a + 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/jmshal/go-locale v0.0.0-20190124211249-eb00fb25cc61 github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect - github.com/mitchellh/go-ps v0.0.0-20170309133038-4fdf99ab2936 - github.com/oxtoacart/bpool v0.0.0-20150712133111-4e1c5567d7c2 // 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/mitchellh/go-ps v0.0.0-20190716172923-621e5597135b github.com/sevlyar/go-daemon v0.1.5 - github.com/skratchdot/open-golang v0.0.0-20190104022628-a2dfa6d0dab6 + github.com/skelterjohn/go.wde v0.0.0-20190318181201-adc3f78cdb45 // indirect + github.com/skratchdot/open-golang v0.0.0-20190402232053-79abb63cd66e 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/sys v0.0.0-20190804053845-51ab0e2deafa // 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/text v0.3.2 - golang.org/x/tools v0.0.0-20190806143415-35ef2682e516 // indirect + golang.org/x/tools v0.0.0-20190815235612-5b08f89bfc0c // indirect + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect ) replace github.com/AllenDang/w32 => ./packages/w32 -- cgit v1.2.3