diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-31 09:38:40 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-31 09:40:15 +0100 |
| commit | 574fcd6f2f86f1f9381984c974589b75b7e5e309 (patch) | |
| tree | 0bb0b2faa4fc438bb81a04af1b59ef6fd14224fc /go.mod | |
| parent | d9a874765ce847e93223bc31e2efc9166312e11a (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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |
