File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ require (
99 github.com/gorilla/websocket v1.5.0
1010 github.com/jmaralo/sntp v0.0.0-20240116111937-45a0a3419272
1111 github.com/pelletier/go-toml/v2 v2.0.7
12- github.com/pin/tftp/v3 v3.0.0
1312 github.com/rs/zerolog v1.29.0
1413 golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1
1514)
Original file line number Diff line number Diff line change @@ -68,8 +68,6 @@ github.com/onsi/gomega v1.27.10 h1:naR28SdDFlqrG6kScpT8VWpu1xWY5nJRCF3XaYyBjhI=
6868github.com/onsi/gomega v1.27.10 /go.mod h1:RsS8tutOdbdgzbPtzzATp12yT7kM5I5aElG3evPbQ0M =
6969github.com/pelletier/go-toml/v2 v2.0.7 h1:muncTPStnKRos5dpVKULv2FVd4bMOhNePj9CjgDb8Us =
7070github.com/pelletier/go-toml/v2 v2.0.7 /go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek =
71- github.com/pin/tftp/v3 v3.0.0 h1:o9cQpmWBSbgiaYXuN+qJAB12XBIv4dT7OuOONucn2l0 =
72- github.com/pin/tftp/v3 v3.0.0 /go.mod h1:xwQaN4viYL019tM4i8iecm++5cGxSqen6AJEOEyEI0w =
7371github.com/pjbgf/sha1cd v0.3.0 h1:4D5XXmUUBUl/xQ6IjCkEAbqXskkq/4O7LmGn0AqMDs4 =
7472github.com/pjbgf/sha1cd v0.3.0 /go.mod h1:nZ1rrWOcGJ5uZgEEVL1VUM9iRQiZvWdbZjkKyFzPPsI =
7573github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
@@ -117,7 +115,6 @@ golang.org/x/mod v0.12.0 h1:rmsUpXtvNzj340zd98LZ4KntptpfRHwpFOHG188oHXc=
117115golang.org/x/mod v0.12.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
118116golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3 /go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg =
119117golang.org/x/net v0.0.0-20190620200207-3b0461eec859 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
120- golang.org/x/net v0.0.0-20200202094626-16171245cfb2 /go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s =
121118golang.org/x/net v0.0.0-20210226172049-e18ecbb05110 /go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg =
122119golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2 /go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y =
123120golang.org/x/net v0.0.0-20220722155237-a158d28d115b /go.mod h1:XRhObCWvk6IyKnWLug+ECip1KBveYUHfp+8e9klMJ9c =
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import (
1515 "github.com/HyperloopUPV-H8/h9-backend/pkg/transport/network/udp"
1616 "github.com/HyperloopUPV-H8/h9-backend/pkg/transport/packet/data"
1717 "github.com/HyperloopUPV-H8/h9-backend/pkg/transport/presentation"
18- "github.com/pin/tftp/v3"
1918 "github.com/rs/zerolog"
2019)
2120
@@ -35,8 +34,6 @@ type Transport struct {
3534 ipToTarget map [string ]abstraction.TransportTarget
3635 idToTarget map [abstraction.PacketId ]abstraction.TransportTarget
3736
38- tftp * tftp.Client
39-
4037 propagateFault bool
4138
4239 api abstraction.TransportAPI
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ go 1.23.1
22
33use (
44 ./backend
5- ./packet-sender
65)
You can’t perform that action at this time.
0 commit comments