File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package segmentation
22
33import (
4- pb_segmentation "github.com/VU-ASE/rovercom/packages/go/segmentation"
4+ pb_segmentation "github.com/VU-ASE/rovercom/v2/ packages/go/segmentation"
55 "github.com/rs/zerolog/log"
66 "google.golang.org/protobuf/proto"
77)
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ package serverconnection
33import (
44 "vu/ase/transceiver/src/state"
55
6- pb_control "github.com/VU-ASE/rovercom/packages/go/control"
7- pb_tuning "github.com/VU-ASE/rovercom/packages/go/tuning"
6+ pb_control "github.com/VU-ASE/rovercom/v2/ packages/go/control"
7+ pb_tuning "github.com/VU-ASE/rovercom/v2/ packages/go/tuning"
88 "google.golang.org/protobuf/proto"
99
1010 "github.com/pion/webrtc/v4"
Original file line number Diff line number Diff line change 44 "os"
55 "vu/ase/transceiver/src/state"
66
7- pb_tuning "github.com/VU-ASE/rovercom/packages/go/tuning"
7+ pb_tuning "github.com/VU-ASE/rovercom/v2/ packages/go/tuning"
88 rtc "github.com/VU-ASE/roverrtc/src"
99 "github.com/pion/webrtc/v4"
1010 "google.golang.org/protobuf/proto"
Original file line number Diff line number Diff line change 44 "time"
55 "vu/ase/transceiver/src/segmentation"
66
7- pb_debug "github.com/VU-ASE/rovercom/packages/go/debug"
7+ pb_debug "github.com/VU-ASE/rovercom/v2/ packages/go/debug"
88
99 roverlib "github.com/VU-ASE/roverlib-go/v2/src"
1010 rtc "github.com/VU-ASE/roverrtc/src"
You can’t perform that action at this time.
0 commit comments