-
Notifications
You must be signed in to change notification settings - Fork 323
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Relates to pion/webrtc#2292
- Loading branch information
Showing
3 changed files
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
module github.com/pion/turn/v3 | ||
|
||
go 1.13 | ||
go 1.19 | ||
|
||
require ( | ||
github.com/pion/logging v0.2.2 | ||
github.com/pion/randutil v0.1.0 | ||
github.com/pion/stun/v2 v2.0.0 | ||
github.com/pion/transport/v3 v3.0.1 | ||
github.com/stretchr/testify v1.8.4 | ||
golang.org/x/sys v0.15.0 | ||
golang.org/x/sys v0.18.0 | ||
) | ||
|
||
require ( | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/pion/dtls/v2 v2.2.7 // indirect | ||
github.com/pion/transport/v2 v2.2.1 // indirect | ||
github.com/pmezard/go-difflib v1.0.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters