Skip to content

Commit 4d0b753

Browse files
Bump the smallweb-deps group across 1 directory with 10 updates
Bumps the smallweb-deps group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [github.com/cli/go-gh/v2](https://github.com/cli/go-gh) | `2.12.1` | `2.13.0` | | [github.com/knadh/koanf/providers/file](https://github.com/knadh/koanf) | `1.2.0` | `1.2.1` | | [github.com/knadh/koanf/v2](https://github.com/knadh/koanf) | `2.2.2` | `2.3.2` | | [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.2` | | [golang.org/x/term](https://github.com/golang/term) | `0.35.0` | `0.39.0` | | [github.com/caddyserver/certmagic](https://github.com/caddyserver/certmagic) | `0.23.0` | `0.25.1` | | [github.com/pkg/sftp](https://github.com/pkg/sftp) | `1.13.9` | `1.13.10` | | [github.com/samber/slog-http](https://github.com/samber/slog-http) | `1.7.0` | `1.10.0` | Updates `github.com/cli/go-gh/v2` from 2.12.1 to 2.13.0 - [Release notes](https://github.com/cli/go-gh/releases) - [Commits](cli/go-gh@v2.12.1...v2.13.0) Updates `github.com/knadh/koanf/providers/file` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@v1.2.0...v1.2.1) Updates `github.com/knadh/koanf/v2` from 2.2.2 to 2.3.2 - [Release notes](https://github.com/knadh/koanf/releases) - [Commits](knadh/koanf@v2.2.2...v2.3.2) Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.2 - [Release notes](https://github.com/spf13/cobra/releases) - [Commits](spf13/cobra@v1.9.1...v1.10.2) Updates `golang.org/x/term` from 0.35.0 to 0.39.0 - [Commits](golang/term@v0.35.0...v0.39.0) Updates `github.com/caddyserver/certmagic` from 0.23.0 to 0.25.1 - [Release notes](https://github.com/caddyserver/certmagic/releases) - [Commits](caddyserver/certmagic@v0.23.0...v0.25.1) Updates `github.com/pkg/sftp` from 1.13.9 to 1.13.10 - [Release notes](https://github.com/pkg/sftp/releases) - [Commits](pkg/sftp@v1.13.9...v1.13.10) Updates `github.com/samber/slog-http` from 1.7.0 to 1.10.0 - [Release notes](https://github.com/samber/slog-http/releases) - [Commits](samber/slog-http@v1.7.0...v1.10.0) Updates `go.uber.org/zap` from 1.27.0 to 1.27.1 - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](uber-go/zap@v1.27.0...v1.27.1) Updates `golang.org/x/crypto` from 0.42.0 to 0.46.0 - [Commits](golang/crypto@v0.42.0...v0.46.0) --- updated-dependencies: - dependency-name: github.com/cli/go-gh/v2 dependency-version: 2.13.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.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: smallweb-deps - dependency-name: github.com/knadh/koanf/v2 dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/spf13/cobra dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: golang.org/x/term dependency-version: 0.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/caddyserver/certmagic dependency-version: 0.25.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: github.com/pkg/sftp dependency-version: 1.13.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: smallweb-deps - dependency-name: github.com/samber/slog-http dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps - dependency-name: go.uber.org/zap dependency-version: 1.27.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: smallweb-deps - dependency-name: golang.org/x/crypto dependency-version: 0.46.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: smallweb-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4156bc commit 4d0b753

File tree

2 files changed

+67
-132
lines changed

2 files changed

+67
-132
lines changed

go.mod

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
module github.com/pomdtr/smallweb
22

3-
go 1.24.0
3+
go 1.25.0
44

55
require (
66
github.com/Masterminds/semver v1.5.0
77
github.com/adrg/xdg v0.5.3
8-
github.com/cli/go-gh/v2 v2.12.1
8+
github.com/cli/go-gh/v2 v2.13.0
99
github.com/gorilla/websocket v1.5.3
1010
github.com/joho/godotenv v1.5.1
1111
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.2
12+
github.com/knadh/koanf/providers/file v1.2.1
13+
github.com/knadh/koanf/v2 v2.3.2
1414
github.com/mattn/go-isatty v0.0.20
15-
github.com/spf13/cobra v1.9.1
15+
github.com/spf13/cobra v1.10.2
1616
github.com/tailscale/hujson v0.0.0-20250226034555-ec1d1c113d33
17-
golang.org/x/net v0.44.0 // indirect
18-
golang.org/x/term v0.35.0
17+
golang.org/x/net v0.48.0 // indirect
18+
golang.org/x/term v0.39.0
1919
)
2020

2121
require (
22-
github.com/caddyserver/certmagic v0.23.0
22+
github.com/caddyserver/certmagic v0.25.1
2323
github.com/charmbracelet/ssh v0.0.0-20250213143314-8712ec3ff3ef
2424
github.com/charmbracelet/wish v1.4.7
2525
github.com/creack/pty v1.1.24
@@ -30,11 +30,11 @@ require (
3030
github.com/leaanthony/gosod v1.0.4
3131
github.com/lmittmann/tint v1.1.2
3232
github.com/mhale/smtpd v0.8.3
33-
github.com/pkg/sftp v1.13.9
33+
github.com/pkg/sftp v1.13.10
3434
github.com/robfig/cron/v3 v3.0.1
35-
github.com/samber/slog-http v1.7.0
36-
go.uber.org/zap v1.27.0
37-
golang.org/x/crypto v0.42.0
35+
github.com/samber/slog-http v1.10.0
36+
go.uber.org/zap v1.27.1
37+
golang.org/x/crypto v0.46.0
3838
gopkg.in/natefinch/lumberjack.v2 v2.2.1
3939
)
4040

@@ -84,7 +84,7 @@ require (
8484
github.com/aws/smithy-go v1.23.0 // indirect
8585
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
8686
github.com/blang/semver v3.5.1+incompatible // indirect
87-
github.com/caddyserver/zerossl v0.1.3 // indirect
87+
github.com/caddyserver/zerossl v0.1.4 // indirect
8888
github.com/cenkalti/backoff/v4 v4.3.0 // indirect
8989
github.com/cespare/xxhash/v2 v2.3.0 // indirect
9090
github.com/charmbracelet/bubbletea v1.3.4 // indirect
@@ -131,18 +131,18 @@ require (
131131
github.com/hashicorp/hcl v1.0.1-vault-7 // indirect
132132
github.com/hashicorp/vault/api v1.21.0 // indirect
133133
github.com/inconshreveable/mousetrap v1.1.0 // indirect
134-
github.com/klauspost/cpuid/v2 v2.2.10 // indirect
134+
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
135135
github.com/knadh/koanf/maps v0.1.2 // indirect
136136
github.com/kr/fs v0.1.0 // indirect
137137
github.com/kylelemons/godebug v1.1.0 // indirect
138138
github.com/lib/pq v1.10.9 // indirect
139-
github.com/libdns/libdns v1.0.0-beta.1 // indirect
139+
github.com/libdns/libdns v1.1.1 // indirect
140140
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
141141
github.com/mattn/go-colorable v0.1.14 // indirect
142142
github.com/mattn/go-localereader v0.0.1 // indirect
143143
github.com/mattn/go-runewidth v0.0.16 // indirect
144-
github.com/mholt/acmez/v3 v3.1.2 // indirect
145-
github.com/miekg/dns v1.1.63 // indirect
144+
github.com/mholt/acmez/v3 v3.1.4 // indirect
145+
github.com/miekg/dns v1.1.69 // indirect
146146
github.com/mitchellh/copystructure v1.2.0 // indirect
147147
github.com/mitchellh/go-homedir v1.1.0 // indirect
148148
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
@@ -160,7 +160,7 @@ require (
160160
github.com/russross/blackfriday/v2 v2.1.0 // indirect
161161
github.com/ryanuber/go-glob v1.0.0 // indirect
162162
github.com/sirupsen/logrus v1.9.3 // indirect
163-
github.com/spf13/pflag v1.0.6 // indirect
163+
github.com/spf13/pflag v1.0.9 // indirect
164164
github.com/spiffe/go-spiffe/v2 v2.5.0 // indirect
165165
github.com/urfave/cli v1.22.17 // indirect
166166
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
@@ -179,19 +179,18 @@ require (
179179
go.uber.org/zap/exp v0.3.0 // indirect
180180
go.yaml.in/yaml/v3 v3.0.4 // indirect
181181
golang.org/x/exp v0.0.0-20250305212735-054e65f0b394 // indirect
182-
golang.org/x/mod v0.27.0 // indirect
182+
golang.org/x/mod v0.30.0 // indirect
183183
golang.org/x/oauth2 v0.31.0 // indirect
184-
golang.org/x/sync v0.17.0 // indirect
185-
golang.org/x/sys v0.36.0 // indirect
186-
golang.org/x/text v0.29.0 // indirect
184+
golang.org/x/sync v0.19.0 // indirect
185+
golang.org/x/sys v0.40.0 // indirect
186+
golang.org/x/text v0.32.0 // indirect
187187
golang.org/x/time v0.13.0 // indirect
188-
golang.org/x/tools v0.36.0 // indirect
188+
golang.org/x/tools v0.39.0 // indirect
189189
google.golang.org/api v0.250.0 // indirect
190190
google.golang.org/genproto v0.0.0-20250603155806-513f23925822 // indirect
191191
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c // indirect
192192
google.golang.org/genproto/googleapis/rpc v0.0.0-20250908214217-97024824d090 // indirect
193193
google.golang.org/grpc v1.75.1 // indirect
194194
google.golang.org/protobuf v1.36.9 // indirect
195195
gopkg.in/ini.v1 v1.67.0 // indirect
196-
gopkg.in/yaml.v3 v3.0.1 // indirect
197196
)

0 commit comments

Comments
 (0)