Skip to content

Commit eead3a6

Browse files
build(deps): bump the gomod-all group across 1 directory with 11 updates
Bumps the gomod-all group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.7` | `1.55.8` | | [github.com/go-openapi/errors](https://github.com/go-openapi/errors) | `0.22.1` | `0.22.3` | | [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.28.0` | `0.29.0` | | [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.23.1` | `0.25.1` | | [github.com/go-playground/validator/v10](https://github.com/go-playground/validator) | `10.26.0` | `10.27.0` | | [github.com/mholt/archives](https://github.com/mholt/archives) | `0.1.3` | `0.1.4` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.1` | | [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.1` | `1.21.0` | Updates `github.com/aws/aws-sdk-go` from 1.55.7 to 1.55.8 - [Release notes](https://github.com/aws/aws-sdk-go/releases) - [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md) - [Commits](aws/aws-sdk-go@v1.55.7...v1.55.8) Updates `github.com/go-openapi/errors` from 0.22.1 to 0.22.3 - [Commits](go-openapi/errors@v0.22.1...v0.22.3) Updates `github.com/go-openapi/runtime` from 0.28.0 to 0.29.0 - [Release notes](https://github.com/go-openapi/runtime/releases) - [Commits](go-openapi/runtime@v0.28.0...v0.29.0) Updates `github.com/go-openapi/strfmt` from 0.23.0 to 0.24.0 - [Commits](go-openapi/strfmt@v0.23.0...v0.24.0) Updates `github.com/go-openapi/swag` from 0.23.1 to 0.25.1 - [Commits](go-openapi/swag@v0.23.1...v0.25.1) Updates `github.com/go-openapi/validate` from 0.24.0 to 0.25.0 - [Commits](go-openapi/validate@v0.24.0...v0.25.0) Updates `github.com/go-playground/validator/v10` from 10.26.0 to 10.27.0 - [Release notes](https://github.com/go-playground/validator/releases) - [Commits](go-playground/validator@v10.26.0...v10.27.0) Updates `github.com/mholt/archives` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/mholt/archives/releases) - [Commits](mholt/archives@v0.1.3...v0.1.4) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.1 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.1) Updates `github.com/spf13/viper` from 1.20.1 to 1.21.0 - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.20.1...v1.21.0) Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1 - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](stretchr/testify@v1.10.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go dependency-version: 1.55.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-all - dependency-name: github.com/go-openapi/errors dependency-version: 0.22.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-all - dependency-name: github.com/go-openapi/runtime dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/go-openapi/strfmt dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/go-openapi/swag dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/go-openapi/validate dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/go-playground/validator/v10 dependency-version: 10.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/mholt/archives dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod-all - dependency-name: github.com/spf13/cobra dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/spf13/viper dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all - dependency-name: github.com/stretchr/testify dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gomod-all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd2c891 commit eead3a6

File tree

2 files changed

+176
-157
lines changed

2 files changed

+176
-157
lines changed

go.mod

Lines changed: 55 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,34 @@ require (
66
github.com/030/logging v0.1.2
77
github.com/030/mij v1.0.2
88
github.com/030/p2iwd v1.0.3
9-
github.com/aws/aws-sdk-go v1.55.7
10-
github.com/go-openapi/errors v0.22.1
11-
github.com/go-openapi/runtime v0.28.0
12-
github.com/go-openapi/strfmt v0.23.0
13-
github.com/go-openapi/swag v0.23.1
14-
github.com/go-openapi/validate v0.24.0
15-
github.com/go-playground/validator/v10 v10.26.0
9+
github.com/aws/aws-sdk-go v1.55.8
10+
github.com/go-openapi/errors v0.22.3
11+
github.com/go-openapi/runtime v0.29.0
12+
github.com/go-openapi/strfmt v0.24.0
13+
github.com/go-openapi/swag v0.25.1
14+
github.com/go-openapi/validate v0.25.0
15+
github.com/go-playground/validator/v10 v10.27.0
1616
github.com/hashicorp/go-retryablehttp v0.7.8
17-
github.com/mholt/archives v0.1.3
17+
github.com/mholt/archives v0.1.4
1818
github.com/mitchellh/go-homedir v1.1.0
1919
github.com/ory/dockertest/v3 v3.12.0
2020
github.com/samber/lo v1.51.0
2121
github.com/sirupsen/logrus v1.9.3
22-
github.com/spf13/cobra v1.9.1
23-
github.com/spf13/viper v1.20.1
24-
github.com/stretchr/testify v1.10.0
22+
github.com/spf13/cobra v1.10.1
23+
github.com/spf13/viper v1.21.0
24+
github.com/stretchr/testify v1.11.1
2525
)
2626

2727
require (
2828
dario.cat/mergo v1.0.1 // indirect
2929
github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161 // indirect
3030
github.com/Microsoft/go-winio v0.6.2 // indirect
3131
github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5 // indirect
32-
github.com/STARRY-S/zip v0.2.1 // indirect
33-
github.com/andybalholm/brotli v1.1.2-0.20250424173009-453214e765f3 // indirect
32+
github.com/STARRY-S/zip v0.2.3 // indirect
33+
github.com/andybalholm/brotli v1.2.0 // indirect
3434
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
3535
github.com/bodgit/plumbing v1.3.0 // indirect
36-
github.com/bodgit/sevenzip v1.6.0 // indirect
36+
github.com/bodgit/sevenzip v1.6.1 // indirect
3737
github.com/bodgit/windows v1.0.1 // indirect
3838
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
3939
github.com/containerd/continuity v0.4.5 // indirect
@@ -43,78 +43,83 @@ require (
4343
github.com/docker/go-connections v0.5.0 // indirect
4444
github.com/docker/go-units v0.5.0 // indirect
4545
github.com/dsnet/compress v0.0.2-0.20230904184137-39efe44ab707 // indirect
46-
github.com/fsnotify/fsnotify v1.8.0 // indirect
46+
github.com/fsnotify/fsnotify v1.9.0 // indirect
4747
github.com/gabriel-vasile/mimetype v1.4.8 // indirect
48-
github.com/go-logr/logr v1.4.2 // indirect
48+
github.com/go-logr/logr v1.4.3 // indirect
4949
github.com/go-logr/stdr v1.2.2 // indirect
50-
github.com/go-openapi/analysis v0.23.0 // indirect
51-
github.com/go-openapi/jsonpointer v0.21.0 // indirect
52-
github.com/go-openapi/jsonreference v0.21.0 // indirect
53-
github.com/go-openapi/loads v0.22.0 // indirect
54-
github.com/go-openapi/spec v0.21.0 // indirect
50+
github.com/go-openapi/analysis v0.24.0 // indirect
51+
github.com/go-openapi/jsonpointer v0.22.1 // indirect
52+
github.com/go-openapi/jsonreference v0.21.2 // indirect
53+
github.com/go-openapi/loads v0.23.1 // indirect
54+
github.com/go-openapi/spec v0.22.0 // indirect
55+
github.com/go-openapi/swag/cmdutils v0.25.1 // indirect
56+
github.com/go-openapi/swag/conv v0.25.1 // indirect
57+
github.com/go-openapi/swag/fileutils v0.25.1 // indirect
58+
github.com/go-openapi/swag/jsonname v0.25.1 // indirect
59+
github.com/go-openapi/swag/jsonutils v0.25.1 // indirect
60+
github.com/go-openapi/swag/loading v0.25.1 // indirect
61+
github.com/go-openapi/swag/mangling v0.25.1 // indirect
62+
github.com/go-openapi/swag/netutils v0.25.1 // indirect
63+
github.com/go-openapi/swag/stringutils v0.25.1 // indirect
64+
github.com/go-openapi/swag/typeutils v0.25.1 // indirect
65+
github.com/go-openapi/swag/yamlutils v0.25.1 // indirect
5566
github.com/go-playground/locales v0.14.1 // indirect
5667
github.com/go-playground/universal-translator v0.18.1 // indirect
57-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
68+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
5869
github.com/gogo/protobuf v1.3.2 // indirect
5970
github.com/golang/snappy v0.0.4 // indirect
6071
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
6172
github.com/google/uuid v1.6.0 // indirect
62-
github.com/hashicorp/errwrap v1.1.0 // indirect
6373
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
64-
github.com/hashicorp/go-multierror v1.1.1 // indirect
6574
github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect
6675
github.com/inconshreveable/mousetrap v1.1.0 // indirect
6776
github.com/jmespath/go-jmespath v0.4.0 // indirect
68-
github.com/josharian/intern v1.0.0 // indirect
6977
github.com/klauspost/compress v1.17.11 // indirect
7078
github.com/klauspost/pgzip v1.2.6 // indirect
7179
github.com/leodido/go-urn v1.4.0 // indirect
72-
github.com/mailru/easyjson v0.9.0 // indirect
7380
github.com/mholt/archiver/v4 v4.0.0-alpha.7 // indirect
7481
github.com/mikelolasagasti/xz v1.0.1 // indirect
75-
github.com/minio/minlz v1.0.0 // indirect
76-
github.com/mitchellh/mapstructure v1.5.0 // indirect
82+
github.com/minio/minlz v1.0.1 // indirect
7783
github.com/moby/docker-image-spec v1.3.1 // indirect
7884
github.com/moby/sys/user v0.3.0 // indirect
7985
github.com/moby/term v0.5.0 // indirect
80-
github.com/nwaples/rardecode/v2 v2.1.0 // indirect
86+
github.com/nwaples/rardecode/v2 v2.1.1 // indirect
8187
github.com/oklog/ulid v1.3.1 // indirect
8288
github.com/opencontainers/go-digest v1.0.0 // indirect
8389
github.com/opencontainers/image-spec v1.1.0 // indirect
8490
github.com/opencontainers/runc v1.2.3 // indirect
85-
github.com/opentracing/opentracing-go v1.2.0 // indirect
86-
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
87-
github.com/pierrec/lz4/v4 v4.1.21 // indirect
91+
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
92+
github.com/pierrec/lz4/v4 v4.1.22 // indirect
8893
github.com/pkg/errors v0.9.1 // indirect
8994
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
90-
github.com/sagikazarmark/locafero v0.7.0 // indirect
91-
github.com/sorairolake/lzip-go v0.3.5 // indirect
92-
github.com/sourcegraph/conc v0.3.0 // indirect
93-
github.com/spf13/afero v1.12.0 // indirect
94-
github.com/spf13/cast v1.7.1 // indirect
95+
github.com/sagikazarmark/locafero v0.11.0 // indirect
96+
github.com/sorairolake/lzip-go v0.3.8 // indirect
97+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
98+
github.com/spf13/afero v1.15.0 // indirect
99+
github.com/spf13/cast v1.10.0 // indirect
95100
github.com/spf13/jwalterweatherman v1.1.0 // indirect
96-
github.com/spf13/pflag v1.0.6 // indirect
101+
github.com/spf13/pflag v1.0.10 // indirect
97102
github.com/subosito/gotenv v1.6.0 // indirect
98103
github.com/therootcompany/xz v1.0.1 // indirect
99104
github.com/tidwall/gjson v1.14.4 // indirect
100105
github.com/tidwall/match v1.1.1 // indirect
101106
github.com/tidwall/pretty v1.2.1 // indirect
102-
github.com/ulikunitz/xz v0.5.12 // indirect
107+
github.com/ulikunitz/xz v0.5.15 // indirect
103108
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
104109
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
105110
github.com/xeipuuv/gojsonschema v1.2.0 // indirect
106-
go.mongodb.org/mongo-driver v1.14.0 // indirect
107-
go.opentelemetry.io/otel v1.29.0 // indirect
108-
go.opentelemetry.io/otel/metric v1.29.0 // indirect
109-
go.opentelemetry.io/otel/trace v1.29.0 // indirect
110-
go.uber.org/atomic v1.9.0 // indirect
111-
go.uber.org/multierr v1.9.0 // indirect
111+
go.mongodb.org/mongo-driver v1.17.4 // indirect
112+
go.opentelemetry.io/auto/sdk v1.2.1 // indirect
113+
go.opentelemetry.io/otel v1.38.0 // indirect
114+
go.opentelemetry.io/otel/metric v1.38.0 // indirect
115+
go.opentelemetry.io/otel/trace v1.38.0 // indirect
116+
go.yaml.in/yaml/v3 v3.0.4 // indirect
112117
go4.org v0.0.0-20230225012048-214862532bf5 // indirect
113-
golang.org/x/crypto v0.36.0 // indirect
114-
golang.org/x/net v0.38.0 // indirect
115-
golang.org/x/sync v0.12.0 // indirect
116-
golang.org/x/sys v0.31.0 // indirect
117-
golang.org/x/text v0.23.0 // indirect
118+
golang.org/x/crypto v0.42.0 // indirect
119+
golang.org/x/net v0.44.0 // indirect
120+
golang.org/x/sync v0.17.0 // indirect
121+
golang.org/x/sys v0.36.0 // indirect
122+
golang.org/x/text v0.29.0 // indirect
118123
gopkg.in/yaml.v2 v2.4.0 // indirect
119124
gopkg.in/yaml.v3 v3.0.1 // indirect
120125
)

0 commit comments

Comments
 (0)