mirror of
https://gitee.com/lauix/HFish
synced 2025-05-12 04:48:01 +08:00
14 lines
431 B
Modula-2
14 lines
431 B
Modula-2
module HFish
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
|
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 // indirect
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/gliderlabs/ssh v0.2.2
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
)
|