CD/CD consolidation
This commit is contained in:
12
devops/tools/callgraph/go/go.mod
Normal file
12
devops/tools/callgraph/go/go.mod
Normal file
@@ -0,0 +1,12 @@
|
||||
module github.com/stella-ops/stella-callgraph-go
|
||||
|
||||
go 1.21
|
||||
|
||||
require (
|
||||
golang.org/x/tools v0.16.0
|
||||
)
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.14.0 // indirect
|
||||
golang.org/x/sys v0.15.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user