Skip to content

Commit d7295fd

Browse files
committed
[refactoring] Update to new sslproto package path
1 parent 9295ca7 commit d7295fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/vision/converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vision
22

33
import (
4-
"github.com/RoboCup-SSL/ssl-go-tools/sslproto"
4+
"github.com/RoboCup-SSL/ssl-go-tools/pkg/sslproto"
55
"math"
66
"strconv"
77
)

pkg/vision/receiver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package vision
22

33
import (
4-
"github.com/RoboCup-SSL/ssl-go-tools/sslproto"
4+
"github.com/RoboCup-SSL/ssl-go-tools/pkg/sslproto"
55
"github.com/golang/protobuf/proto"
66
"log"
77
"net"

0 commit comments

Comments
 (0)