Skip to content

Commit 6be30f8

Browse files
committed
chore: bump again
1 parent c4498cd commit 6be30f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ replace libguestfs.org/nbdkit => ./nbd/libguestfs.org/nbdkit
77
require (
88
github.com/aws/aws-sdk-go v1.55.8
99
github.com/hashicorp/golang-lru/v2 v2.0.7
10+
github.com/mulgadc/predastore v1.0.0
1011
github.com/pterm/pterm v0.12.83
1112
github.com/stretchr/testify v1.11.1
13+
golang.org/x/net v0.52.0
1214
libguestfs.org/nbdkit v0.0.0-00010101000000-000000000000
1315
)
1416

@@ -50,7 +52,6 @@ require (
5052
github.com/mattn/go-isatty v0.0.20 // indirect
5153
github.com/mattn/go-runewidth v0.0.21 // indirect
5254
github.com/minio/crc64nvme v1.1.1 // indirect
53-
github.com/mulgadc/predastore v1.0.0
5455
github.com/pelletier/go-toml/v2 v2.2.4 // indirect
5556
github.com/pmezard/go-difflib v1.0.0 // indirect
5657
github.com/quic-go/quic-go v0.57.1 // indirect
@@ -63,7 +64,6 @@ require (
6364
go.uber.org/automaxprocs v1.6.0 // indirect
6465
golang.org/x/crypto v0.49.0 // indirect
6566
golang.org/x/mod v0.33.0 // indirect
66-
golang.org/x/net v0.52.0
6767
golang.org/x/sync v0.20.0 // indirect
6868
golang.org/x/sys v0.42.0 // indirect
6969
golang.org/x/telemetry v0.0.0-20260304144227-18da59047661 // indirect

0 commit comments

Comments
 (0)