diff options
| author | Tulir Asokan <tulir@maunium.net> | 2024-12-03 00:14:27 +0200 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2024-12-03 00:14:27 +0200 |
| commit | 266f98579a048ae527c2f39e39e67eba7836dd47 (patch) | |
| tree | b2d6686686d527d6f3583057945b09926fd234c5 /giphyproxy/go.mod | |
| parent | 0591df0f7e8374f7ec20ceae6942e710a0f4d4f8 (diff) | |
Update giphyproxy dependencies
Diffstat (limited to 'giphyproxy/go.mod')
| -rw-r--r-- | giphyproxy/go.mod | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/giphyproxy/go.mod b/giphyproxy/go.mod index 6ae0149..dac5920 100644 --- a/giphyproxy/go.mod +++ b/giphyproxy/go.mod @@ -1,24 +1,26 @@ module go.mau.fi/stickerpicker/giphyproxy -go 1.22.3 +go 1.22.0 + +toolchain go1.23.3 require ( - go.mau.fi/util v0.5.0 + go.mau.fi/util v0.8.2 gopkg.in/yaml.v3 v3.0.1 - maunium.net/go/mautrix v0.19.0-beta.1.0.20240619092812-451658374280 + 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.17.1 // 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.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 + 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 ) |
