File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 30
30
uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
31
31
-
32
32
name : Set up Go
33
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
33
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
34
34
with :
35
35
go-version : ^1.19
36
36
cache : true
Original file line number Diff line number Diff line change 18
18
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
19
19
20
20
- name : Set up Go
21
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21
+ uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
22
22
with :
23
23
go-version : ^1.19
24
24
cache : true
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ require (
14
14
github.com/knadh/koanf/providers/file v0.1.0
15
15
github.com/knadh/koanf/providers/rawbytes v0.1.0
16
16
github.com/knadh/koanf/v2 v2.1.1
17
- github.com/kyokomi/emoji/v2 v2.2.12
17
+ github.com/kyokomi/emoji/v2 v2.2.13
18
18
github.com/magefile/mage v1.15.0
19
19
github.com/rs/zerolog v1.32.0
20
20
github.com/spf13/cobra v1.8.0
Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ github.com/knadh/koanf/v2 v2.1.1 h1:/R8eXqasSTsmDCsAyYj+81Wteg8AqrV9CP6gvsTsOmM=
68
68
github.com/knadh/koanf/v2 v2.1.1 /go.mod h1:4mnTRbZCK+ALuBXHZMjDfG9y714L7TykVnZkXbMU3Es =
69
69
github.com/kyokomi/emoji/v2 v2.2.12 h1:sSVA5nH9ebR3Zji1o31wu3yOwD1zKXQA2z0zUyeit60 =
70
70
github.com/kyokomi/emoji/v2 v2.2.12 /go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE =
71
+ github.com/kyokomi/emoji/v2 v2.2.13 h1:GhTfQa67venUUvmleTNFnb+bi7S3aocF7ZCXU9fSO7U =
72
+ github.com/kyokomi/emoji/v2 v2.2.13 /go.mod h1:JUcn42DTdsXJo1SWanHh4HKDEyPaR5CqkmoirZZP9qE =
71
73
github.com/leodido/go-urn v1.2.0 h1:hpXL4XnriNwQ/ABnpepYM/1vCLWNDfUNts8dX3xTG6Y =
72
74
github.com/leodido/go-urn v1.2.0 /go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII =
73
75
github.com/magefile/mage v1.15.0 h1:BvGheCMAsG3bWUDbZ8AyXXpCNwU9u5CB6sM+HNb9HYg =
You can’t perform that action at this time.
0 commit comments