11module github.com/voc/stream-api
22
3- go 1.18
3+ go 1.25.8
44
55require (
66 github.com/Showmax/go-fqdn v1.0.0
77 github.com/godbus/dbus v4.1.0+incompatible
88 github.com/gorilla/mux v1.8.1
9- github.com/gorilla/websocket v1.5.1
10- github.com/hashicorp/consul/api v1.28.2
11- github.com/icholy/digest v0 .1.22
9+ github.com/gorilla/websocket v1.5.3
10+ github.com/hashicorp/consul/api v1.33.7
11+ github.com/icholy/digest v1 .1.0
1212 github.com/influxdata/go-syslog/v3 v3.0.0
1313 github.com/minio/pkg v1.7.5
1414 github.com/pelletier/go-toml v1.9.5
1515 github.com/pkg/errors v0.9.1
16- github.com/prometheus/client_golang v1.19.0
16+ github.com/prometheus/client_golang v1.23.2
1717 github.com/quangngotan95/go-m3u8 v0.1.0
18- github.com/rs/zerolog v1.32 .0
18+ github.com/rs/zerolog v1.35 .0
1919 github.com/zencoder/go-dash v0.0.0-20201006100653-2f93b14912b2
20- golang.org/x/sys v0.18 .0
20+ golang.org/x/sys v0.42 .0
2121 gopkg.in/yaml.v2 v2.4.0
22- gotest.tools/v3 v3.5.1
22+ gotest.tools/v3 v3.5.2
2323)
2424
2525require (
2626 github.com/armon/go-metrics v0.4.1 // indirect
2727 github.com/beorn7/perks v1.0.1 // indirect
28- github.com/cespare/xxhash/v2 v2.2.0 // indirect
29- github.com/fatih/color v1.14.1 // indirect
30- github.com/google/go-cmp v0.6.0 // indirect
28+ github.com/cespare/xxhash/v2 v2.3.0 // indirect
29+ github.com/fatih/color v1.16.0 // indirect
30+ github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
31+ github.com/google/go-cmp v0.7.0 // indirect
3132 github.com/hashicorp/errwrap v1.1.0 // indirect
3233 github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3334 github.com/hashicorp/go-hclog v1.5.0 // indirect
@@ -36,14 +37,15 @@ require (
3637 github.com/hashicorp/go-rootcerts v1.0.2 // indirect
3738 github.com/hashicorp/golang-lru v0.5.4 // indirect
3839 github.com/hashicorp/serf v0.10.1 // indirect
39- github.com/mattn/go-colorable v0.1.13 // indirect
40- github.com/mattn/go-isatty v0.0.19 // indirect
40+ github.com/mattn/go-colorable v0.1.14 // indirect
41+ github.com/mattn/go-isatty v0.0.20 // indirect
4142 github.com/mitchellh/go-homedir v1.1.0 // indirect
42- github.com/mitchellh/mapstructure v1.5.0 // indirect
43- github.com/prometheus/client_model v0.5.0 // indirect
44- github.com/prometheus/common v0.48.0 // indirect
45- github.com/prometheus/procfs v0.12.0 // indirect
46- golang.org/x/exp v0.0.0-20230817173708-d852ddb80c63 // indirect
47- golang.org/x/net v0.20.0 // indirect
48- google.golang.org/protobuf v1.32.0 // indirect
43+ github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
44+ github.com/prometheus/client_model v0.6.2 // indirect
45+ github.com/prometheus/common v0.66.1 // indirect
46+ github.com/prometheus/procfs v0.16.1 // indirect
47+ go.yaml.in/yaml/v2 v2.4.2 // indirect
48+ golang.org/x/exp v0.0.0-20260218203240-3dfff04db8fa // indirect
49+ golang.org/x/net v0.52.0 // indirect
50+ google.golang.org/protobuf v1.36.11 // indirect
4951)
0 commit comments