Update module spf13/viper to v1.7.0 (#494)
Update module spf13/viper to v1.7.0 Reviewed-on: https://kolaente.dev/vikunja/api/pulls/494
This commit is contained in:
parent
18f6e31b54
commit
def2362682
89 changed files with 9018 additions and 4502 deletions
6
vendor/honnef.co/go/tools/version/buildinfo111.go
vendored
Normal file
6
vendor/honnef.co/go/tools/version/buildinfo111.go
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// +build !go1.12
|
||||
|
||||
package version
|
||||
|
||||
func printBuildInfo() {}
|
||||
func buildInfoVersion() (string, bool) { return "", false }
|
||||
Reference in a new issue