Skip to content

Commit

Permalink
Bumping ig to support non unix sockets for container runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Schendel <amitschendel@gmail.com>
  • Loading branch information
amitschendel committed Jan 16, 2025
1 parent 8582cbd commit e060638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,6 @@ require (

replace github.com/vishvananda/netns => github.com/inspektor-gadget/netns v0.0.5-0.20230524185006-155d84c555d6

replace github.com/inspektor-gadget/inspektor-gadget => github.com/matthyx/inspektor-gadget v0.0.0-20250115200443-aad61982fb5d
replace github.com/inspektor-gadget/inspektor-gadget => github.com/matthyx/inspektor-gadget v0.0.0-20250116084245-31f16e54a205

replace github.com/mholt/archiver/v3 v3.5.1 => github.com/anchore/archiver/v3 v3.5.2
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -709,8 +709,8 @@ github.com/magiconair/properties v1.8.9/go.mod h1:Dhd985XPs7jluiymwWYZ0G4Z61jb3v
github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/matthyx/inspektor-gadget v0.0.0-20250115200443-aad61982fb5d h1:FZpmfcCDQEpjsnvIyV5stjYRkP1qlHMB4kQsIuZRAmY=
github.com/matthyx/inspektor-gadget v0.0.0-20250115200443-aad61982fb5d/go.mod h1:bdDqnaBdtJSPC9O3b/JBPmw5BdqxrvNN2YBsWLJ34hI=
github.com/matthyx/inspektor-gadget v0.0.0-20250116084245-31f16e54a205 h1:043vWaGXs5yoLGF2Ln8g1igqqySGIfxT7Ej3dnaQbBI=
github.com/matthyx/inspektor-gadget v0.0.0-20250116084245-31f16e54a205/go.mod h1:bdDqnaBdtJSPC9O3b/JBPmw5BdqxrvNN2YBsWLJ34hI=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE=
github.com/mattn/go-colorable v0.1.6/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
Expand Down

0 comments on commit e060638

Please sign in to comment.