-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 751 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/nilorg/go-wechat/v2
go 1.16
require (
github.com/bitly/go-simplejson v0.5.0
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/fsnotify/fsnotify v1.4.9
github.com/gin-gonic/gin v1.9.1
github.com/go-redis/redis/v8 v8.11.0
github.com/heroicyang/wechat-crypter v0.0.0-20150326022142-2d3eafa552ae
github.com/kr/pretty v0.3.0 // indirect
github.com/nilorg/sdk v0.0.0-20210429091026-95b6cdc95c84
github.com/pkg/errors v0.9.1 // indirect
github.com/rogpeppe/go-internal v1.8.0 // indirect
github.com/spf13/viper v1.8.1
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0 // indirect
go.uber.org/zap v1.19.1
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
)