Skip to content

Commit 9375242

Browse files
committed
Fix imports
1 parent c68a3fe commit 9375242

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
@@ -21,6 +21,7 @@ import (
2121
"github.com/HyperloopUPV-H8/h9-backend/internal/data_transfer"
2222
"github.com/HyperloopUPV-H8/h9-backend/internal/excel"
2323
"github.com/HyperloopUPV-H8/h9-backend/internal/excel/ade"
24+
"github.com/HyperloopUPV-H8/h9-backend/internal/excel/utils"
2425
"github.com/HyperloopUPV-H8/h9-backend/internal/info"
2526
"github.com/HyperloopUPV-H8/h9-backend/internal/message_transfer"
2627
"github.com/HyperloopUPV-H8/h9-backend/internal/order_transfer"
@@ -33,7 +34,6 @@ import (
3334
"github.com/HyperloopUPV-H8/h9-backend/pkg/broker"
3435
connection_topic "github.com/HyperloopUPV-H8/h9-backend/pkg/broker/topics/connection"
3536
data_topic "github.com/HyperloopUPV-H8/h9-backend/pkg/broker/topics/data"
36-
"github.com/HyperloopUPV-H8/h9-backend/pkg/excel/utils"
3737
"github.com/HyperloopUPV-H8/h9-backend/pkg/transport"
3838
"github.com/HyperloopUPV-H8/h9-backend/pkg/transport/network/sniffer"
3939
"github.com/HyperloopUPV-H8/h9-backend/pkg/transport/network/tcp"

0 commit comments

Comments
 (0)