13 lines
260 B
Modula-2
13 lines
260 B
Modula-2
|
|
module github.com/dd0c/drift-agent
|
||
|
|
|
||
|
|
go 1.22
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/hashicorp/hcl/v2 v2.20.0
|
||
|
|
github.com/hashicorp/terraform-json v0.21.0
|
||
|
|
github.com/spf13/cobra v1.8.0
|
||
|
|
go.uber.org/zap v1.27.0
|
||
|
|
golang.org/x/crypto v0.22.0
|
||
|
|
google.golang.org/protobuf v1.33.0
|
||
|
|
)
|