Skip to content

Commit

Permalink
go.mod: local podman replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
cfergeau committed Oct 2, 2024
1 parent 902d377 commit 30e09db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ require (
tags.cncf.io/container-device-interface v0.8.0 // indirect
)

replace github.com/containers/podman/v5 => github.com/cfergeau/podman/v5 v5.0.0-20241002130232-4a98a30b07a5
replace github.com/containers/podman/v5 => /home/teuf/freesoftware/github.com/containers/podman

replace github.com/crc-org/machine => github.com/cfergeau/machine v0.0.0-20240731114918-7c24500be902
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ github.com/cespare/xxhash/v2 v2.3.0 h1:UL815xU9SqsFlibzuggzjXhog7bL6oX9BbNZnL2UF
github.com/cespare/xxhash/v2 v2.3.0/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs=
github.com/cfergeau/machine v0.0.0-20240731114918-7c24500be902 h1:Uh/Wt4KnAhPBd8VPY2shOeTYlmyXnOR2yycPMEKkfDI=
github.com/cfergeau/machine v0.0.0-20240731114918-7c24500be902/go.mod h1:trWeQimjfE3dJ8qWOxI4ePtYm13aecK42bf01s6h/Nc=
github.com/cfergeau/podman/v5 v5.0.0-20241002130232-4a98a30b07a5 h1:VoyB2I9mpzbvEV9moAGsVn6lXHGt2kBhpK0VqPDAaJc=
github.com/cfergeau/podman/v5 v5.0.0-20241002130232-4a98a30b07a5/go.mod h1:6Y6+LDS0QtOQKWLhs3e+uLoevxBH0p0UCEA9GAsRJCA=
github.com/chenzhuoyu/base64x v0.0.0-20211019084208-fb5309c8db06/go.mod h1:DH46F32mSOjUmXrMHnKwZdA8wcEefY7UVqBKYGjpdQY=
github.com/chenzhuoyu/base64x v0.0.0-20221115062448-fe3a3abad311/go.mod h1:b583jCggY9gE99b6G5LEC39OIiVsWj+R97kbl5odCEk=
github.com/chenzhuoyu/base64x v0.0.0-20230717121745-296ad89f973d h1:77cEq6EriyTZ0g/qfRdp61a3Uu/AWrgIq2s0ClJV1g0=
Expand Down
4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ github.com/containers/ocicrypt/keywrap/pkcs7
github.com/containers/ocicrypt/spec
github.com/containers/ocicrypt/utils
github.com/containers/ocicrypt/utils/keyprovider
# github.com/containers/podman/v5 v5.2.0-rc2.0.20240731215226-8b246b68ac0c => github.com/cfergeau/podman/v5 v5.0.0-20241002130232-4a98a30b07a5
# github.com/containers/podman/v5 v5.2.0-rc2.0.20240731215226-8b246b68ac0c => /home/teuf/freesoftware/github.com/containers/podman
## explicit; go 1.22.6
github.com/containers/podman/v5/libpod/define
github.com/containers/podman/v5/pkg/errorhandling
Expand Down Expand Up @@ -1065,5 +1065,5 @@ gopkg.in/yaml.v3
# tags.cncf.io/container-device-interface v0.8.0
## explicit; go 1.20
tags.cncf.io/container-device-interface/pkg/parser
# github.com/containers/podman/v5 => github.com/cfergeau/podman/v5 v5.0.0-20241002130232-4a98a30b07a5
# github.com/containers/podman/v5 => /home/teuf/freesoftware/github.com/containers/podman
# github.com/crc-org/machine => github.com/cfergeau/machine v0.0.0-20240731114918-7c24500be902

0 comments on commit 30e09db

Please sign in to comment.