pixiecore: lock import paths to go.universe.tf.

This commit is contained in:
David Anderson 2016-08-15 00:58:15 -07:00
parent e17cabd818
commit 04527f7dfd
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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"