mirror of
https://github.com/pion/stun.git
synced 2026-04-22 15:07:24 +08:00
97b4669b38
Generated by renovateBot
20 lines
462 B
Modula-2
20 lines
462 B
Modula-2
module github.com/pion/stun/v3
|
|
|
|
go 1.24.0
|
|
|
|
require (
|
|
github.com/pion/dtls/v3 v3.1.2
|
|
github.com/pion/logging v0.2.4
|
|
github.com/pion/transport/v4 v4.0.1
|
|
github.com/stretchr/testify v1.11.1
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/wlynxg/anet v0.0.5 // indirect
|
|
golang.org/x/crypto v0.45.0 // indirect
|
|
golang.org/x/sys v0.38.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|