mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2026-01-26 08:32:59 -05:00
* fix(deps): update module github.com/golangci/golangci-lint to v1.39.0 * chore: bump version of lint action as well * chore: fix linter * fix: remove before hooks for releasing * fix: remove unneeded declaration
9 lines
207 B
Modula-2
9 lines
207 B
Modula-2
module github.com/terraform-providers/terraform-provider-docker/tools
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
github.com/client9/misspell v0.3.4
|
|
github.com/golangci/golangci-lint v1.39.0
|
|
github.com/katbyte/terrafmt v0.2.0
|
|
)
|