mirror of
https://github.com/profullstack/agentbbs.git
synced 2026-08-13 14:27:27 +00:00
chore(deps): bump the go-modules group with 2 updates (#103)
Bumps the go-modules group with 2 updates: [github.com/pion/webrtc/v4](https://github.com/pion/webrtc) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/pion/webrtc/v4` from 4.2.17 to 4.2.18 - [Release notes](https://github.com/pion/webrtc/releases) - [Commits](https://github.com/pion/webrtc/compare/v4.2.17...v4.2.18) Updates `modernc.org/sqlite` from 1.54.0 to 1.55.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: github.com/pion/webrtc/v4 dependency-version: 4.2.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-modules - dependency-name: modernc.org/sqlite dependency-version: 1.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-modules ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
447b34b895
commit
1849a25f10
2 changed files with 18 additions and 18 deletions
12
go.mod
12
go.mod
|
|
@ -15,11 +15,11 @@ require (
|
|||
github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
|
||||
github.com/livekit/protocol v1.50.4
|
||||
github.com/livekit/server-sdk-go/v2 v2.18.1
|
||||
github.com/pion/webrtc/v4 v4.2.17
|
||||
github.com/pion/webrtc/v4 v4.2.18
|
||||
github.com/pkg/sftp v1.13.11
|
||||
golang.org/x/crypto v0.54.0
|
||||
golang.org/x/term v0.45.0
|
||||
modernc.org/sqlite v1.54.0
|
||||
modernc.org/sqlite v1.55.0
|
||||
)
|
||||
|
||||
require (
|
||||
|
|
@ -83,14 +83,14 @@ require (
|
|||
github.com/ncruces/go-strftime v1.0.0 // indirect
|
||||
github.com/pion/datachannel v1.6.2 // indirect
|
||||
github.com/pion/dtls/v3 v3.1.5 // indirect
|
||||
github.com/pion/ice/v4 v4.3.0 // indirect
|
||||
github.com/pion/interceptor v0.1.45 // indirect
|
||||
github.com/pion/ice/v4 v4.4.0 // indirect
|
||||
github.com/pion/interceptor v0.1.47 // indirect
|
||||
github.com/pion/logging v0.2.4 // indirect
|
||||
github.com/pion/mdns/v2 v2.1.0 // indirect
|
||||
github.com/pion/randutil v0.1.0 // indirect
|
||||
github.com/pion/rtcp v1.2.17 // indirect
|
||||
github.com/pion/rtp v1.10.4 // indirect
|
||||
github.com/pion/sctp v1.11.0 // indirect
|
||||
github.com/pion/rtp v1.10.5 // indirect
|
||||
github.com/pion/sctp v1.11.1 // indirect
|
||||
github.com/pion/sdp/v3 v3.0.19 // indirect
|
||||
github.com/pion/srtp/v3 v3.0.12 // indirect
|
||||
github.com/pion/stun/v3 v3.1.6 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue