From dc0a197c108166d0e2cb93c60310bf3c0e6ae31a Mon Sep 17 00:00:00 2001 From: vadym Date: Thu, 1 Dec 2022 21:50:37 +0200 Subject: [PATCH] dependency update --- go.mod | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/go.mod b/go.mod index 7ef69c22..ef843c08 100644 --- a/go.mod +++ b/go.mod @@ -6,14 +6,15 @@ require ( github.com/Arceliar/ironwood v0.0.0-20221115123222-ec61cea2f439 github.com/Arceliar/phony v0.0.0-20210209235338-dde1a8dca979 github.com/cheggaaa/pb/v3 v3.0.8 + github.com/getlantern/multipath v0.0.0-20220920195041-55195f38df73 github.com/gologme/log v1.2.0 github.com/hashicorp/go-syslog v1.0.0 github.com/hjson/hjson-go v3.1.0+incompatible github.com/kardianos/minwinsvc v1.0.2 github.com/mitchellh/mapstructure v1.4.1 + github.com/vikulin/sctp v0.0.0-20221009200520-ae0f2830e422 github.com/vishvananda/netlink v1.1.0 github.com/webview/webview v0.0.0-20210330151455-f540d88dde4e - golang.org/x/mobile v0.0.0-20221020085226-b36e6246172e golang.org/x/net v0.0.0-20221014081412-f15817d10f9b golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 golang.org/x/text v0.3.8 @@ -29,7 +30,6 @@ require ( github.com/getlantern/golog v0.0.0-20211223150227-d4d95a44d873 // indirect github.com/getlantern/hex v0.0.0-20190417191902-c6586a6fe0b7 // indirect github.com/getlantern/hidden v0.0.0-20190325191715-f02dbb02be55 // indirect - github.com/getlantern/multipath v0.0.0-20220920195041-55195f38df73 // indirect github.com/getlantern/ops v0.0.0-20190325191751-d70cb0d6f85f // indirect github.com/go-stack/stack v1.8.0 // indirect github.com/google/uuid v1.1.2 // indirect @@ -37,13 +37,10 @@ require ( github.com/mattn/go-colorable v0.1.8 // indirect github.com/oxtoacart/bpool v0.0.0-20190530202638-03653db5a59c // indirect github.com/rivo/uniseg v0.2.0 // indirect - github.com/vikulin/sctp v0.0.0-20221009200520-ae0f2830e422 // indirect go.uber.org/atomic v1.7.0 // indirect go.uber.org/multierr v1.6.0 // indirect go.uber.org/zap v1.19.1 // indirect golang.org/x/crypto v0.0.0-20221012134737-56aed061732a // indirect - golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect - golang.org/x/tools v0.1.12 // indirect ) require ( @@ -51,7 +48,6 @@ require ( github.com/fatih/color v1.12.0 // indirect github.com/mattn/go-isatty v0.0.13 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect - github.com/miekg/dns v1.1.50 github.com/olekukonko/tablewriter v0.0.5 github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f // indirect )