init: Initial commit
This commit is contained in:
9
app/go.mod
Normal file
9
app/go.mod
Normal file
@@ -0,0 +1,9 @@
|
||||
module git.secnex.io/secnex/api-gateway
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require (
|
||||
git.secnex.io/secnex/masterlog v0.1.0
|
||||
github.com/go-chi/chi/v5 v5.2.4
|
||||
go.yaml.in/yaml/v3 v3.0.4
|
||||
)
|
||||
Reference in New Issue
Block a user