mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
update to the last version of the module under the old name, before v1.0.0 renames the module. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
12 lines
No EOL
151 B
TOML
12 lines
No EOL
151 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"*_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_path = "github.com/imdario/mergo" |