* Go 1.15
* Remove s390x arch

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2020-11-13 00:03:43 +01:00
committed by GitHub
parent b1953afdae
commit 599a52af0e
7 changed files with 7 additions and 8 deletions

View File

@@ -7,6 +7,7 @@ import (
"runtime"
"strings"
"syscall"
_ "time/tzdata"
"github.com/alecthomas/kong"
"github.com/crazy-max/diun/v4/internal/app"