Improve test documentation for mock datagram connection

Co-authored-by: dalbodeule <11470513+dalbodeule@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-12-09 10:51:44 +00:00
parent 76423627e9
commit a00c001b49
3 changed files with 2 additions and 3 deletions

2
go.mod
View File

@@ -10,6 +10,7 @@ require (
github.com/pion/dtls/v3 v3.0.7
github.com/prometheus/client_golang v1.19.0
golang.org/x/net v0.47.0
google.golang.org/protobuf v1.36.10
)
require (
@@ -40,5 +41,4 @@ require (
golang.org/x/sys v0.38.0 // indirect
golang.org/x/text v0.31.0 // indirect
golang.org/x/tools v0.38.0 // indirect
google.golang.org/protobuf v1.36.10 // indirect
)