Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(docker): statically allocate a network and IP addresses (backport #124) #132

Open
wants to merge 4 commits into
base: release/v2.x.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions core/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ module github.com/skip-mev/petri/core/v2
go 1.21.3

require (
<<<<<<< HEAD
github.com/cometbft/cometbft v0.38.2
github.com/cosmos/cosmos-sdk v0.50.2
=======
github.com/cilium/ipam v0.0.0-20230509084518-fd66eae7909b
github.com/cometbft/cometbft v0.38.12
github.com/cosmos/cosmos-sdk v0.50.10
>>>>>>> 7ca1fb6 (feat(docker): statically allocate a network and IP addresses)
github.com/digitalocean/godo v1.108.0
github.com/docker/docker v24.0.7+incompatible
github.com/docker/go-connections v0.4.0
Expand Down
Loading
Loading