tomato/other/bootstrap_daemon/websocket/websockify/go.mod

8 lines
141 B
Modula-2
Raw Normal View History

module github.com/TokTok/c-toxcore/other/bootstrap_daemon/websocket/websockify
go 1.17
require (
github.com/gorilla/websocket master
)