build: upgrade to go 1.17 and dependencies

This commit is contained in:
2021-09-01 22:16:57 +02:00
parent ff49d76881
commit 210406c6db
461 changed files with 79514 additions and 99238 deletions

View File

@ -0,0 +1,7 @@
// +build js
package logrus
func isTerminal(fd int) bool {
return false
}