mirror of
https://github.com/silenceper/wechat.git
synced 2026-02-04 21:02:25 +08:00
14 lines
345 B
Modula-2
14 lines
345 B
Modula-2
module github.com/silenceper/wechat
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/astaxie/beego v1.7.1
|
|
github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b
|
|
github.com/fatih/structs v1.1.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/gomodule/redigo v1.8.1
|
|
github.com/spf13/cast v1.3.1
|
|
golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37
|
|
)
|