go.mod 528 B

12345678910111213141516171819
  1. module vultras.su/core/pwa
  2. go 1.18
  3. require (
  4. github.com/SherClockHolmes/webpush-go v1.2.0
  5. github.com/gomarkdown/markdown v0.0.0-20221013030248-663e2500819c
  6. github.com/google/uuid v1.3.0
  7. github.com/stretchr/testify v1.6.1
  8. golang.org/x/net v0.7.0
  9. )
  10. require (
  11. github.com/davecgh/go-spew v1.1.0 // indirect
  12. github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
  13. github.com/pmezard/go-difflib v1.0.0 // indirect
  14. golang.org/x/crypto v0.6.0 // indirect
  15. gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
  16. )