Skip to content

Commit a01a25b

Browse files
committed
adapt main.go
1 parent a1dd2ac commit a01a25b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"encoding/binary"
77
"flag"
88
"fmt"
9-
"github.com/HyperloopUPV-H8/h9-backend/pkg/excel/utils"
109

1110
"log"
1211
"net"
@@ -24,6 +23,7 @@ import (
2423
"github.com/HyperloopUPV-H8/h9-backend/internal/common"
2524
"github.com/HyperloopUPV-H8/h9-backend/internal/pod_data"
2625
"github.com/HyperloopUPV-H8/h9-backend/internal/update_factory"
26+
"github.com/HyperloopUPV-H8/h9-backend/internal/utils"
2727
vehicle_models "github.com/HyperloopUPV-H8/h9-backend/internal/vehicle/models"
2828
"github.com/HyperloopUPV-H8/h9-backend/pkg/abstraction"
2929
"github.com/HyperloopUPV-H8/h9-backend/pkg/broker"

0 commit comments

Comments
 (0)