This commit is contained in:
51m0n
2026-02-25 00:12:37 +00:00
commit 6f50b3350f
8 changed files with 8609 additions and 0 deletions

11
go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.3t.network/simon/romulus-go
go 1.25
require github.com/stretchr/testify v1.7.0
require (
github.com/davecgh/go-spew v1.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
)