mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 09:08:06 +08:00
11 lines
262 B
Modula-2
11 lines
262 B
Modula-2
module github.com/shylinux/icebergs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/gomarkdown/markdown v0.0.0-20191207194928-fbea82c4bb03
|
|
github.com/gorilla/websocket v1.4.1
|
|
github.com/shylinux/toolkits v0.1.0
|
|
github.com/skip2/go-qrcode v0.0.0-20191027152451-9434209cb086
|
|
)
|