initial commit

This commit is contained in:
2025-09-19 14:59:07 -04:00
commit d2b9f273e0
14 changed files with 898 additions and 0 deletions

12
go.mod Normal file
View File

@@ -0,0 +1,12 @@
module reichard.io/conduit
go 1.24.4
require (
github.com/gorilla/websocket v1.5.3 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/sirupsen/logrus v1.9.3 // indirect
github.com/spf13/cobra v1.10.1 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
)