mirror of
https://github.com/danderson/netboot.git
synced 2025-10-16 10:01:20 +02:00
pixiecore: lock import paths to go.universe.tf.
This commit is contained in:
parent
e17cabd818
commit
04527f7dfd
@ -13,7 +13,7 @@
|
||||
// limitations under the License.
|
||||
|
||||
// Package cli implements the commandline interface for Pixiecore.
|
||||
package cli
|
||||
package cli // import "go.universe.tf/netboot/pixiecore/cli"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
@ -12,7 +12,7 @@
|
||||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
package pixiecore
|
||||
package pixiecore // import "go.universe.tf/netboot/pixiecore"
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
|
Loading…
x
Reference in New Issue
Block a user