Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openflow13/flowmod.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package openflow13
import (
"encoding/binary"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/shaleman/libOpenflow/common"
)

Expand Down
2 changes: 1 addition & 1 deletion openflow13/group.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package openflow13
import (
"encoding/binary"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
"github.com/shaleman/libOpenflow/common"
)

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

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"

"github.com/shaleman/libOpenflow/common"
"github.com/shaleman/libOpenflow/util"
Expand Down
2 changes: 1 addition & 1 deletion util/stream.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"net"
"strings"

log "github.com/Sirupsen/logrus"
log "github.com/sirupsen/logrus"
)

type BufferPool struct {
Expand Down