mirror of
https://gitee.com/lauix/HFish
synced 2025-05-12 04:48:01 +08:00
25 lines
1.0 KiB
Modula-2
25 lines
1.0 KiB
Modula-2
module HFish
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239 // indirect
|
|
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
|
|
github.com/bitly/go-simplejson v0.5.0
|
|
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
|
|
github.com/elazarl/goproxy v0.0.0-20190711103511-473e67f1d7d2
|
|
github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2 // 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/ipipdotnet/ipdb-go v1.2.0
|
|
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.11.0
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2
|
|
gopkg.in/alexcesaro/quotedprintable.v3 v3.0.0-20150716171945-2caba252f4dc // indirect
|
|
gopkg.in/gomail.v2 v2.0.0-20160411212932-81ebce5c23df
|
|
gopkg.in/ini.v1 v1.46.0
|
|
)
|