Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Jun 17, 2024
1 parent d6698a1 commit a4d5750
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion pkg/daemon/dpll/dpll_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ import (
"github.com/golang/glog"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/config"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/dpll"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/event"
"github.com/stretchr/testify/assert"
)

Expand Down
1 change: 0 additions & 1 deletion pkg/daemon/gnss/gnss.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"time"

"github.com/golang/glog"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/event"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/ublox"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/leap/leap-file_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"

leaphash "github.com/facebook/time/leaphash"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/daemon/ublox"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/ublox"
"github.com/stretchr/testify/assert"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/pmc/pmc.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

"github.com/golang/glog"
expect "github.com/google/goexpect"
"github.com/openshift/k8snetworkplumbingwg/pkg/protocol"
"github.com/k8snetworkplumbingwg/pkg/protocol"
)

var (
Expand Down
2 changes: 1 addition & 1 deletion pkg/daemon/ublox/ublox_test.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ublox_test

import (
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/daemon/ublox/"
"github.com/k8snetworkplumbingwg/ptp-operator/pkg/daemon/ublox"
"github.com/stretchr/testify/assert"
"regexp"
"testing"
Expand Down

0 comments on commit a4d5750

Please sign in to comment.