forked from x/icebergs
14 lines
442 B
Modula-2
14 lines
442 B
Modula-2
module github.com/shylinux/icebergs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20200609195525-3f9352745725
|
|
github.com/gomodule/redigo v2.0.0+incompatible // indirect
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369
|
|
github.com/shylinux/toolkits v0.1.6
|
|
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
|
|
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
|
|
)
|