wip
This commit is contained in:
committed by
=Michael Hohn
parent
901999df5c
commit
16bedf89d8
14
go.mod
14
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user