From bb3e02c4d92e8b0113253a59e7fb938ff0aeb099 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sun, 4 May 2025 01:09:52 +0300 Subject: Update mautrix-go for optional federation auth --- giphyproxy/go.mod | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'giphyproxy/go.mod') diff --git a/giphyproxy/go.mod b/giphyproxy/go.mod index dac5920..3aae2b1 100644 --- a/giphyproxy/go.mod +++ b/giphyproxy/go.mod @@ -1,26 +1,26 @@ module go.mau.fi/stickerpicker/giphyproxy -go 1.22.0 +go 1.23.0 -toolchain go1.23.3 +toolchain go1.24.2 require ( - go.mau.fi/util v0.8.2 + go.mau.fi/util v0.8.7-0.20250427215252-d2d18a7e463c gopkg.in/yaml.v3 v3.0.1 - maunium.net/go/mautrix v0.22.0 + maunium.net/go/mautrix v0.23.4-0.20250503221444-5cd8ba888775 ) 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/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.0 // indirect + github.com/tidwall/pretty v1.2.1 // 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 + golang.org/x/crypto v0.37.0 // indirect + golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect + golang.org/x/sys v0.32.0 // indirect ) -- cgit v1.2.3