mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
15 lines
383 B
Modula-2
15 lines
383 B
Modula-2
module github.com/silenceper/wechat/v2
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/bradfitz/gomemcache v0.0.0-20220106215444-fb4bf637b56d
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/spf13/cast v1.4.1
|
|
github.com/stretchr/testify v1.7.1
|
|
github.com/tidwall/gjson v1.14.1
|
|
golang.org/x/crypto v0.0.0-20220622213112-05595931fe9d
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
)
|