Skip to content

Commit

Permalink
Fixes the broken import for glog
Browse files Browse the repository at this point in the history
  • Loading branch information
soheilhy committed Oct 31, 2014
1 parent c6e0f94 commit c56c997
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion controller/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package controller
import (
"fmt"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"

bh "github.com/kandoo/beehive"
"github.com/kandoo/beehive-netctrl/nom"
Expand Down
2 changes: 1 addition & 1 deletion discovery/discovery.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"time"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
bh "github.com/kandoo/beehive"
"github.com/kandoo/beehive-netctrl/net/ethernet"
"github.com/kandoo/beehive-netctrl/nom"
Expand Down
2 changes: 1 addition & 1 deletion nom/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"encoding/gob"
"reflect"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive/state"
)

Expand Down
2 changes: 1 addition & 1 deletion openflow/bh.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openflow
import (
"flag"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"

bh "github.com/kandoo/beehive"
)
Expand Down
2 changes: 1 addition & 1 deletion openflow/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openflow
import (
"io"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive-netctrl/nom"
"github.com/kandoo/beehive-netctrl/openflow/of"
bh "github.com/kandoo/beehive"
Expand Down
2 changes: 1 addition & 1 deletion openflow/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"fmt"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
bh "github.com/kandoo/beehive"
"github.com/kandoo/beehive-netctrl/nom"
"github.com/kandoo/beehive-netctrl/openflow/of"
Expand Down
2 changes: 1 addition & 1 deletion openflow/echo.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package openflow

import (
"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive-netctrl/openflow/of"
"github.com/kandoo/beehive-netctrl/openflow/of10"
"github.com/kandoo/beehive-netctrl/openflow/of12"
Expand Down
2 changes: 1 addition & 1 deletion openflow/errormsg.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package openflow

import (
"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive-netctrl/openflow/of10"
"github.com/kandoo/beehive-netctrl/openflow/of12"
)
Expand Down
2 changes: 1 addition & 1 deletion openflow/handshake.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openflow
import (
"errors"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive-netctrl/nom"
"github.com/kandoo/beehive-netctrl/openflow/of"
"github.com/kandoo/beehive-netctrl/openflow/of10"
Expand Down
2 changes: 1 addition & 1 deletion openflow/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"errors"
"net"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive-netctrl/openflow/of"
bh "github.com/kandoo/beehive"
)
Expand Down
2 changes: 1 addition & 1 deletion openflow/packetin.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openflow
import (
"fmt"

"github.com/golang/glog"
"github.com/kandoo/beehive/Godeps/_workspace/src/github.com/golang/glog"
"github.com/kandoo/beehive-netctrl/nom"
"github.com/kandoo/beehive-netctrl/openflow/of10"
"github.com/kandoo/beehive-netctrl/openflow/of12"
Expand Down

0 comments on commit c56c997

Please sign in to comment.