Skip to content

Commit 79c769c

Browse files
fix(deps): update go dependencies
1 parent e34d199 commit 79c769c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
# full checkout for semantic-release
29-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
29+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
with:
3131
fetch-depth: 0
3232
- name: Set up go ${{env.GO_VERSION}}
@@ -53,7 +53,7 @@ jobs:
5353
steps:
5454
# full checkout for semantic-release
5555
- name: Full checkout
56-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
56+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5757
with:
5858
fetch-depth: 0
5959

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
43+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/mitchellh/go-homedir v1.1.0
2222
github.com/qri-io/jsonschema v0.2.1
2323
github.com/stretchr/testify v1.10.0
24-
github.com/urfave/cli/v2 v2.27.1
24+
github.com/urfave/cli/v3 v3.3.9
2525
golang.org/x/crypto v0.36.0
2626
k8s.io/api v0.29.0
2727
k8s.io/apimachinery v0.29.0
@@ -30,7 +30,7 @@ require (
3030

3131
require (
3232
github.com/agext/levenshtein v1.2.3 // indirect
33-
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
33+
github.com/apparentlymart/go-textseg/v16 v16.0.0 // indirect
3434
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3535
github.com/bytedance/sonic v1.10.2 // indirect
3636
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d // indirect
@@ -74,7 +74,7 @@ require (
7474
github.com/mitchellh/reflectwalk v1.0.2 // indirect
7575
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
7676
github.com/modern-go/reflect2 v1.0.2 // indirect
77-
github.com/oklog/ulid v1.3.1 // indirect
77+
github.com/oklog/ulid/v2 v2.1.1 // indirect
7878
github.com/pelletier/go-toml/v2 v2.1.1 // indirect
7979
github.com/pmezard/go-difflib v1.0.0 // indirect
8080
github.com/qri-io/jsonpointer v0.1.1 // indirect
@@ -86,19 +86,19 @@ require (
8686
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
8787
github.com/xrash/smetrics v0.0.0-20231213231151-1d8dd44e695e // indirect
8888
github.com/zclconf/go-cty v1.14.1 // indirect
89-
go.mongodb.org/mongo-driver v1.17.2 // indirect
89+
go.mongodb.org/mongo-driver/v2 v2.2.3 // indirect
9090
golang.org/x/arch v0.7.0 // indirect
9191
golang.org/x/net v0.38.0 // indirect
9292
golang.org/x/sys v0.31.0 // indirect
9393
golang.org/x/text v0.23.0 // indirect
94-
google.golang.org/appengine v1.6.8 // indirect
94+
google.golang.org/appengine/v2 v2.0.6 // indirect
9595
google.golang.org/protobuf v1.33.0 // indirect
9696
gopkg.in/inf.v0 v0.9.1 // indirect
97-
gopkg.in/yaml.v2 v2.4.0 // indirect
97+
gopkg.in/yaml.v3 v3.0.1 // indirect
9898
gopkg.in/yaml.v3 v3.0.1 // indirect
9999
k8s.io/klog/v2 v2.120.0 // indirect
100100
k8s.io/utils v0.0.0-20240102154912-e7106e64919e // indirect
101101
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
102-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
102+
sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect
103103
sigs.k8s.io/yaml v1.4.0 // indirect
104104
)

0 commit comments

Comments
 (0)