We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c8f572 commit 1e8170cCopy full SHA for 1e8170c
1 file changed
go.mod
@@ -8,6 +8,7 @@ require (
8
github.com/alecthomas/kong v1.13.0
9
github.com/muesli/termenv v0.16.0
10
golang.org/x/oauth2 v0.34.0
11
+ golang.org/x/sync v0.19.0
12
golang.org/x/term v0.39.0
13
gopkg.in/yaml.v3 v3.0.1
14
)
@@ -25,6 +26,5 @@ require (
25
26
github.com/mtibben/percent v0.2.1 // indirect
27
github.com/rivo/uniseg v0.4.7 // indirect
28
golang.org/x/net v0.47.0 // indirect
- golang.org/x/sync v0.19.0 // indirect
29
golang.org/x/sys v0.40.0 // indirect
30
0 commit comments