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.

17 lines
459 B

2 years ago
  1. module git.aiterp.net/rpdata2-take2/rpdata2
  2. go 1.19
  3. require (
  4. github.com/Masterminds/squirrel v1.5.3
  5. github.com/google/uuid v1.3.0
  6. github.com/stretchr/testify v1.8.2
  7. )
  8. require (
  9. github.com/davecgh/go-spew v1.1.1 // indirect
  10. github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
  11. github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
  12. github.com/pmezard/go-difflib v1.0.0 // indirect
  13. gopkg.in/yaml.v3 v3.0.1 // indirect
  14. )