mirror of
https://github.com/crazy-max/diun.git
synced 2025-12-21 13:23:09 +01:00
fix: replace gomatrix client with mautrix-go, fixes #1527
This commit is contained in:
91
vendor/modules.txt
vendored
91
vendor/modules.txt
vendored
@@ -1,6 +1,10 @@
|
||||
# dario.cat/mergo v1.0.2
|
||||
## explicit; go 1.13
|
||||
dario.cat/mergo
|
||||
# filippo.io/edwards25519 v1.1.0
|
||||
## explicit; go 1.20
|
||||
filippo.io/edwards25519
|
||||
filippo.io/edwards25519/field
|
||||
# github.com/AlecAivazis/survey/v2 v2.3.7
|
||||
## explicit; go 1.13
|
||||
github.com/AlecAivazis/survey/v2
|
||||
@@ -281,13 +285,10 @@ github.com/mailru/easyjson/jwriter
|
||||
# github.com/matcornic/hermes/v2 v2.1.0
|
||||
## explicit; go 1.13
|
||||
github.com/matcornic/hermes/v2
|
||||
# github.com/matrix-org/gomatrix v0.0.0-20210324163249-be2af5ef2e16
|
||||
## explicit; go 1.12
|
||||
github.com/matrix-org/gomatrix
|
||||
# github.com/mattn/go-colorable v0.1.13
|
||||
## explicit; go 1.15
|
||||
# github.com/mattn/go-colorable v0.1.14
|
||||
## explicit; go 1.18
|
||||
github.com/mattn/go-colorable
|
||||
# github.com/mattn/go-isatty v0.0.19
|
||||
# github.com/mattn/go-isatty v0.0.20
|
||||
## explicit; go 1.15
|
||||
github.com/mattn/go-isatty
|
||||
# github.com/mattn/go-runewidth v0.0.16
|
||||
@@ -400,9 +401,18 @@ github.com/ssor/bom
|
||||
github.com/stretchr/testify/assert
|
||||
github.com/stretchr/testify/assert/yaml
|
||||
github.com/stretchr/testify/require
|
||||
# github.com/tidwall/gjson v1.18.0
|
||||
## explicit; go 1.12
|
||||
github.com/tidwall/gjson
|
||||
# github.com/tidwall/match v1.2.0
|
||||
## explicit; go 1.15
|
||||
github.com/tidwall/match
|
||||
# github.com/tidwall/pretty v1.2.1
|
||||
## explicit; go 1.16
|
||||
github.com/tidwall/pretty
|
||||
# github.com/tidwall/sjson v1.2.5
|
||||
## explicit; go 1.14
|
||||
github.com/tidwall/sjson
|
||||
# github.com/tonistiigi/go-csvvalue v0.0.0-20240814133006-030d3b2625d0
|
||||
## explicit; go 1.16
|
||||
github.com/tonistiigi/go-csvvalue
|
||||
@@ -421,6 +431,20 @@ go.etcd.io/bbolt
|
||||
go.etcd.io/bbolt/errors
|
||||
go.etcd.io/bbolt/internal/common
|
||||
go.etcd.io/bbolt/internal/freelist
|
||||
# go.mau.fi/util v0.9.2
|
||||
## explicit; go 1.24.0
|
||||
go.mau.fi/util/base58
|
||||
go.mau.fi/util/exbytes
|
||||
go.mau.fi/util/exerrors
|
||||
go.mau.fi/util/exgjson
|
||||
go.mau.fi/util/exhttp
|
||||
go.mau.fi/util/exmaps
|
||||
go.mau.fi/util/glob
|
||||
go.mau.fi/util/jsonbytes
|
||||
go.mau.fi/util/jsontime
|
||||
go.mau.fi/util/ptr
|
||||
go.mau.fi/util/random
|
||||
go.mau.fi/util/retryafter
|
||||
# go.opentelemetry.io/auto/sdk v1.1.0
|
||||
## explicit; go 1.22.0
|
||||
go.opentelemetry.io/auto/sdk
|
||||
@@ -504,16 +528,22 @@ go.podman.io/storage/pkg/reexec
|
||||
go.podman.io/storage/pkg/regexp
|
||||
go.podman.io/storage/pkg/system
|
||||
go.podman.io/storage/pkg/unshare
|
||||
# golang.org/x/crypto v0.41.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/crypto v0.43.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/crypto/curve25519
|
||||
golang.org/x/crypto/hkdf
|
||||
golang.org/x/crypto/pbkdf2
|
||||
golang.org/x/crypto/scrypt
|
||||
golang.org/x/crypto/sha3
|
||||
# golang.org/x/mod v0.27.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/exp/constraints
|
||||
golang.org/x/exp/maps
|
||||
# golang.org/x/mod v0.29.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/mod/semver
|
||||
# golang.org/x/net v0.43.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/net v0.46.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/net/html
|
||||
golang.org/x/net/html/atom
|
||||
golang.org/x/net/http/httpguts
|
||||
@@ -529,21 +559,21 @@ golang.org/x/net/trace
|
||||
## explicit; go 1.23.0
|
||||
golang.org/x/oauth2
|
||||
golang.org/x/oauth2/internal
|
||||
# golang.org/x/sync v0.16.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/sync v0.17.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/sync/errgroup
|
||||
golang.org/x/sync/semaphore
|
||||
# golang.org/x/sys v0.35.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/sys v0.38.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/sys/cpu
|
||||
golang.org/x/sys/plan9
|
||||
golang.org/x/sys/unix
|
||||
golang.org/x/sys/windows
|
||||
# golang.org/x/term v0.34.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/term v0.36.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/term
|
||||
# golang.org/x/text v0.28.0
|
||||
## explicit; go 1.23.0
|
||||
# golang.org/x/text v0.30.0
|
||||
## explicit; go 1.24.0
|
||||
golang.org/x/text/cases
|
||||
golang.org/x/text/internal
|
||||
golang.org/x/text/internal/language
|
||||
@@ -626,7 +656,7 @@ google.golang.org/grpc/tap
|
||||
# google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
|
||||
## explicit; go 1.21
|
||||
google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
# google.golang.org/protobuf v1.36.8
|
||||
# google.golang.org/protobuf v1.36.10
|
||||
## explicit; go 1.23
|
||||
google.golang.org/protobuf/cmd/protoc-gen-go
|
||||
google.golang.org/protobuf/cmd/protoc-gen-go/internal_gengo
|
||||
@@ -969,6 +999,25 @@ k8s.io/utils/clock
|
||||
k8s.io/utils/internal/third_party/forked/golang/net
|
||||
k8s.io/utils/net
|
||||
k8s.io/utils/ptr
|
||||
# maunium.net/go/mautrix v0.25.2
|
||||
## explicit; go 1.24.0
|
||||
maunium.net/go/mautrix
|
||||
maunium.net/go/mautrix/crypto/aescbc
|
||||
maunium.net/go/mautrix/crypto/attachment
|
||||
maunium.net/go/mautrix/crypto/backup
|
||||
maunium.net/go/mautrix/crypto/canonicaljson
|
||||
maunium.net/go/mautrix/crypto/ed25519
|
||||
maunium.net/go/mautrix/crypto/goolm/aessha2
|
||||
maunium.net/go/mautrix/crypto/goolm/crypto
|
||||
maunium.net/go/mautrix/crypto/goolm/goolmbase64
|
||||
maunium.net/go/mautrix/crypto/goolm/libolmpickle
|
||||
maunium.net/go/mautrix/crypto/olm
|
||||
maunium.net/go/mautrix/crypto/pkcs7
|
||||
maunium.net/go/mautrix/crypto/signatures
|
||||
maunium.net/go/mautrix/crypto/utils
|
||||
maunium.net/go/mautrix/event
|
||||
maunium.net/go/mautrix/id
|
||||
maunium.net/go/mautrix/pushrules
|
||||
# sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3
|
||||
## explicit; go 1.21
|
||||
sigs.k8s.io/json
|
||||
|
||||
Reference in New Issue
Block a user