github.com/fastwego/offiaccount@v1.0.1/go.mod (about)

     1  module github.com/fastwego/offiaccount
     2  
     3  go 1.14
     4  
     5  require (
     6  	github.com/faabiosr/cachego v0.15.0
     7  	github.com/gomodule/redigo v1.8.2
     8  	github.com/iancoleman/strcase v0.1.1
     9  )