File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ require (
99 github.com/google/go-containerregistry v0.20.3
1010 github.com/rs/zerolog v1.34.0
1111 github.com/stretchr/testify v1.10.0
12- github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20250410191821-e9735d3dd2c4
12+ github.com/sysdiglabs/agent-kilt/pkg v0.0.0-replace
1313 github.com/yudai/gojsondiff v1.0.0
1414)
1515
@@ -41,3 +41,5 @@ require (
4141 golang.org/x/sys v0.32.0 // indirect
4242 gopkg.in/yaml.v3 v3.0.1 // indirect
4343)
44+
45+ replace github.com/sysdiglabs/agent-kilt/pkg v0.0.0-replace => ../../pkg
Original file line number Diff line number Diff line change @@ -96,8 +96,6 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
9696github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
9797github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA =
9898github.com/stretchr/testify v1.10.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
99- github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20250410191821-e9735d3dd2c4 h1:hRDMaFfFswlfeaff3jv8+oIP+K8bDO3UFmpJzkn62JQ =
100- github.com/sysdiglabs/agent-kilt/pkg v0.0.0-20250410191821-e9735d3dd2c4 /go.mod h1:csSvMtTi4L1xMP3KStJhDMhjUQ8Dkqpl8rSThsIehhY =
10199github.com/vbatts/tar-split v0.12.1 h1:CqKoORW7BUWBe7UL/iqTVvkTBOF8UvOMKOIZykxnnbo =
102100github.com/vbatts/tar-split v0.12.1 /go.mod h1:eF6B6i6ftWQcDqEn3/iGFRFRo8cBIMSJVOpnNdfTMFA =
103101github.com/yudai/gojsondiff v1.0.0 h1:27cbfqXLVEJ1o8I6v3y9lg8Ydm53EKqHXAOMxEGlCOA =
You can’t perform that action at this time.
0 commit comments