@@ -4,7 +4,7 @@ go 1.22.0
4
4
5
5
require (
6
6
github.com/MakeNowJust/heredoc v1.0.0
7
- github.com/Masterminds/sprig/v3 v3.2.3
7
+ github.com/Masterminds/sprig/v3 v3.3.0
8
8
github.com/adrg/xdg v0.5.0
9
9
github.com/blang/semver/v4 v4.0.0
10
10
github.com/coredns/corefile-migration v1.0.24
@@ -23,8 +23,8 @@ require (
23
23
github.com/google/go-github/v53 v53.2.0
24
24
github.com/google/gofuzz v1.2.0
25
25
github.com/olekukonko/tablewriter v0.0.5
26
- github.com/onsi/ginkgo/v2 v2.20.1
27
- github.com/onsi/gomega v1.34.1
26
+ github.com/onsi/ginkgo/v2 v2.20.2
27
+ github.com/onsi/gomega v1.34.2
28
28
github.com/pkg/errors v0.9.1
29
29
github.com/prometheus/client_golang v1.19.1
30
30
github.com/spf13/cobra v1.8.1
@@ -54,9 +54,10 @@ require (
54
54
)
55
55
56
56
require (
57
+ dario.cat/mergo v1.0.1 // indirect
57
58
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
58
59
github.com/Masterminds/goutils v1.1.1 // indirect
59
- github.com/Masterminds/semver/v3 v3.2 .0 // indirect
60
+ github.com/Masterminds/semver/v3 v3.3 .0 // indirect
60
61
github.com/NYTimes/gziphandler v1.1.1 // indirect
61
62
github.com/ProtonMail/go-crypto v0.0.0-20230217124315-7d5c6f04bbb8 // indirect
62
63
github.com/ajeddeloh/go-json v0.0.0-20200220154158-5ae607161559 // indirect
@@ -93,14 +94,14 @@ require (
93
94
github.com/google/btree v1.0.1 // indirect
94
95
github.com/google/gnostic-models v0.6.8 // indirect
95
96
github.com/google/go-querystring v1.1.0 // indirect
96
- github.com/google/pprof v0.0.0-20240727154555-813a5fbdbec8 // indirect
97
+ github.com/google/pprof v0.0.0-20240827171923-fa2c70bbbfe5 // indirect
97
98
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
98
99
github.com/google/uuid v1.6.0 // indirect
99
100
github.com/gorilla/websocket v1.5.0 // indirect
100
101
github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7 // indirect
101
102
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
102
103
github.com/hashicorp/hcl v1.0.0 // indirect
103
- github.com/huandu/xstrings v1.3.3 // indirect
104
+ github.com/huandu/xstrings v1.5.0 // indirect
104
105
github.com/imdario/mergo v0.3.13 // indirect
105
106
github.com/inconshreveable/mousetrap v1.1.0 // indirect
106
107
github.com/jonboulle/clockwork v0.2.2 // indirect
@@ -134,10 +135,10 @@ require (
134
135
github.com/russross/blackfriday/v2 v2.1.0 // indirect
135
136
github.com/sagikazarmark/locafero v0.4.0 // indirect
136
137
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
137
- github.com/shopspring/decimal v1.3.1 // indirect
138
+ github.com/shopspring/decimal v1.4.0 // indirect
138
139
github.com/sourcegraph/conc v0.3.0 // indirect
139
140
github.com/spf13/afero v1.11.0 // indirect
140
- github.com/spf13/cast v1.6 .0 // indirect
141
+ github.com/spf13/cast v1.7 .0 // indirect
141
142
github.com/stoewer/go-strcase v1.2.0 // indirect
142
143
github.com/subosito/gotenv v1.6.0 // indirect
143
144
github.com/vincent-petithory/dataurl v1.0.0 // indirect
@@ -159,7 +160,7 @@ require (
159
160
golang.org/x/crypto v0.26.0 // indirect
160
161
golang.org/x/net v0.28.0 // indirect
161
162
golang.org/x/sync v0.8.0 // indirect
162
- golang.org/x/sys v0.23 .0 // indirect
163
+ golang.org/x/sys v0.24 .0 // indirect
163
164
golang.org/x/term v0.23.0 // indirect
164
165
golang.org/x/time v0.5.0 // indirect
165
166
golang.org/x/tools v0.24.0 // indirect
0 commit comments