summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-31 15:18:02 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-31 15:29:00 +0100
commitc03d17d3bbadfb406ec7cb179d23370f19086533 (patch)
treec0094cd59da3aca6ecf139692431f2932b0daa64 /go.mod
parent0969bbdda92aef8568e72dbdda338b7cdf920191 (diff)
CLI: Do not use pkg/browser to open the browser
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 0 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c7c1859..ffb4801 100644
--- a/go.mod
+++ b/go.mod
@@ -4,7 +4,6 @@ go 1.18
require (
github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b
- github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220916014741-473347a5e6e3
)