mirror of https://github.com/bjdgyc/anylink.git
13 lines
314 B
Modula-2
13 lines
314 B
Modula-2
module github.com/pion/dtls/v2
|
|
|
|
require (
|
|
github.com/pion/logging v0.2.2
|
|
github.com/pion/transport v0.12.3
|
|
github.com/pion/udp v0.1.1
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
golang.org/x/net v0.0.0-20210331212208-0fccb6fa2b5c
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
|
)
|
|
|
|
go 1.13
|