From b1d92b395322f2164ccfb44b0f7caebbaece6b62 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Fri, 22 Apr 2022 16:29:59 +0200 Subject: 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. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 2c73c42..88bb6f1 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- cgit v1.2.3