Skip to content

Commit

Permalink
import indexer from main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
leoporoli committed Jan 2, 2024
1 parent e7b2364 commit 208fcf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion catalog-validator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/kurtosis-tech/kurtosis-package-catalog/catalog-validator
go 1.20

require (
github.com/kurtosis-tech/kurtosis-package-indexer/server v0.0.0-20231221180048-e01858dd6edd //TODO upgrade this put a main branch version now is pointing to the lporoli/publish-catalog-func branch
github.com/kurtosis-tech/kurtosis-package-indexer/server v0.0.0-20240102153702-2b1c60be2f40
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409
)

Expand Down
4 changes: 2 additions & 2 deletions catalog-validator/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/kurtosis-tech/kurtosis-package-indexer/server v0.0.0-20231221180048-e01858dd6edd h1:I8NhTWum4BkWDgrMB7T2adEl4Z8SngTfvogKeufckXU=
github.com/kurtosis-tech/kurtosis-package-indexer/server v0.0.0-20231221180048-e01858dd6edd/go.mod h1:NJRJGx1APkiySqvxWI///pRCNXlb0UFTxiVOHNx0S4o=
github.com/kurtosis-tech/kurtosis-package-indexer/server v0.0.0-20240102153702-2b1c60be2f40 h1:IDBwLYTNR1B1jx2Ad4vKik3/Inm+CT3HO6UZT4tHHc0=
github.com/kurtosis-tech/kurtosis-package-indexer/server v0.0.0-20240102153702-2b1c60be2f40/go.mod h1:NJRJGx1APkiySqvxWI///pRCNXlb0UFTxiVOHNx0S4o=
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409 h1:YQTATifMUwZEtZYb0LVA7DK2pj8s71iY8rzweuUQ5+g=
github.com/kurtosis-tech/stacktrace v0.0.0-20211028211901-1c67a77b5409/go.mod h1:y5weVs5d9wXXHcDA1awRxkIhhHC1xxYJN8a7aXnE6S8=
github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA=
Expand Down

0 comments on commit 208fcf3

Please sign in to comment.