build: configure Go tools and dependencies
This commit is contained in:
13
go.mod
Normal file
13
go.mod
Normal file
@@ -0,0 +1,13 @@
|
||||
module github.com/selesy/go-varsig
|
||||
|
||||
go 1.23.3
|
||||
|
||||
require golang.org/x/vuln v1.1.3
|
||||
|
||||
require (
|
||||
golang.org/x/mod v0.19.0 // indirect
|
||||
golang.org/x/sync v0.7.0 // indirect
|
||||
golang.org/x/sys v0.22.0 // indirect
|
||||
golang.org/x/telemetry v0.0.0-20240522233618-39ace7a40ae7 // indirect
|
||||
golang.org/x/tools v0.23.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user