mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-01 04:19:36 -05:00
10 lines
258 B
Modula-2
10 lines
258 B
Modula-2
module github.com/terraform-providers/terraform-provider-docker/tools
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/golangci/golangci-lint v1.42.0
|
|
github.com/hashicorp/terraform-plugin-docs v0.4.0
|
|
github.com/katbyte/terrafmt v0.3.0
|
|
)
|