diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-31 15:18:02 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-01-31 15:29:00 +0100 |
| commit | c03d17d3bbadfb406ec7cb179d23370f19086533 (patch) | |
| tree | c0094cd59da3aca6ecf139692431f2932b0daa64 /go.mod | |
| parent | 0969bbdda92aef8568e72dbdda338b7cdf920191 (diff) | |
CLI: Do not use pkg/browser to open the browser
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 ) |
