19 lines
700 B
Modula-2
19 lines
700 B
Modula-2
module code.hoteas.com/golang/hotime
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/chanxuehong/rand v0.0.0-20211009035549-2f07823e8e99 // indirect
|
|
github.com/chanxuehong/util v0.0.0-20200304121633-ca8141845b13 // indirect
|
|
github.com/garyburd/redigo v1.6.3
|
|
github.com/go-sql-driver/mysql v1.6.0
|
|
github.com/mattn/go-sqlite3 v1.14.12
|
|
github.com/silenceper/wechat v1.2.6
|
|
github.com/silenceper/wechat/v2 v2.1.2
|
|
github.com/sirupsen/logrus v1.8.1
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.364
|
|
github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/ocr v1.0.364
|
|
golang.org/x/net v0.0.0-20220225172249-27dd8689420f
|
|
gopkg.in/chanxuehong/wechat.v2 v2.0.0-20190402080805-fa408c6cc20d
|
|
)
|