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
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/jaypipes/ghw v0.12.0
github.com/mdlayher/genetlink v1.3.2
github.com/mdlayher/netlink v1.7.2
github.com/openshift/ptp-operator v0.0.0-20251126211433-0dee6a03855c
github.com/openshift/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5
github.com/prometheus/client_golang v1.16.0
github.com/sirupsen/logrus v1.9.3
github.com/stratoberry/go-gpsd v1.1.0
Expand Down Expand Up @@ -90,5 +90,3 @@ require (
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
)

replace github.com/openshift/ptp-operator => github.com/josephdrichard/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ github.com/jaypipes/ghw v0.12.0/go.mod h1:jeJGbkRB2lL3/gxYzNYzEDETV1ZJ56OKr+CSeS
github.com/jaypipes/pcidb v1.0.0 h1:vtZIfkiCUE42oYbJS0TAq9XSfSmcsgo9IdxSm9qzYU8=
github.com/jaypipes/pcidb v1.0.0/go.mod h1:TnYUvqhPBzCKnH34KrIX22kAeEbDCSRJ9cqLRCuNDfk=
github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI=
github.com/josephdrichard/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5 h1:q8FgTfBzAazatW17HR4BcUlLwhBNbJb7ZasywJXPXfY=
github.com/josephdrichard/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5/go.mod h1:f7m68Gh393UGm1erox9/mPeLjk+svbMCs+zTbdv+PeQ=
github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=
github.com/josharian/intern v1.0.0/go.mod h1:5DoeVV0s6jJacbCEi61lwdGj/aVlrQvzHFFd8Hwg//Y=
github.com/josharian/native v1.1.0 h1:uuaP0hAbW7Y4l0ZRQ6C9zfb7Mg1mbFKry/xzDAfmtLA=
Expand Down Expand Up @@ -127,6 +125,8 @@ github.com/onsi/ginkgo/v2 v2.11.0 h1:WgqUCUt/lT6yXoQ8Wef0fsNn5cAuMK7+KT9UFRz2tcU
github.com/onsi/ginkgo/v2 v2.11.0/go.mod h1:ZhrRA5XmEE3x3rhlzamx/JJvujdZoJ2uvgI7kR0iZvM=
github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
github.com/onsi/gomega v1.27.10/go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M=
github.com/openshift/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5 h1:A4INNlbUo9h2FFkr0bU1F4qhtJd4ROYYvJpQAFHZZmU=
github.com/openshift/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5/go.mod h1:f7m68Gh393UGm1erox9/mPeLjk+svbMCs+zTbdv+PeQ=
github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
Expand Down
3 changes: 1 addition & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ github.com/modern-go/reflect2
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
## explicit
github.com/munnerz/goautoneg
# github.com/openshift/ptp-operator v0.0.0-20251126211433-0dee6a03855c => github.com/josephdrichard/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5
# github.com/openshift/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5
## explicit; go 1.22.0
github.com/openshift/ptp-operator/api/v1
github.com/openshift/ptp-operator/pkg/client/clientset/versioned
Expand Down Expand Up @@ -729,4 +729,3 @@ sigs.k8s.io/structured-merge-diff/v4/value
## explicit; go 1.12
sigs.k8s.io/yaml
sigs.k8s.io/yaml/goyaml.v2
# github.com/openshift/ptp-operator => github.com/josephdrichard/ptp-operator v0.0.0-20251205063307-b04f1e9f5fc5