Skip to content

Commit c1f86a5

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

File tree

4 files changed

+25
-22
lines changed

4 files changed

+25
-22
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 . .

cmd/env.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"sort"
77
"strings"
88

9-
"github.com/alessio/shellescape"
9+
"al.essio.dev/pkg/shellescape"
1010
analytics "github.com/segmentio/analytics-go/v3"
1111
"github.com/segmentio/chamber/v3/utils"
1212

go.mod

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

3-
go 1.23.0
3+
go 1.24.11
44

55
require (
6-
github.com/alessio/shellescape v1.4.2
6+
al.essio.dev/pkg/shellescape v1.6.0
77
github.com/aws/aws-sdk-go-v2 v1.40.0
88
github.com/aws/aws-sdk-go-v2/config v1.32.0
99
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.14
@@ -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: 16 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)