github.com/chanxuehong/wechat@v0.0.0-20230222024006-36f0325263cd/go.mod (about)

     1  module github.com/chanxuehong/wechat
     2  
     3  go 1.15
     4  
     5  require (
     6  	github.com/chanxuehong/rand v0.0.0-20211009035549-2f07823e8e99
     7  	github.com/chanxuehong/util v0.0.0-20200304121633-ca8141845b13
     8  )