go.mod 279 B

1234567891011121314
  1. module git.sxidc.com/service-supports/fserr
  2. go 1.20
  3. require (
  4. github.com/pkg/errors v0.9.1
  5. github.com/stretchr/testify v1.8.3
  6. )
  7. require (
  8. github.com/davecgh/go-spew v1.1.1 // indirect
  9. github.com/pmezard/go-difflib v1.0.0 // indirect
  10. gopkg.in/yaml.v3 v3.0.1 // indirect
  11. )