Skip to content

Commit 22ace9d

Browse files
committed
chore - Update some dependencies
1 parent 8936b38 commit 22ace9d

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25.4-alpine AS build
1+
FROM golang:1.25.5-alpine AS build
22

33
WORKDIR /go/src/github.com/segmentio/chamber
44
COPY . .

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/segmentio/chamber/v3
22

3-
go 1.23.0
3+
go 1.24.11
44

55
require (
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

2323
require (
@@ -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
)

go.sum

Lines changed: 12 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)