chore(go.mod): remove unused dependencies - delete github.com/asticode/go-astits and github.com/asticode/go-astikit from go.mod and go.sum to clean up unused imports - update the project dependencies for better maintainability

This commit is contained in:
Sergey Krashevich
2026-03-10 22:56:42 +03:00
parent 0d8d4c204d
commit f435b49652
2 changed files with 1 additions and 44 deletions
-4
View File
@@ -3,7 +3,6 @@ module github.com/AlexxIT/go2rtc
go 1.26.1
require (
github.com/asticode/go-astits v1.14.0
github.com/eclipse/paho.mqtt.golang v1.5.1
github.com/expr-lang/expr v1.17.7
github.com/google/uuid v1.6.0
@@ -31,7 +30,6 @@ require (
)
require (
github.com/asticode/go-astikit v0.57.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/kr/pretty v0.3.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
@@ -40,11 +38,9 @@ require (
github.com/pion/mdns/v2 v2.1.0 // indirect
github.com/pion/randutil v0.1.0 // indirect
github.com/pion/sctp v1.9.2 // indirect
github.com/pion/transport/v3 v3.1.1 // indirect
github.com/pion/transport/v4 v4.0.1 // indirect
github.com/pion/turn/v4 v4.1.4 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/skrashevich/go-webp v0.0.0-20260309074808-df43a8e8d32a // indirect
github.com/wlynxg/anet v0.0.5 // indirect
golang.org/x/mod v0.32.0 // indirect
golang.org/x/sync v0.19.0 // indirect