Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ module github.com/pion/ion-e2e-test
go 1.14

require (
github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c // indirect
github.com/cloudwebrtc/go-protoo v0.0.0-20200926140535-79ecde67b906
github.com/google/uuid v1.1.2
github.com/pion/ion v0.4.6
github.com/google/uuid v1.3.0
github.com/pion/ion v1.10.0
github.com/pion/mediadevices v0.1.1
github.com/pion/webrtc/v3 v3.0.0-20200714033819-fe63deaeb51c
github.com/pion/webrtc/v3 v3.1.7
github.com/pkg/sftp v1.11.0 // indirect
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/spf13/viper v1.9.0
)
Loading