summaryrefslogtreecommitdiff
path: root/vendor/github.com/pion/sctp/go.mod
blob: 022e2fcce37014108f57dff559c06c92c86b7d9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module github.com/pion/sctp

require (
	github.com/davecgh/go-spew v1.1.1 // indirect
	github.com/kr/pretty v0.1.0 // indirect
	github.com/pion/logging v0.2.2
	github.com/pion/randutil v0.1.0
	github.com/pion/transport v0.10.1
	github.com/pkg/errors v0.9.1
	github.com/stretchr/testify v1.6.1
	gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
)

go 1.13