summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-31 09:38:40 +0100
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-01-31 09:40:15 +0100
commit574fcd6f2f86f1f9381984c974589b75b7e5e309 (patch)
tree0bb0b2faa4fc438bb81a04af1b59ef6fd14224fc /go.mod
parentd9a874765ce847e93223bc31e2efc9166312e11a (diff)
CLI: Use stderr and open browser properly
Also double check scheme such that no malicious schemes are passed such as network drives
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index ffb4801..c7c1859 100644
--- a/go.mod
+++ b/go.mod
@@ -4,6 +4,7 @@ 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
)