Skip to content

Commit 2866bce

Browse files
committed
nix flake update + go get -u
1 parent ce6200f commit 2866bce

File tree

4 files changed

+101
-127
lines changed

4 files changed

+101
-127
lines changed

flake.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.mod

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ require (
99
github.com/golang-migrate/migrate/v4 v4.18.3
1010
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.2
1111
github.com/mmcdole/gofeed v1.3.0
12-
github.com/rivo/tview v0.0.0-20250501113434-0c592cd31026
12+
github.com/rivo/tview v0.0.0-20250625164341-a4a78f1e05cb
1313
github.com/rs/zerolog v1.34.0
1414
github.com/spf13/cobra v1.9.1
1515
github.com/spf13/viper v1.20.1
1616
github.com/stretchr/testify v1.10.0
1717
go.uber.org/mock v0.4.0
18-
golang.org/x/net v0.40.0
19-
golang.org/x/text v0.25.0
20-
google.golang.org/grpc v1.72.2
18+
golang.org/x/net v0.42.0
19+
golang.org/x/text v0.27.0
20+
google.golang.org/grpc v1.74.2
2121
google.golang.org/protobuf v1.36.6
22-
modernc.org/sqlite v1.37.1
22+
modernc.org/sqlite v1.38.2
2323
)
2424

2525
require (
@@ -30,7 +30,7 @@ require (
3030
github.com/fatih/color v1.18.0 // indirect
3131
github.com/fsnotify/fsnotify v1.9.0 // indirect
3232
github.com/gdamore/encoding v1.0.1 // indirect
33-
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
33+
github.com/go-viper/mapstructure/v2 v2.4.0 // indirect
3434
github.com/google/uuid v1.6.0 // indirect
3535
github.com/hashicorp/errwrap v1.1.0 // indirect
3636
github.com/hashicorp/go-multierror v1.1.1 // indirect
@@ -48,20 +48,19 @@ require (
4848
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
4949
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
5050
github.com/rivo/uniseg v0.4.7 // indirect
51-
github.com/sagikazarmark/locafero v0.9.0 // indirect
52-
github.com/sourcegraph/conc v0.3.0 // indirect
51+
github.com/sagikazarmark/locafero v0.10.0 // indirect
52+
github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect
5353
github.com/spf13/afero v1.14.0 // indirect
5454
github.com/spf13/cast v1.9.2 // indirect
55-
github.com/spf13/pflag v1.0.6 // indirect
55+
github.com/spf13/pflag v1.0.7 // indirect
5656
github.com/subosito/gotenv v1.6.0 // indirect
5757
go.uber.org/atomic v1.11.0 // indirect
58-
go.uber.org/multierr v1.11.0 // indirect
59-
golang.org/x/exp v0.0.0-20250531010427-b6e5de432a8b // indirect
60-
golang.org/x/sys v0.33.0 // indirect
61-
golang.org/x/term v0.32.0 // indirect
62-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
58+
golang.org/x/exp v0.0.0-20250718183923-645b1fa84792 // indirect
59+
golang.org/x/sys v0.34.0 // indirect
60+
golang.org/x/term v0.33.0 // indirect
61+
google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0 // indirect
6362
gopkg.in/yaml.v3 v3.0.1 // indirect
64-
modernc.org/libc v1.65.8 // indirect
63+
modernc.org/libc v1.66.6 // indirect
6564
modernc.org/mathutil v1.7.1 // indirect
6665
modernc.org/memory v1.11.0 // indirect
6766
)

0 commit comments

Comments
 (0)