Skip to content

Commit

Permalink
fix(deps): update github.com/hugelgupf/p9 digest to 6f4f11e
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 4, 2024
1 parent 231118c commit 32b6afa
Show file tree
Hide file tree
Showing 7 changed files with 141 additions and 54 deletions.
8 changes: 5 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/containers/podman/v5

go 1.20
go 1.21

toolchain go1.22.0

require (
github.com/BurntSushi/toml v1.3.2
Expand Down Expand Up @@ -39,7 +41,7 @@ require (
github.com/gorilla/mux v1.8.1
github.com/gorilla/schema v1.2.1
github.com/hashicorp/go-multierror v1.1.1
github.com/hugelgupf/p9 v0.3.1-0.20230822151754-54f5c5530921
github.com/hugelgupf/p9 v0.3.1-0.20240118043522-6f4f11e5296e
github.com/json-iterator/go v1.1.12
github.com/klauspost/compress v1.17.7
github.com/linuxkit/virtsock v0.0.0-20220523201153-1a23e78aa7a2
Expand Down Expand Up @@ -160,7 +162,7 @@ require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mdlayher/socket v0.4.1 // indirect
github.com/mdlayher/socket v0.5.0 // indirect
github.com/miekg/pkcs11 v1.1.1 // indirect
github.com/mistifyio/go-zfs/v3 v3.0.1 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
Expand Down
70 changes: 61 additions & 9 deletions go.sum

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion vendor/github.com/hugelgupf/p9/fsimpl/localfs/localfs.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions vendor/github.com/mdlayher/socket/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

70 changes: 42 additions & 28 deletions vendor/github.com/mdlayher/socket/conn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions vendor/github.com/mdlayher/socket/conn_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,8 @@ github.com/hashicorp/go-multierror
# github.com/hashicorp/go-retryablehttp v0.7.5
## explicit; go 1.13
github.com/hashicorp/go-retryablehttp
# github.com/hugelgupf/p9 v0.3.1-0.20230822151754-54f5c5530921
## explicit; go 1.20
# github.com/hugelgupf/p9 v0.3.1-0.20240118043522-6f4f11e5296e
## explicit; go 1.21
github.com/hugelgupf/p9/fsimpl/localfs
github.com/hugelgupf/p9/fsimpl/templatefs
github.com/hugelgupf/p9/fsimpl/xattr
Expand Down Expand Up @@ -783,8 +783,8 @@ github.com/mattn/go-shellwords
# github.com/mattn/go-sqlite3 v1.14.22
## explicit; go 1.19
github.com/mattn/go-sqlite3
# github.com/mdlayher/socket v0.4.1
## explicit; go 1.20
# github.com/mdlayher/socket v0.5.0
## explicit; go 1.21
github.com/mdlayher/socket
# github.com/mdlayher/vsock v1.2.1
## explicit; go 1.20
Expand Down

0 comments on commit 32b6afa

Please sign in to comment.