蛋蛋星球-制度模式
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 line
244 B

  1. module github.com/go-pay/gopay
  2. go 1.21
  3. require (
  4. github.com/go-pay/crypto v0.0.1
  5. github.com/go-pay/errgroup v0.0.2
  6. github.com/go-pay/util v0.0.4
  7. github.com/go-pay/xlog v0.0.3
  8. github.com/go-pay/xtime v0.0.2
  9. golang.org/x/crypto v0.22.0
  10. )