mirror of
https://gitee.com/lauix/HFish
synced 2025-05-11 04:18:02 +08:00
36 lines
1.5 KiB
Modula-2
36 lines
1.5 KiB
Modula-2
module HFish
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239
|
|
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-contrib/sessions v0.0.1
|
|
github.com/gin-gonic/gin v1.4.0
|
|
github.com/gliderlabs/ssh v0.2.2
|
|
github.com/go-sql-driver/mysql v1.4.1
|
|
github.com/gohouse/gorose v0.0.0-20190830103550-ad3ce0985b9e
|
|
github.com/gorilla/websocket v1.4.1
|
|
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/panjf2000/ants v1.2.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/pin/tftp v2.1.0+incompatible
|
|
github.com/scottkiss/grtm v0.0.0-20151009105840-1c69ec29e5b2
|
|
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
|
|
github.com/stretchr/testify v1.3.0
|
|
golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5
|
|
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
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
|
|
)
|