mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
Fix an import path.
This commit is contained in:
parent
8e12234c56
commit
ff2c88e3b4
@ -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…
x
Reference in New Issue
Block a user