go.mod 461 B

1234567891011121314151617
  1. module github.com/johnsonjh/gpushover
  2. go 1.17
  3. require (
  4. github.com/johnsonjh/leaktestfe v0.0.0-20211209070910-8867fa9b8525
  5. github.com/json-iterator/go v1.1.12
  6. go4.org v0.0.0-20201209231011-d4a079459e60
  7. )
  8. require (
  9. github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
  10. github.com/modern-go/reflect2 v1.0.2 // indirect
  11. go.uber.org/goleak v1.1.12 // indirect
  12. golang.org/x/tools v0.1.9-0.20211208161556-3fca6a08d78f // indirect
  13. )