mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
14 lines
435 B
Modula-2
14 lines
435 B
Modula-2
module github.com/shylinux/icebergs
|
|
|
|
go 1.11
|
|
|
|
require (
|
|
github.com/AaronO/go-git-http v0.0.0-20161214145340-1d9485b3a98f
|
|
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/mattn/go-colorable v0.1.8
|
|
github.com/shylinux/toolkits v0.2.3
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
|
|
)
|