mirror of
https://github.com/cheat/cheat.git
synced 2024-11-10 21:26:49 +01:00
95a4e31b6c
Upgrade all dependencies to newest versions.
12 lines
142 B
TOML
12 lines
142 B
TOML
version = 1
|
|
|
|
test_patterns = [
|
|
"*_test.go"
|
|
]
|
|
|
|
[[analyzers]]
|
|
name = "go"
|
|
enabled = true
|
|
|
|
[analyzers.meta]
|
|
import_path = "dario.cat/mergo" |