Skip to content
This repository has been archived by the owner on Dec 2, 2023. It is now read-only.

fix(deps): update module github.com/pion/ion-sfu to v1.11.0 #590

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 30, 2021

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/pion/ion-sfu require minor v1.10.10 -> v1.11.0

Release Notes

pion/ion-sfu

v1.11.0

Compare Source

new grpc signal layer which support:

  • publish
    • simulcast
  • subscribe
    • sub as needed(no auto sub)
    • sub one simulcast layer
  • trackevent (meta info)
  • datachannel
    • send message
  • support new ion-sdk-go
  • new demo

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate
Copy link
Contributor Author

renovate bot commented Nov 30, 2021

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: docker run --rm --name=renovate_go --label=renovate_child -v "/mnt/renovate/gh/pion/ion":"/mnt/renovate/gh/pion/ion" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -e GOPATH -e GOPROXY -e GOFLAGS -e CGO_ENABLED -e GIT_CONFIG_KEY_0 -e GIT_CONFIG_VALUE_0 -e GIT_CONFIG_COUNT -e GIT_CONFIG_KEY_1 -e GIT_CONFIG_VALUE_1 -w "/mnt/renovate/gh/pion/ion" docker.io/renovate/go:1.17.3 bash -l -c "go get -d ./... && go mod tidy && go mod tidy"
go: downloading github.com/pion/ion-log v1.2.2
go: downloading github.com/golang/protobuf v1.5.2
go: downloading google.golang.org/grpc v1.41.0
go: downloading google.golang.org/protobuf v1.27.1
go: downloading github.com/cloudwebrtc/nats-discovery v0.3.0
go: downloading github.com/cloudwebrtc/nats-grpc v1.0.0
go: downloading github.com/nats-io/nats.go v1.12.0
go: downloading github.com/spf13/viper v1.9.0
go: downloading github.com/golang-jwt/jwt/v4 v4.1.0
go: downloading golang.org/x/net v0.0.0-20211020060615-d418f374d309
go: downloading github.com/go-redis/redis/v7 v7.4.0
go: downloading github.com/bep/debounce v1.2.0
go: downloading github.com/pion/ion-sfu v1.11.0
go: downloading github.com/pion/webrtc/v3 v3.1.7
go: downloading github.com/improbable-eng/grpc-web v0.14.1
go: downloading github.com/jhump/protoreflect v1.8.2
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
go: downloading github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d
go: downloading github.com/sirupsen/logrus v1.8.1
go: downloading golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
go: downloading google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71
go: downloading github.com/fullstorydev/grpcurl v1.8.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/nats-io/nkeys v0.3.0
go: downloading github.com/nats-io/nuid v1.0.1
go: downloading github.com/fsnotify/fsnotify v1.5.1
go: downloading github.com/magiconair/properties v1.8.5
go: downloading github.com/mitchellh/mapstructure v1.4.2
go: downloading github.com/spf13/afero v1.6.0
go: downloading github.com/spf13/cast v1.4.1
go: downloading github.com/spf13/jwalterweatherman v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/subosito/gotenv v1.2.0
go: downloading gopkg.in/ini.v1 v1.63.2
go: downloading github.com/go-logr/logr v1.2.0
go: downloading github.com/go-logr/zerologr v1.2.0
go: downloading github.com/rs/zerolog v1.26.0
go: downloading github.com/gammazero/workerpool v1.1.2
go: downloading github.com/lucsky/cuid v1.2.1
go: downloading github.com/pion/dtls/v2 v2.0.10
go: downloading github.com/pion/ice/v2 v2.1.13
go: downloading github.com/pion/logging v0.2.2
go: downloading github.com/pion/rtcp v1.2.8
go: downloading github.com/pion/rtp v1.7.4
go: downloading github.com/pion/sdp/v3 v3.0.4
go: downloading github.com/pion/transport v0.12.3
go: downloading github.com/pion/turn/v2 v2.0.5
go: downloading github.com/pion/datachannel v1.5.0
go: downloading github.com/pion/interceptor v0.1.0
go: downloading github.com/pion/randutil v0.1.0
go: downloading github.com/pion/sctp v1.7.12
go: downloading github.com/pion/srtp/v2 v2.0.5
go: downloading github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f
go: downloading github.com/rs/cors v1.7.0
go: downloading nhooyr.io/websocket v1.8.6
go: downloading github.com/mattn/go-colorable v0.1.8
go: downloading golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359
go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/pelletier/go-toml v1.9.4
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/gammazero/deque v0.1.0
go: downloading github.com/pion/udp v0.1.1
go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
go: downloading github.com/google/uuid v1.3.0
go: downloading github.com/pion/mdns v0.0.5
go: downloading github.com/pion/stun v0.3.5
go: downloading github.com/prometheus/client_golang v1.11.0
go: downloading github.com/klauspost/compress v1.11.7
go: downloading github.com/mattn/go-isatty v0.0.12
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.1.1
go: downloading github.com/cespare/xxhash v1.1.0
go: downloading github.com/prometheus/client_model v0.2.0
go: downloading github.com/prometheus/common v0.26.0
go: downloading github.com/prometheus/procfs v0.6.0
go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1
go: module github.com/golang/protobuf is deprecated: Use the "google.golang.org/protobuf" module instead.
go: downloading github.com/stretchr/testify v1.7.0
go: downloading github.com/tj/assert v0.0.3
go: downloading github.com/google/go-cmp v0.5.6
go: downloading github.com/nats-io/nats-server/v2 v2.1.9
go: downloading github.com/onsi/ginkgo v1.16.4
go: downloading github.com/onsi/gomega v1.15.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading github.com/nats-io/jwt v1.1.0
go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15
go: downloading github.com/gin-gonic/gin v1.6.3
go: downloading github.com/gobwas/ws v1.0.2
go: downloading github.com/gorilla/websocket v1.4.2
go: downloading github.com/nxadm/tail v1.4.8
go: downloading github.com/kr/pretty v0.2.0
go: downloading github.com/gin-contrib/sse v0.1.0
go: downloading github.com/gobwas/httphead v0.0.0-20180130184737-2c6c146eadee
go: downloading github.com/gobwas/pool v0.2.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading github.com/kr/text v0.1.0
go: downloading github.com/go-playground/validator/v10 v10.2.0
go: downloading github.com/ugorji/go/codec v1.1.7
go: downloading github.com/ugorji/go v1.1.7
go: downloading github.com/json-iterator/go v1.1.11
go: downloading github.com/go-playground/universal-translator v0.17.0
go: downloading github.com/leodido/go-urn v1.2.0
go: downloading github.com/go-playground/assert/v2 v2.0.1
go: downloading github.com/go-playground/locales v0.13.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.1
go: finding module for package github.com/pion/ion-sfu/cmd/signal/grpc/proto
github.com/pion/ion/pkg/node/sfu tested by
	github.com/pion/ion/pkg/node/sfu.test imports
	github.com/pion/ion-sfu/cmd/signal/grpc/proto: module github.com/pion/ion-sfu@latest found (v1.11.0), but does not contain package github.com/pion/ion-sfu/cmd/signal/grpc/proto

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant