diff --git a/feature/gribi/otg_tests/mpls_in_udp/mpls_in_udp_test.go b/feature/gribi/otg_tests/mpls_in_udp/mpls_in_udp_test.go index 1caab3031e0..fe97198e105 100644 --- a/feature/gribi/otg_tests/mpls_in_udp/mpls_in_udp_test.go +++ b/feature/gribi/otg_tests/mpls_in_udp/mpls_in_udp_test.go @@ -22,23 +22,23 @@ import ( "testing" "time" - "google3/third_party/golang/gopacket/gopacket" - "google3/third_party/golang/gopacket/layers/layers" - "google3/third_party/golang/gopacket/pcap/pcap" - "google3/third_party/golang/ygot/ygot/ygot" - "google3/third_party/open_traffic_generator/gosnappi/gosnappi" - "google3/third_party/openconfig/featureprofiles/internal/attrs/attrs" - "google3/third_party/openconfig/featureprofiles/internal/deviations/deviations" - "google3/third_party/openconfig/featureprofiles/internal/fptest/fptest" - "google3/third_party/openconfig/featureprofiles/internal/gribi/gribi" - "google3/third_party/openconfig/featureprofiles/internal/helpers/helpers" - "google3/third_party/openconfig/featureprofiles/internal/otgutils/otgutils" + "github.com/google/gopacket" + "github.com/google/gopacket/layers" + "github.com/google/gopacket/pcap" + "github.com/openconfig/ygot/ygot" + "github.com/open-traffic-generator/snappi/gosnappi" + "github.com/openconfig/featureprofiles/internal/attrs" + "github.com/openconfig/featureprofiles/internal/deviations" + "github.com/openconfig/featureprofiles/internal/fptest" + "github.com/openconfig/featureprofiles/internal/gribi" + "github.com/openconfig/featureprofiles/internal/helpers" + "github.com/openconfig/featureprofiles/internal/otgutils" // "google3/third_party/openconfig/gribigo/client/client" // "google3/third_party/openconfig/gribigo/fluent/fluent" - "google3/third_party/openconfig/ondatra/gnmi/gnmi" - "google3/third_party/openconfig/ondatra/gnmi/oc/oc" - "google3/third_party/openconfig/ondatra/ondatra" - "google3/third_party/openconfig/ondatra/otg/otg" + "github.com/openconfig/ondatra/gnmi" + "github.com/openconfig/ondatra/gnmi/oc" + "github.com/openconfig/ondatra" + "github.com/openconfig/ondatra/otg" ) const (