Skip to content

Commit

Permalink
Launcher: update common module's dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
luskaner committed Aug 13, 2024
1 parent f4dec41 commit 001649b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ retract v1.2.0-rc.4

require (
github.com/deckarep/golang-set/v2 v2.6.0
golang.org/x/sys v0.23.0
golang.org/x/sys v0.24.0
)
4 changes: 2 additions & 2 deletions common/go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/deckarep/golang-set/v2 v2.6.0 h1:XfcQbWM1LlMB8BsJ8N9vW5ehnnPVIw0je80NsVHagjM=
github.com/deckarep/golang-set/v2 v2.6.0/go.mod h1:VAky9rY/yGXJOLEDv3OMci+7wtDpOF4IN+y82NBOac4=
golang.org/x/sys v0.23.0 h1:YfKFowiIMvtgl1UERQoTPPToxltDeZfbj4H7dVUCwmM=
golang.org/x/sys v0.23.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/sys v0.24.0 h1:Twjiwq9dn6R1fQcyiK+wQyHWfaz/BJB+YIpzU/Cv3Xg=
golang.org/x/sys v0.24.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=

0 comments on commit 001649b

Please sign in to comment.