This commit is contained in:
Michael Hohn
2024-05-08 10:42:15 -07:00
committed by =Michael Hohn
parent 901999df5c
commit 16bedf89d8
13 changed files with 615 additions and 0 deletions

14
go.mod
View File

@@ -0,0 +1,14 @@
module github.com/advanced-security/mrvacommander
go 1.22.0
require (
github.com/gorilla/mux v1.8.1
github.com/hohn/ghes-mirva-server v0.0.0-20240313191620-9917867ea540
github.com/spf13/cobra v1.8.0
)
require (
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
)