go.mod 203 B

123456789
  1. module git.nanodreamtech.com/sg/wechatpay-go
  2. go 1.16
  3. require (
  4. github.com/agiledragon/gomonkey v2.0.2+incompatible
  5. github.com/stretchr/testify v1.8.1
  6. git.nanodreamtech.com/sg/wechatpay-go v0.2.20
  7. )