harmony/go.mod

23 lines
825 B
Modula-2
Raw Normal View History

2020-01-23 01:40:22 +00:00
module gitlab.com/tslocum/harmony
2019-11-24 10:38:48 +00:00
go 1.13
require (
2020-02-21 17:59:25 +00:00
github.com/golang/protobuf v1.3.3 // indirect
github.com/gorilla/mux v1.7.4
2019-11-24 10:38:48 +00:00
github.com/gorilla/websocket v1.4.1
2020-02-21 17:59:25 +00:00
github.com/lucas-clemente/quic-go v0.14.4 // indirect
github.com/marten-seemann/qtls v0.7.1 // indirect
github.com/omeid/go-resources v0.0.0-20200113210624-eb442c910d63
github.com/pion/dtls/v2 v2.0.0-rc.7 // indirect
github.com/pion/rtp v1.3.2
github.com/pion/turn/v2 v2.0.3 // indirect
github.com/pion/webrtc/v2 v2.2.0
github.com/pkg/errors v0.9.1
2019-12-12 03:04:24 +00:00
gitlab.com/golang-commonmark/markdown v0.0.0-20191127184510-91b5b3c99c19
2020-02-21 17:59:25 +00:00
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d // indirect
golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 // indirect
golang.org/x/sys v0.0.0-20200219091948-cb0a6d8edb6c // indirect
gopkg.in/yaml.v2 v2.2.8
2019-11-24 10:38:48 +00:00
)