Skip to content

Commit ea032b5

Browse files
fix(deps): update go deps
Generated by renovateBot
1 parent a79f27e commit ea032b5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ go 1.25.0
55
require (
66
github.com/BurntSushi/toml v1.5.0
77
github.com/Masterminds/semver/v3 v3.4.0
8-
github.com/charmbracelet/huh v0.7.1-0.20250818142555-c41a69ba6443
9-
github.com/charmbracelet/huh/spinner v0.0.0-20250818142555-c41a69ba6443
8+
github.com/charmbracelet/huh v0.8.0
9+
github.com/charmbracelet/huh/spinner 6f7d32faaff3
1010
github.com/charmbracelet/lipgloss v1.1.1-0.20250404203927-76690c660834
1111
github.com/frostbyte73/core v0.1.1
1212
github.com/go-logr/logr v1.4.3
13-
github.com/go-task/task/v3 v3.44.1
13+
github.com/go-task/task/v3 v3.46.1
1414
github.com/joho/godotenv v1.5.1
1515
github.com/livekit/protocol v1.43.1-0.20251112192040-8bdcb749c402
1616
github.com/livekit/server-sdk-go/v2 v2.12.9-0.20251112193538-ed23dded48f9
@@ -23,13 +23,13 @@ require (
2323
github.com/pkg/errors v0.9.1
2424
github.com/stretchr/testify v1.11.1
2525
github.com/twitchtv/twirp v8.1.3+incompatible
26-
github.com/urfave/cli/v3 v3.4.1
26+
github.com/urfave/cli/v3 v3.6.1
2727
go.uber.org/atomic v1.11.0
28-
golang.org/x/sync v0.18.0
29-
golang.org/x/time v0.12.0
30-
google.golang.org/protobuf v1.36.10
28+
golang.org/x/sync v0.19.0
29+
golang.org/x/time v0.14.0
30+
google.golang.org/protobuf v1.36.11
3131
gopkg.in/yaml.v3 v3.0.1
32-
k8s.io/apimachinery v0.33.4
32+
k8s.io/apimachinery v0.35.0
3333
)
3434

3535
require (

0 commit comments

Comments
 (0)