mirror of
https://github.com/maunium/stickerpicker
synced 2024-12-21 06:30:43 +00:00
26 lines
734 B
Modula-2
26 lines
734 B
Modula-2
module go.mau.fi/stickerpicker/giphyproxy
|
|
|
|
go 1.22.0
|
|
|
|
toolchain go1.23.3
|
|
|
|
require (
|
|
go.mau.fi/util v0.8.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
maunium.net/go/mautrix v0.22.0
|
|
)
|
|
|
|
require (
|
|
filippo.io/edwards25519 v1.1.0 // indirect
|
|
github.com/gorilla/mux v1.8.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
|
github.com/rs/zerolog v1.33.0 // indirect
|
|
github.com/tidwall/gjson v1.18.0 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.0 // indirect
|
|
github.com/tidwall/sjson v1.2.5 // indirect
|
|
golang.org/x/crypto v0.29.0 // indirect
|
|
golang.org/x/exp v0.0.0-20241108190413-2d47ceb2692f // indirect
|
|
golang.org/x/sys v0.27.0 // indirect
|
|
)
|