forked from x/icebergs
16 lines
515 B
Modula-2
16 lines
515 B
Modula-2
module github.com/shylinux/icebergs
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/Baozisoftware/qrcode-terminal-go v0.0.0-20170407111555-c0650d8dff0f
|
|
github.com/gorilla/websocket v1.4.2
|
|
github.com/kr/pty v1.1.1
|
|
github.com/mattn/go-colorable v0.1.8
|
|
github.com/nareix/joy4 v0.0.0-20200507095837-05a4ffbb5369
|
|
github.com/shylinux/toolkits v0.2.1
|
|
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e
|
|
github.com/tuotoo/qrcode v0.0.0-20190222102259-ac9c44189bf2
|
|
golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550
|
|
)
|