Skip to content

Commit 842d983

Browse files
Update golang dependencies
1 parent 26e8502 commit 842d983

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

go.mod

+12-12
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ require (
66
github.com/AlecAivazis/survey/v2 v2.3.7
77
github.com/Masterminds/sprig/v3 v3.3.0
88
github.com/avast/retry-go v3.0.0+incompatible
9-
github.com/aws/aws-sdk-go-v2 v1.36.1
10-
github.com/aws/aws-sdk-go-v2/credentials v1.17.59
11-
github.com/aws/aws-sdk-go-v2/service/s3 v1.76.0
12-
github.com/aws/smithy-go v1.22.2
13-
github.com/bep/simplecobra v0.5.0
9+
github.com/aws/aws-sdk-go-v2 v1.36.3
10+
github.com/aws/aws-sdk-go-v2/credentials v1.17.67
11+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.3
12+
github.com/aws/smithy-go v1.22.3
13+
github.com/bep/simplecobra v0.6.0
1414
github.com/brianvoe/gofakeit/v6 v6.28.0
1515
github.com/brianvoe/gofakeit/v7 v7.2.1
1616
github.com/carlmjohnson/requests v0.24.3
@@ -19,22 +19,22 @@ require (
1919
github.com/gosimple/slug v1.15.0
2020
github.com/grafana/dashboard-linter v0.0.0-20241017155901-a9d6c25b7bd3
2121
github.com/grafana/grafana-openapi-client-go v0.0.0-20250108132429-8d7e1f158f65
22-
github.com/jedib0t/go-pretty/v6 v6.6.6
22+
github.com/jedib0t/go-pretty/v6 v6.6.7
2323
github.com/joho/godotenv v1.5.1
2424
github.com/lmittmann/tint v1.0.7
2525
github.com/mattn/go-isatty v0.0.20
26-
github.com/samber/lo v1.49.1
26+
github.com/samber/lo v1.50.0
2727
github.com/sethvargo/go-password v0.3.1
28-
github.com/spf13/cobra v1.8.1
29-
github.com/spf13/viper v1.19.0
28+
github.com/spf13/cobra v1.9.1
29+
github.com/spf13/viper v1.20.1
3030
github.com/stretchr/testify v1.10.0
31-
github.com/testcontainers/testcontainers-go v0.36.0
31+
github.com/testcontainers/testcontainers-go v0.37.0
3232
github.com/tidwall/gjson v1.18.0
3333
github.com/tidwall/pretty v1.2.1
3434
github.com/zeitlinger/conflate v0.0.0-20240927101413-c06be92f798f
35-
gocloud.dev v0.40.0
35+
gocloud.dev v0.41.0
3636
golang.org/x/exp v0.0.0-20250207012021-f9890c6ad9f3
37-
golang.org/x/mod v0.23.0
37+
golang.org/x/mod v0.24.0
3838
gopkg.in/yaml.v3 v3.0.1
3939
)
4040

0 commit comments

Comments
 (0)