*: switch to Godeps

This commit is contained in:
Jonathan Boulle
2014-10-20 11:30:50 -07:00
parent 106c4e7a2c
commit 44f0a949c5
112 changed files with 145 additions and 1141 deletions

View File

@@ -24,9 +24,9 @@ import (
"strings"
"time"
"github.com/coreos/coreos-cloudinit/Godeps/_workspace/src/github.com/dotcloud/docker/pkg/netlink"
"github.com/coreos/coreos-cloudinit/config"
"github.com/coreos/coreos-cloudinit/network"
"github.com/coreos/coreos-cloudinit/third_party/github.com/dotcloud/docker/pkg/netlink"
)
const (

View File

@@ -26,8 +26,8 @@ import (
"path/filepath"
"strings"
"github.com/coreos/coreos-cloudinit/Godeps/_workspace/src/github.com/coreos/go-systemd/dbus"
"github.com/coreos/coreos-cloudinit/config"
"github.com/coreos/coreos-cloudinit/third_party/github.com/coreos/go-systemd/dbus"
)
func NewUnitManager(root string) UnitManager {