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.

26 lines
734 B

  1. module go.mau.fi/stickerpicker/giphyproxy
  2. go 1.22.0
  3. toolchain go1.23.3
  4. require (
  5. go.mau.fi/util v0.8.2
  6. gopkg.in/yaml.v3 v3.0.1
  7. maunium.net/go/mautrix v0.22.0
  8. )
  9. require (
  10. filippo.io/edwards25519 v1.1.0 // indirect
  11. github.com/gorilla/mux v1.8.0 // indirect
  12. github.com/mattn/go-colorable v0.1.13 // indirect
  13. github.com/mattn/go-isatty v0.0.19 // indirect
  14. github.com/rs/zerolog v1.33.0 // indirect
  15. github.com/tidwall/gjson v1.18.0 // indirect
  16. github.com/tidwall/match v1.1.1 // indirect
  17. github.com/tidwall/pretty v1.2.0 // indirect
  18. github.com/tidwall/sjson v1.2.5 // indirect
  19. golang.org/x/crypto v0.29.0 // indirect
  20. golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
  21. golang.org/x/sys v0.27.0 // indirect
  22. )