aboutsummaryrefslogtreecommitdiffstats
path: root/giphyproxy/go.mod
blob: 42e4465ddcc5f07069030f7056bfdd52ec75d765 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module go.mau.fi/stickerpicker/giphyproxy

go 1.23.0

toolchain go1.24.4

require (
	go.mau.fi/util v0.8.8
	gopkg.in/yaml.v3 v3.0.1
	maunium.net/go/mautrix v0.24.2-0.20250629161127-7a7d7f70ef92
)

require (
	filippo.io/edwards25519 v1.1.0 // indirect
	github.com/gorilla/mux v1.8.0 // indirect
	github.com/mattn/go-colorable v0.1.14 // indirect
	github.com/mattn/go-isatty v0.0.20 // indirect
	github.com/rs/zerolog v1.34.0 // indirect
	github.com/tidwall/gjson v1.18.0 // indirect
	github.com/tidwall/match v1.1.1 // indirect
	github.com/tidwall/pretty v1.2.1 // indirect
	github.com/tidwall/sjson v1.2.5 // indirect
	golang.org/x/crypto v0.39.0 // indirect
	golang.org/x/exp v0.0.0-20250606033433-dcc06ee1d476 // indirect
	golang.org/x/net v0.41.0 // indirect
	golang.org/x/sys v0.33.0 // indirect
	golang.org/x/text v0.26.0 // indirect
)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage