Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.33.0. - [Commits](https://github.com/golang/net/compare/v0.29.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
58 lines
2.5 KiB
Modula-2
58 lines
2.5 KiB
Modula-2
module github.com/matrix-org/complement
|
|
|
|
go 1.22
|
|
|
|
toolchain go1.22.1
|
|
|
|
require (
|
|
github.com/docker/docker v26.1.5+incompatible
|
|
github.com/docker/go-connections v0.4.0
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/matrix-org/gomatrix v0.0.0-20220926102614-ceba4d9f7530
|
|
github.com/matrix-org/gomatrixserverlib v0.0.0-20250119093516-0a1b2bafb5cf
|
|
github.com/matrix-org/util v0.0.0-20221111132719-399730281e66
|
|
github.com/sirupsen/logrus v1.9.3
|
|
github.com/tidwall/gjson v1.18.0
|
|
github.com/tidwall/sjson v1.2.5
|
|
golang.org/x/crypto v0.32.0
|
|
golang.org/x/exp v0.0.0-20230905200255-921286631fa9
|
|
gonum.org/v1/plot v0.11.0
|
|
)
|
|
|
|
require (
|
|
git.sr.ht/~sbinet/gg v0.3.1 // indirect
|
|
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
|
|
github.com/Microsoft/go-winio v0.5.2 // indirect
|
|
github.com/ajstarks/svgo v0.0.0-20211024235047-1546f124cd8b // indirect
|
|
github.com/containerd/log v0.1.0 // indirect
|
|
github.com/distribution/reference v0.6.0 // indirect
|
|
github.com/docker/go-units v0.4.0 // indirect
|
|
github.com/felixge/httpsnoop v1.0.4 // indirect
|
|
github.com/go-fonts/liberation v0.2.0 // indirect
|
|
github.com/go-latex/latex v0.0.0-20210823091927-c0d11ff05a81 // indirect
|
|
github.com/go-logr/logr v1.4.2 // indirect
|
|
github.com/go-logr/stdr v1.2.2 // indirect
|
|
github.com/go-pdf/fpdf v0.6.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
|
|
github.com/moby/docker-image-spec v1.3.1 // indirect
|
|
github.com/moby/term v0.0.0-20210610120745-9d4ed1856297 // indirect
|
|
github.com/morikuni/aec v1.0.0 // indirect
|
|
github.com/opencontainers/go-digest v1.0.0 // indirect
|
|
github.com/opencontainers/image-spec v1.0.3-0.20211202183452-c5a74bcca799 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/tidwall/match v1.1.1 // indirect
|
|
github.com/tidwall/pretty v1.2.1 // indirect
|
|
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.55.0 // indirect
|
|
go.opentelemetry.io/otel v1.30.0 // indirect
|
|
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 // indirect
|
|
go.opentelemetry.io/otel/metric v1.30.0 // indirect
|
|
go.opentelemetry.io/otel/sdk v1.30.0 // indirect
|
|
go.opentelemetry.io/otel/trace v1.30.0 // indirect
|
|
golang.org/x/image v0.18.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
|
|
gotest.tools/v3 v3.0.3 // indirect
|
|
)
|