Scafolding out the project

This commit is contained in:
Owen Schwartz
2024-11-04 00:26:45 -05:00
parent 236f5acfc7
commit b348c768c7
9 changed files with 376 additions and 168 deletions

1
go.mod
View File

@@ -8,6 +8,7 @@ require golang.zx2c4.com/wireguard v0.0.0-20231211153847-12269c276173
require (
github.com/google/btree v1.1.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
golang.org/x/crypto v0.28.0 // indirect
golang.org/x/net v0.30.0 // indirect
golang.org/x/sys v0.26.0 // indirect