1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/spreed-webrtc/go.mod
Kevin Daudt 0fd1f7b632 testing/spreed-webrtc: fix ftbfs with go 1.16
go 1.16 is defaulting to go modules, but this project does not provide
any, so provide them ourselves.

There are also some build issues that are fixed.
2021-06-07 11:44:16 +00:00

23 lines
1.1 KiB
Modula-2

module github.com/strukturag/spreed-webrtc
go 1.16
require (
github.com/dlintw/goconf v0.0.0-20120228082610-dcc070983490 // indirect
github.com/gorilla/context v0.0.0-20141217160251-215affda49ad // indirect
github.com/gorilla/mux v0.0.0-20150717150303-ba336c9cfb43
github.com/gorilla/securecookie v0.0.0-20150716233244-aeade84400a8
github.com/gorilla/websocket v1.0.1-0.20160802133203-a69d25be2fe2
github.com/longsleep/pkac v0.0.0-20170216190044-302922ac7627
github.com/nats-io/gnatsd v1.4.1 // indirect
github.com/nats-io/nats v1.1.6
github.com/nats-io/nuid v1.0.1 // indirect
github.com/satori/go.uuid v1.1.0
github.com/strukturag/goacceptlanguageparser v0.0.0-20140213133123-68066e68c294
github.com/strukturag/httputils v0.0.0-20140702013533-afbf05c71ac0
github.com/strukturag/phoenix v0.0.0-20161005151202-8c65e1692d19
github.com/strukturag/sloth v0.9.2
github.com/strukturag/spreed-turnservicecli v0.0.0-20161117162408-b8e469d5ef70
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
)