You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
794 B
20 lines
794 B
module gitlab.com/tslocum/harmony |
|
|
|
go 1.13 |
|
|
|
require ( |
|
github.com/golang/protobuf v1.4.1 // indirect |
|
github.com/gorilla/mux v1.7.4 |
|
github.com/gorilla/websocket v1.4.2 |
|
github.com/lucas-clemente/quic-go v0.15.6 // indirect |
|
github.com/omeid/go-resources v0.0.0-20200113210624-eb442c910d63 |
|
github.com/pion/rtp v1.4.0 |
|
github.com/pion/webrtc/v2 v2.2.8 |
|
github.com/pkg/errors v0.9.1 |
|
gitlab.com/golang-commonmark/linkify v0.0.0-20200225224916-64bca66f6ad3 // indirect |
|
gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19 |
|
golang.org/x/crypto v0.0.0-20200429183012-4b2356b1ed79 // indirect |
|
golang.org/x/net v0.0.0-20200505041828-1ed23360d12c // indirect |
|
golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect |
|
gopkg.in/yaml.v3 v3.0.0-20200504163728-5308cda29e3d |
|
)
|
|
|