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.

24 lines
745 B

  1. module go.mau.fi/stickerpicker/giphyproxy
  2. go 1.22.3
  3. require (
  4. go.mau.fi/util v0.5.0
  5. gopkg.in/yaml.v3 v3.0.1
  6. maunium.net/go/mautrix v0.19.0-beta.1.0.20240619092812-451658374280
  7. )
  8. require (
  9. github.com/gorilla/mux v1.8.0 // indirect
  10. github.com/mattn/go-colorable v0.1.13 // indirect
  11. github.com/mattn/go-isatty v0.0.19 // indirect
  12. github.com/rs/zerolog v1.33.0 // indirect
  13. github.com/tidwall/gjson v1.17.1 // indirect
  14. github.com/tidwall/match v1.1.1 // indirect
  15. github.com/tidwall/pretty v1.2.0 // indirect
  16. github.com/tidwall/sjson v1.2.5 // indirect
  17. golang.org/x/crypto v0.24.0 // indirect
  18. golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
  19. golang.org/x/net v0.26.0 // indirect
  20. golang.org/x/sys v0.21.0 // indirect
  21. )