Vikunja now uses viper to handle config
This commit is contained in:
parent
4f3e016751
commit
427f752990
13 changed files with 256 additions and 109 deletions
|
|
@ -48,3 +48,7 @@
|
|||
[prune]
|
||||
go-tests = true
|
||||
unused-packages = true
|
||||
|
||||
[[constraint]]
|
||||
name = "github.com/spf13/viper"
|
||||
version = "1.2.0"
|
||||
|
|
|
|||
Reference in a new issue