forked from x/icebergs
10 lines
195 B
Modula-2
10 lines
195 B
Modula-2
module github.com/shylinux/icebergs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/shylinux/toolkits v0.1.2
|
|
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
|
|
)
|