File tree Expand file tree Collapse file tree 4 files changed +125
-119
lines changed Expand file tree Collapse file tree 4 files changed +125
-119
lines changed Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Harden Runner
18
- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
18
+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
19
19
with :
20
20
egress-policy : audit # TODO: change to 'egress-policy: block' after couple of runs
21
21
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ go 1.24.4
5
5
require (
6
6
github.com/aperturerobotics/cli v1.0.0
7
7
github.com/aperturerobotics/protobuf-go-lite v0.9.1
8
- github.com/aperturerobotics/util v1.30.1
8
+ github.com/aperturerobotics/util v1.31.0
9
9
github.com/pkg/errors v0.9.1
10
10
github.com/sirupsen/logrus v1.9.3
11
11
golang.org/x/tools v0.35.0
12
12
)
13
13
14
14
require (
15
- github.com/aperturerobotics/common v0.22.5 // indirect
15
+ github.com/aperturerobotics/common v0.22.7 // indirect
16
16
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 // indirect
17
17
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
18
18
golang.org/x/mod v0.26.0 // indirect
Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ github.com/aperturerobotics/cli v1.0.0 h1:s3xT2h7eBih4/4yZKTn/HQ6P+qpk6ygWZl2416
2
2
github.com/aperturerobotics/cli v1.0.0 /go.mod h1:wtlINjMcKuwyV1x4ftReuA6hHZcPB8kPMXHyQqGFCSc =
3
3
github.com/aperturerobotics/common v0.22.5 h1:VhweXK3CVWfPdNXI2311EOMq9SUpdZAnWuinNYH7020 =
4
4
github.com/aperturerobotics/common v0.22.5 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
5
+ github.com/aperturerobotics/common v0.22.7 h1:gMtJLKVSe+WVHe4JNZJWfGsCwv4ajGLfzkbceEEdswk =
6
+ github.com/aperturerobotics/common v0.22.7 /go.mod h1:wsPfDVCTNpGHddg/MSfm84rKoO4GAvb+TQtATXz+pKY =
5
7
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 h1:So9JeziaWKx2Fw8sK4AUN/szqKtJ0jEMhS6bU4sHbxs =
6
8
github.com/aperturerobotics/json-iterator-lite v1.0.1-0.20240713111131-be6bf89c3008 /go.mod h1:snaApCEDtrHHP6UWSLKiYNOZU9A5NyzccKenx9oZEzg =
7
9
github.com/aperturerobotics/protobuf-go-lite v0.9.1 h1:P1knXKnwLJpVE8fmeXYGckKu79IhqUvKRdCfJNR0MwQ =
8
10
github.com/aperturerobotics/protobuf-go-lite v0.9.1 /go.mod h1:fULrxQxEBWKQm7vvju9AfjTp9yfHoLgwMQWTiZQ2tg0 =
9
11
github.com/aperturerobotics/util v1.30.1 h1:4ssKO1TlfoBBcLXZwISAw8Yf8H9Mg9D0jnn+klMXAKY =
10
12
github.com/aperturerobotics/util v1.30.1 /go.mod h1:OLTwZiBfCVh9kirNhA1quJfnLuy4OW7CyIkvoFX62+A =
13
+ github.com/aperturerobotics/util v1.31.0 h1:094JjGljJCyd6uq5HfbFR//GGsMgN362TOhvEh78JyI =
14
+ github.com/aperturerobotics/util v1.31.0 /go.mod h1:vGqsy9755l+MpoPgNvXn40EQu/Xn2n+BQ7XBNKHBirs =
11
15
github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
12
16
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
13
17
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
You can’t perform that action at this time.
0 commit comments