go.mod 201B

1234567891011
  1. module github.com/yinheli/tencentsig
  2. require (
  3. github.com/davecgh/go-spew v1.1.0
  4. github.com/pmezard/go-difflib v1.0.0
  5. github.com/stretchr/objx v0.1.0
  6. github.com/stretchr/testify v1.2.1
  7. )
  8. go 1.13