aboutsummaryrefslogtreecommitdiffstats
path: root/giphyproxy/go.mod
diff options
context:
space:
mode:
authorTulir Asokan <tulir@maunium.net>2024-06-19 11:47:35 +0300
committerTulir Asokan <tulir@maunium.net>2024-06-19 11:51:29 +0300
commit5da539ad8409b8902effb59a04d061516e236761 (patch)
tree42d5a9a3d10f7affbe4efbdd8dd9f5998f353ba5 /giphyproxy/go.mod
parent6332613e13dd6378b58f8cf557419c127bb2ab1d (diff)
Add MSC3916-compatible giphy media repo proxy
Diffstat (limited to 'giphyproxy/go.mod')
-rw-r--r--giphyproxy/go.mod24
1 files changed, 24 insertions, 0 deletions
diff --git a/giphyproxy/go.mod b/giphyproxy/go.mod
new file mode 100644
index 0000000..8c26d75
--- /dev/null
+++ b/giphyproxy/go.mod
@@ -0,0 +1,24 @@
+module go.mau.fi/stickerpicker/giphyproxy
+
+go 1.22.3
+
+require (
+ go.mau.fi/util v0.5.0
+ gopkg.in/yaml.v3 v3.0.1
+ maunium.net/go/mautrix v0.19.0-beta.1.0.20240619084603-3e302fb46fdb
+)
+
+require (
+ 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.17.1 // 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.24.0 // indirect
+ golang.org/x/exp v0.0.0-20240613232115-7f521ea00fb8 // indirect
+ golang.org/x/net v0.26.0 // indirect
+ golang.org/x/sys v0.21.0 // indirect
+)
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage