Skip to content

Commit 9dbf2a9

Browse files
Bump the smallweb-deps group across 1 directory with 6 updates
Bumps the smallweb-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/knadh/koanf/providers/env](https://github.com/knadh/koanf) | `1.0.0` | `1.1.0` | | [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) | `1.1.2` | `1.2.0` | | [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) | `2.1.2` | `2.2.0` | | [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | `0.22.2` | `0.23.0` | | [github.com/getsops/sops/v3](https://github.com/getsops/sops) | `3.10.1` | `3.10.2` | | [github.com/knadh/koanf/providers/posflag](https://github.com/knadh/koanf) | `0.1.0` | `1.0.0` | Updates `github.com/knadh/koanf/providers/env` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@v1.0.0...v1.1.0) Updates `github.com/knadh/koanf/providers/file` from 1.1.2 to 1.2.0 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@providers/file/v1.1.2...v1.2.0) Updates `github.com/knadh/koanf/v2` from 2.1.2 to 2.2.0 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@v2.1.2...v2.2.0) Updates `github.com/caddyserver/certmagic` from 0.22.2 to 0.23.0 - [Release notes](https://github.com/caddyserver/certmagic/releases) - [Commits](caddyserver/certmagic@v0.22.2...v0.23.0) Updates `github.com/getsops/sops/v3` from 3.10.1 to 3.10.2 - [Release notes](https://github.com/getsops/sops/releases) - [Changelog](https://github.com/getsops/sops/blob/main/CHANGELOG.md) - [Commits](getsops/sops@v3.10.1...v3.10.2) Updates `github.com/knadh/koanf/providers/posflag` from 0.1.0 to 1.0.0 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@v0.1.0...v1.0.0) --- updated-dependencies: - dependency-name: github.com/knadh/koanf/providers/env dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/knadh/koanf/providers/file dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/knadh/koanf/v2 dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/caddyserver/certmagic dependency-version: 0.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/getsops/sops/v3 dependency-version: 3.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: smallweb-deps - dependency-name: github.com/knadh/koanf/providers/posflag dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: smallweb-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff77fee commit 9dbf2a9

File tree

2 files changed

+75
-75
lines changed

2 files changed

+75
-75
lines changed

go.mod

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -8,26 +8,26 @@ require (
88
github.com/cli/go-gh/v2 v2.12.0
99
github.com/gorilla/websocket v1.5.3
1010
github.com/joho/godotenv v1.5.1
11-
github.com/knadh/koanf/providers/env v1.0.0
12-
github.com/knadh/koanf/providers/file v1.1.2
13-
github.com/knadh/koanf/v2 v2.1.2
11+
github.com/knadh/koanf/providers/env v1.1.0
12+
github.com/knadh/koanf/providers/file v1.2.0
13+
github.com/knadh/koanf/v2 v2.2.0
1414
github.com/mattn/go-isatty v0.0.20
1515
github.com/spf13/cobra v1.9.1
1616
github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33
17-
golang.org/x/net v0.38.0 // indirect
17+
golang.org/x/net v0.39.0 // indirect
1818
golang.org/x/term v0.31.0
1919
)
2020

2121
require (
2222
github.com/bmatcuk/doublestar/v4 v4.8.1
23-
github.com/caddyserver/certmagic v0.22.2
23+
github.com/caddyserver/certmagic v0.23.0
2424
github.com/charmbracelet/ssh v0.0.0-20250213143314-8712ec3ff3ef
2525
github.com/charmbracelet/wish v1.4.7
2626
github.com/cli/browser v1.3.0
2727
github.com/coreos/go-oidc/v3 v3.14.1
2828
github.com/fsnotify/fsnotify v1.9.0
29-
github.com/getsops/sops/v3 v3.10.1
30-
github.com/knadh/koanf/providers/posflag v0.1.0
29+
github.com/getsops/sops/v3 v3.10.2
30+
github.com/knadh/koanf/providers/posflag v1.0.0
3131
github.com/leaanthony/gosod v1.0.4
3232
github.com/mhale/smtpd v0.8.3
3333
github.com/pkg/sftp v1.13.9
@@ -51,23 +51,23 @@ require (
5151
cloud.google.com/go/storage v1.51.0 // indirect
5252
filippo.io/age v1.2.1 // indirect
5353
filippo.io/edwards25519 v1.1.0 // indirect
54-
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.17.1 // indirect
55-
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.8.2 // indirect
56-
github.com/Azure/azure-sdk-for-go/sdk/internal v1.10.0 // indirect
54+
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0 // indirect
55+
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.9.0 // indirect
56+
github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1 // indirect
5757
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1 // indirect
5858
github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1 // indirect
5959
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 // indirect
6060
github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.27.0 // indirect
6161
github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0 // indirect
6262
github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0 // indirect
63-
github.com/ProtonMail/go-crypto v1.1.6 // indirect
63+
github.com/ProtonMail/go-crypto v1.2.0 // indirect
6464
github.com/anmitsu/go-shlex v0.0.0-20200514113438-38f4b401e2be // indirect
6565
github.com/aws/aws-sdk-go-v2 v1.36.3 // indirect
6666
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
67-
github.com/aws/aws-sdk-go-v2/config v1.29.12 // indirect
68-
github.com/aws/aws-sdk-go-v2/credentials v1.17.65 // indirect
67+
github.com/aws/aws-sdk-go-v2/config v1.29.14 // indirect
68+
github.com/aws/aws-sdk-go-v2/credentials v1.17.67 // indirect
6969
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.30 // indirect
70-
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.69 // indirect
70+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.72 // indirect
7171
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.34 // indirect
7272
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.34 // indirect
7373
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
@@ -76,11 +76,11 @@ require (
7676
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.0 // indirect
7777
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 // indirect
7878
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
79-
github.com/aws/aws-sdk-go-v2/service/kms v1.38.1 // indirect
80-
github.com/aws/aws-sdk-go-v2/service/s3 v1.78.2 // indirect
81-
github.com/aws/aws-sdk-go-v2/service/sso v1.25.2 // indirect
82-
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.0 // indirect
83-
github.com/aws/aws-sdk-go-v2/service/sts v1.33.17 // indirect
79+
github.com/aws/aws-sdk-go-v2/service/kms v1.38.3 // indirect
80+
github.com/aws/aws-sdk-go-v2/service/s3 v1.79.2 // indirect
81+
github.com/aws/aws-sdk-go-v2/service/sso v1.25.3 // indirect
82+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.1 // indirect
83+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.19 // indirect
8484
github.com/aws/smithy-go v1.22.3 // indirect
8585
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
8686
github.com/blang/semver v3.5.1+incompatible // indirect
@@ -134,16 +134,16 @@ require (
134134
github.com/hashicorp/vault/api v1.16.0 // indirect
135135
github.com/inconshreveable/mousetrap v1.1.0 // indirect
136136
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
137-
github.com/knadh/koanf/maps v0.1.1 // indirect
137+
github.com/knadh/koanf/maps v0.1.2 // indirect
138138
github.com/kr/fs v0.1.0 // indirect
139139
github.com/kylelemons/godebug v1.1.0 // indirect
140140
github.com/lib/pq v1.10.9 // indirect
141-
github.com/libdns/libdns v0.2.3 // indirect
141+
github.com/libdns/libdns v1.0.0-beta.1 // indirect
142142
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
143143
github.com/mattn/go-colorable v0.1.14 // indirect
144144
github.com/mattn/go-localereader v0.0.1 // indirect
145145
github.com/mattn/go-runewidth v0.0.16 // indirect
146-
github.com/mholt/acmez/v3 v3.1.1 // indirect
146+
github.com/mholt/acmez/v3 v3.1.2 // indirect
147147
github.com/miekg/dns v1.1.63 // indirect
148148
github.com/mitchellh/copystructure v1.2.0 // indirect
149149
github.com/mitchellh/go-homedir v1.1.0 // indirect
@@ -188,7 +188,7 @@ require (
188188
google.golang.org/genproto v0.0.0-20250324211829-b45e905df463 // indirect
189189
google.golang.org/genproto/googleapis/api v0.0.0-20250324211829-b45e905df463 // indirect
190190
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
191-
google.golang.org/grpc v1.71.0 // indirect
191+
google.golang.org/grpc v1.71.1 // indirect
192192
google.golang.org/protobuf v1.36.6 // indirect
193193
gopkg.in/ini.v1 v1.67.0 // indirect
194194
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)