Skip to content

Commit 1e8170c

Browse files
committed
chore: go mod tidy
1 parent 0c8f572 commit 1e8170c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/alecthomas/kong v1.13.0
99
github.com/muesli/termenv v0.16.0
1010
golang.org/x/oauth2 v0.34.0
11+
golang.org/x/sync v0.19.0
1112
golang.org/x/term v0.39.0
1213
gopkg.in/yaml.v3 v3.0.1
1314
)
@@ -25,6 +26,5 @@ require (
2526
github.com/mtibben/percent v0.2.1 // indirect
2627
github.com/rivo/uniseg v0.4.7 // indirect
2728
golang.org/x/net v0.47.0 // indirect
28-
golang.org/x/sync v0.19.0 // indirect
2929
golang.org/x/sys v0.40.0 // indirect
3030
)

0 commit comments

Comments
 (0)