Fix an import path.
This commit is contained in:
parent
8e12234c56
commit
ff2c88e3b4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"opensource.conformal.com/go/go-flags"
|
||||
"github.com/conformal/go-flags"
|
||||
"os"
|
||||
"path/filepath"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue