File tree Expand file tree Collapse file tree 3 files changed +19
-18
lines changed
Expand file tree Collapse file tree 3 files changed +19
-18
lines changed Original file line number Diff line number Diff line change 1- FROM golang:1.25.4 -alpine AS build
1+ FROM golang:1.25.5 -alpine AS build
22
33WORKDIR /go/src/github.com/segmentio/chamber
44COPY . .
Original file line number Diff line number Diff line change 11module github.com/segmentio/chamber/v3
22
3- go 1.23.0
3+ go 1.24.11
44
55require (
66 github.com/alessio/shellescape v1.4.2
@@ -12,12 +12,12 @@ require (
1212 github.com/aws/aws-sdk-go-v2/service/ssm v1.67.3
1313 github.com/aws/aws-sdk-go-v2/service/sts v1.41.1
1414 github.com/aws/smithy-go v1.23.2
15- github.com/goccy/go-yaml v1.17.1
16- github.com/magiconair/properties v1.8.9
15+ github.com/goccy/go-yaml v1.19.0
16+ github.com/magiconair/properties v1.8.10
1717 github.com/segmentio/analytics-go/v3 v3.3.0
18- github.com/spf13/cobra v1.8.1
18+ github.com/spf13/cobra v1.10.2
1919 github.com/stretchr/testify v1.10.0
20- golang.org/x/sys v0.29 .0
20+ golang.org/x/sys v0.39 .0
2121)
2222
2323require (
@@ -41,6 +41,6 @@ require (
4141 github.com/kr/pretty v0.3.1 // indirect
4242 github.com/pmezard/go-difflib v1.0.0 // indirect
4343 github.com/segmentio/backo-go v1.0.1 // indirect
44- github.com/spf13/pflag v1.0.5 // indirect
44+ github.com/spf13/pflag v1.0.9 // indirect
4545 gopkg.in/yaml.v3 v3.0.1 // indirect
4646)
You can’t perform that action at this time.
0 commit comments