diff --git a/catalog-validator/go.mod b/catalog-validator/go.mod index 24166f0..e131b9c 100644 --- a/catalog-validator/go.mod +++ b/catalog-validator/go.mod @@ -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 ) diff --git a/catalog-validator/go.sum b/catalog-validator/go.sum index da7c1a9..7497f7d 100644 --- a/catalog-validator/go.sum +++ b/catalog-validator/go.sum @@ -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=