We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dd2ac commit a01a25bCopy full SHA for a01a25b
1 file changed
backend/cmd/main.go
@@ -6,7 +6,6 @@ import (
6
"encoding/binary"
7
"flag"
8
"fmt"
9
- "github.com/HyperloopUPV-H8/h9-backend/pkg/excel/utils"
10
11
"log"
12
"net"
@@ -24,6 +23,7 @@ import (
24
23
"github.com/HyperloopUPV-H8/h9-backend/internal/common"
25
"github.com/HyperloopUPV-H8/h9-backend/internal/pod_data"
26
"github.com/HyperloopUPV-H8/h9-backend/internal/update_factory"
+ "github.com/HyperloopUPV-H8/h9-backend/internal/utils"
27
vehicle_models "github.com/HyperloopUPV-H8/h9-backend/internal/vehicle/models"
28
"github.com/HyperloopUPV-H8/h9-backend/pkg/abstraction"
29
"github.com/HyperloopUPV-H8/h9-backend/pkg/broker"
0 commit comments