diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-22 16:29:59 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-22 16:29:59 +0200 |
| commit | b1d92b395322f2164ccfb44b0f7caebbaece6b62 (patch) | |
| tree | 2133e4045b4af4d07a98674b7ae3a234670f0305 /go.mod | |
| parent | 3a4ae2942b43923ff98fd2eca8878c3cf145686c (diff) | |
Refactor: Restructure project
- Add an internal folder where all the internal code lives
- Make a state.go and state_test.go for the public interface
This gives a more clear separation between functions and modules. It
also makes this a more typical Go project setup.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,6 +4,6 @@ go 1.15 require ( github.com/jedisct1/go-minisign v0.0.0-20211028175153-1c139d1cc84b - golang.org/x/crypto v0.0.0-20220208233918-bba287dce954 // indirect - golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220208144051-fde48d68ee68 + golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect + golang.zx2c4.com/wireguard/wgctrl v0.0.0-20220420130459-88a4932fb60b ) |
