use newer fork of termcolor (#1842)

jagottsicher's fork fixed a bug in Windows implementation. While Windows may be not intended as a target platform,
some contributors may prefer it for development.

Also ran go mod tidy, thus two more unnecessary packages are removed from go.sum
This commit is contained in:
Sergey Aksenov 2024-03-31 00:51:14 +01:00 committed by Juan Font
parent 7d62e9fce5
commit 85cef84e17
4 changed files with 5 additions and 8 deletions

View file

@ -4,7 +4,7 @@ import (
"os"
"time"
"github.com/efekarakus/termcolor"
"github.com/jagottsicher/termcolor"
"github.com/juanfont/headscale/cmd/headscale/cli"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"