File: go.mod

package info (click to toggle)
golang-github-pion-datachannel 1.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bookworm-backports, forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 2
file content (10 lines) | stat: -rw-r--r-- 189 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
module github.com/pion/datachannel

require (
	github.com/pion/logging v0.2.2
	github.com/pion/sctp v1.8.5
	github.com/pion/transport v0.14.1
	github.com/stretchr/testify v1.8.1
)

go 1.13