File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- ARG GO_VERSION=1.25.5
1+ ARG GO_VERSION=1.25.6
22FROM golang:${GO_VERSION} AS build
33WORKDIR /deck
44COPY go.mod ./
Original file line number Diff line number Diff line change 11module github.com/kong/deck
22
3- go 1.25.5
3+ go 1.25.6
44
55replace github.com/yudai/gojsondiff v1.0.0 => github.com/Kong/gojsondiff v1.3.0
66
@@ -14,7 +14,7 @@ require (
1414 github.com/fatih/color v1.18.0
1515 github.com/google/go-cmp v0.7.0
1616 github.com/kong/go-apiops v0.2.2
17- github.com/kong/go-database-reconciler v1.31.3
17+ github.com/kong/go-database-reconciler v1.31.4
1818 github.com/kong/go-kong v0.72.1
1919 github.com/mitchellh/go-homedir v1.1.0
2020 github.com/spf13/cobra v1.9.1
Original file line number Diff line number Diff line change @@ -244,8 +244,8 @@ github.com/klauspost/cpuid/v2 v2.2.5 h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/q
244244github.com/klauspost/cpuid/v2 v2.2.5 /go.mod h1:Lcz8mBdAVJIBVzewtcLocK12l3Y+JytZYpaMropDUws =
245245github.com/kong/go-apiops v0.2.2 h1:Owdcl/PxTdtciqyZKgPScVhTKHgY2b8dGIC1Bms8NpI =
246246github.com/kong/go-apiops v0.2.2 /go.mod h1:yPwbl3P2eQinVGAEA0d3legaYmzPJ+WtJf9fSeGF4b8 =
247- github.com/kong/go-database-reconciler v1.31.3 h1:p5BbojKpdVOluaZV3npbTpndtrMe+CCNZRrPYNZI1OY =
248- github.com/kong/go-database-reconciler v1.31.3 /go.mod h1:A6BBhnK1AQ7mQAsnLHoAitS62nJRGqUI8NbjC1aRGOc =
247+ github.com/kong/go-database-reconciler v1.31.4 h1:F1/8gE68Gqo+BwRaJA/owv/UBfEau03Q7Zjzy+H2Eac =
248+ github.com/kong/go-database-reconciler v1.31.4 /go.mod h1:A6BBhnK1AQ7mQAsnLHoAitS62nJRGqUI8NbjC1aRGOc =
249249github.com/kong/go-kong v0.72.1 h1:rQ69f3Wd0Fvc3JANkavo34vePqR4uZG/YQ2y5U7d2Po =
250250github.com/kong/go-kong v0.72.1 /go.mod h1:J0vGB3wsZ2i99zly1zTRe3v7rOKpkhQZRwbcTFP76qM =
251251github.com/kong/go-slugify v1.0.0 h1:vCFAyf2sdoSlBtLcrmDWUFn0ohlpKiKvQfXZkO5vSKY =
You can’t perform that action at this time.
0 commit comments