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 (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"opensource.conformal.com/go/go-flags"
|
"github.com/conformal/go-flags"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue