Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeZappa87 committed May 20, 2024
1 parent 143db10 commit 078beec
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 87 deletions.
5 changes: 4 additions & 1 deletion integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ require (
)

require (
github.com/Masterminds/semver/v3 v3.2.1 // indirect
github.com/Microsoft/go-winio v0.5.1 // indirect
github.com/containernetworking/cni v1.1.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/sirupsen/logrus v1.7.0 // indirect
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a // indirect
golang.org/x/sys v0.0.0-20210423082822-04245dca01da // indirect
golang.org/x/sys v0.14.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/containerd/go-cni => ../

replace github.com/containernetworking/cni => github.com/MikeZappa87/cni v1.0.2-0.20240226173106-330a4a70d3ab
Loading

0 comments on commit 078beec

Please sign in to comment.