36 lines
1.4 KiB
Modula-2
36 lines
1.4 KiB
Modula-2
module github.com/rancher/terraform-provider-file
|
|
|
|
go 1.23.7
|
|
|
|
require (
|
|
github.com/google/go-cmp v0.7.0
|
|
github.com/hashicorp/terraform-plugin-framework v1.15.1
|
|
github.com/hashicorp/terraform-plugin-framework-validators v0.18.0
|
|
github.com/hashicorp/terraform-plugin-go v0.28.0
|
|
github.com/hashicorp/terraform-plugin-log v0.9.0
|
|
)
|
|
|
|
require (
|
|
github.com/fatih/color v1.16.0 // indirect
|
|
github.com/golang/protobuf v1.5.4 // indirect
|
|
github.com/hashicorp/go-hclog v1.6.3 // indirect
|
|
github.com/hashicorp/go-plugin v1.6.3 // indirect
|
|
github.com/hashicorp/go-uuid v1.0.3 // indirect
|
|
github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
|
|
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
|
|
github.com/hashicorp/yamux v0.1.1 // indirect
|
|
github.com/mattn/go-colorable v0.1.14 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
|
|
github.com/oklog/run v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.10.0 // indirect
|
|
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
|
|
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
|
|
golang.org/x/net v0.40.0 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
golang.org/x/text v0.26.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
|
|
google.golang.org/grpc v1.72.1 // indirect
|
|
google.golang.org/protobuf v1.36.6 // indirect
|
|
)
|