mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 12:52:27 +08:00
31 lines
1.0 KiB
Modula-2
31 lines
1.0 KiB
Modula-2
module github.com/silenceper/wechat/v2
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/alicebob/miniredis/v2 v2.33.0
|
|
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/spf13/cast v1.6.0
|
|
github.com/stretchr/testify v1.9.0
|
|
github.com/tidwall/gjson v1.17.1
|
|
golang.org/x/crypto v0.25.0
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
)
|
|
|
|
require (
|
|
github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a // indirect
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/yuin/gopher-lua v1.1.1 // indirect
|
|
golang.org/x/sys v0.22.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|