Skip to content

Commit 2300333

Browse files
committed
Merge remote-tracking branch 'origin/main' into sawka/tsunami
2 parents e49dfa1 + fb30d7f commit 2300333

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require (
2929
github.com/shirou/gopsutil/v4 v4.25.7
3030
github.com/skeema/knownhosts v1.3.1
3131
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966
32-
github.com/spf13/cobra v1.9.1
32+
github.com/spf13/cobra v1.10.1
3333
github.com/ubuntu/gowsl v0.0.0-20240906163211-049fd49bd93b
3434
github.com/wavetermdev/htmltoken v0.2.0
3535
golang.org/x/crypto v0.41.0
@@ -81,7 +81,7 @@ require (
8181
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
8282
github.com/rivo/uniseg v0.4.7 // indirect
8383
github.com/sirupsen/logrus v1.9.3 // indirect
84-
github.com/spf13/pflag v1.0.6 // indirect
84+
github.com/spf13/pflag v1.0.9 // indirect
8585
github.com/tklauser/go-sysconf v0.3.15 // indirect
8686
github.com/tklauser/numcpus v0.10.0 // indirect
8787
github.com/ubuntu/decorate v0.0.0-20230125165522-2d5b0a9bb117 // indirect

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,10 @@ github.com/skeema/knownhosts v1.3.1 h1:X2osQ+RAjK76shCbvhHHHVl3ZlgDm8apHEHFqRjnB
156156
github.com/skeema/knownhosts v1.3.1/go.mod h1:r7KTdC8l4uxWRyK2TpQZ/1o5HaSzh06ePQNxPwTcfiY=
157157
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 h1:JIAuq3EEf9cgbU6AtGPK4CTG3Zf6CKMNqf0MHTggAUA=
158158
github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966/go.mod h1:sUM3LWHvSMaG192sy56D9F7CNvL7jUJVXoqM1QKLnog=
159-
github.com/spf13/cobra v1.9.1 h1:CXSaggrXdbHK9CF+8ywj8Amf7PBRmPCOJugH954Nnlo=
160-
github.com/spf13/cobra v1.9.1/go.mod h1:nDyEzZ8ogv936Cinf6g1RU9MRY64Ir93oCnqb9wxYW0=
161-
github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
162-
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
159+
github.com/spf13/cobra v1.10.1 h1:lJeBwCfmrnXthfAupyUTzJ/J4Nc1RsHC/mSRU2dll/s=
160+
github.com/spf13/cobra v1.10.1/go.mod h1:7SmJGaTHFVBY0jW4NXGluQoLvhqFQM+6XSKD+P4XaB0=
161+
github.com/spf13/pflag v1.0.9 h1:9exaQaMOCwffKiiiYk6/BndUBv+iRViNW+4lEMi0PvY=
162+
github.com/spf13/pflag v1.0.9/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
163163
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
164164
github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
165165
github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=

0 commit comments

Comments
 (0)