diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-14 13:56:49 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-09-14 13:56:49 +0200 |
| commit | da83f54606c9c1d2786d87074ee17ed972d2e1b2 (patch) | |
| tree | 0be57934f9f467c87576abb0b457fb54b2d25d52 /go.mod | |
| parent | fd34e72da8c604517050ada7e883ba982829d985 (diff) | |
Refactor: Return without json
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -4,6 +4,10 @@ go 1.15 require ( github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b - golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220420130459-88a4932fb60b ) + +require ( + golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect + golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect +) |
