Update winsvc import paths to new location.
This commit is contained in:
parent
58db4a8b7e
commit
6c5da28550
1 changed files with 3 additions and 3 deletions
|
@ -10,9 +10,9 @@ import (
|
|||
"path/filepath"
|
||||
"time"
|
||||
|
||||
"github.com/conformal/winsvc/eventlog"
|
||||
"github.com/conformal/winsvc/mgr"
|
||||
"github.com/conformal/winsvc/svc"
|
||||
"github.com/btcsuite/winsvc/eventlog"
|
||||
"github.com/btcsuite/winsvc/mgr"
|
||||
"github.com/btcsuite/winsvc/svc"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
Loading…
Reference in a new issue