9 lines
143 B
Modula-2
9 lines
143 B
Modula-2
module git.systemact.nl/henk/mars-terraform-registry
|
|
|
|
go 1.26.2
|
|
|
|
require (
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|