Use forked tail package (#3)

This commit is contained in:
Dave Gallant
2020-12-31 10:37:07 -05:00
committed by GitHub
parent d748c5c74d
commit f405f9204e
3 changed files with 7 additions and 200 deletions

View File

@@ -7,8 +7,8 @@ import (
"github.com/davegallant/vpngate/pkg/exec"
"github.com/davegallant/vpngate/pkg/network"
"github.com/hpcloud/tail"
"github.com/juju/errors"
"github.com/nxadm/tail"
"github.com/rs/zerolog/log"
)