File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1717 - name : ' Checkout Repository'
1818 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1919 - name : ' Dependency Review'
20- uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
20+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ go 1.24.0
55replace github.com/aperturerobotics/cli => ../../
66
77require (
8- github.com/aperturerobotics/cli v1.0.0
9- golang.org/x/text v0.30 .0
8+ github.com/aperturerobotics/cli v1.0.1
9+ golang.org/x/text v0.31 .0
1010 gopkg.in/yaml.v3 v3.0.1
1111)
1212
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ module github.com/aperturerobotics/cli
33go 1.25
44
55require (
6- github.com/aperturerobotics/common v0.22.12 // latest
6+ github.com/aperturerobotics/common v0.22.14 // latest
77 github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342
88)
Original file line number Diff line number Diff line change 11github.com/aperturerobotics/common v0.22.12 h1:uSo+fDQg6xCoNI34Y7gueW1cW9Cy4d/2FQb/T006LZQ =
22github.com/aperturerobotics/common v0.22.12 /go.mod h1:xMXHNN6oCvG0FfG1tY6+2Si7iWh1QfSSCSrqohFUeIk =
3+ github.com/aperturerobotics/common v0.22.14 h1:Z2OigJSCgaFFowQ9ydaLxMnZv3H+Vrh9tpvdLGLZ7hs =
4+ github.com/aperturerobotics/common v0.22.14 /go.mod h1:/86GyW6RWYxHByCFOhvI9IQgCchTnJznwV2k9Nz5lgk =
35github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 h1:FnBeRrxr7OU4VvAzt5X7s6266i6cSVkkFPS0TuXWbIg =
46github.com/xrash/smetrics v0.0.0-20250705151800-55b8f293f342 /go.mod h1:Ohn+xnUBiLI6FVj/9LpzZWtj1/D6lUovWYBkxHVV3aM =
You can’t perform that action at this time.
0 commit comments