From b9da5254edbb291a6a1354c67bcbc357bde71c6c Mon Sep 17 00:00:00 2001 From: Laurent Luce Date: Fri, 18 Aug 2023 18:22:39 -0400 Subject: [PATCH] fix: Use portal deps from the main branch (#1136) ## Description: The portal deps were pointing to a now deleted dev branch. Update the deps to use the Portal main branch. ## Is this change user facing? NO --- cli/cli/go.mod | 2 +- cli/cli/go.sum | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/cli/cli/go.mod b/cli/cli/go.mod index 0e347af20c..6d81743be2 100644 --- a/cli/cli/go.mod +++ b/cli/cli/go.mod @@ -46,7 +46,7 @@ require ( github.com/fatih/color v1.13.0 github.com/google/go-github/v50 v50.2.0 github.com/joho/godotenv v1.5.1 - github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230817174449-4e62f726c900 + github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230818182330-1a86869414d2 github.com/kurtosis-tech/kurtosis/cloud/api/golang v0.0.0 github.com/kurtosis-tech/kurtosis/name_generator v0.0.0-20230727152609-768e95d2dbeb github.com/kurtosis-tech/metrics-library/golang v0.0.0-20230727131823-40788a849ce5 diff --git a/cli/cli/go.sum b/cli/cli/go.sum index 8c1b7d81e9..2f6a12beb3 100644 --- a/cli/cli/go.sum +++ b/cli/cli/go.sum @@ -356,10 +356,8 @@ github.com/kr/pty v1.1.3/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-portal/api/golang v0.0.0-20230802194401-745e2a17f0f6 h1:NuMACRTrdEAn2x3RBZx76vl/FJB5HCzFTggXp8/DbdU= -github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230802194401-745e2a17f0f6/go.mod h1:xnpHbARzWetxFIvXARRgFPir0ji60NPZ5AM1ijXMeqA= -github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230817174449-4e62f726c900 h1:ejYfOaDVjxU0R9+gk8O9egw0wOUkiP/hfQ9nT9qRECI= -github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230817174449-4e62f726c900/go.mod h1:xnpHbARzWetxFIvXARRgFPir0ji60NPZ5AM1ijXMeqA= +github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230818182330-1a86869414d2 h1:izciXrFyFR+ihJ7nLTOkoIX5GzBPIp8gVKlw94gIc98= +github.com/kurtosis-tech/kurtosis-portal/api/golang v0.0.0-20230818182330-1a86869414d2/go.mod h1:bWSMQK3WHVTGHX9CjxPAb/LtzcmfOxID2wdzakSWQxo= github.com/kurtosis-tech/kurtosis/name_generator v0.0.0-20230727152609-768e95d2dbeb h1:lHfuk0gqCyaaR2GbFK0dG4e6w0pkYzHEixJHdnvlwyo= github.com/kurtosis-tech/kurtosis/name_generator v0.0.0-20230727152609-768e95d2dbeb/go.mod h1:BReV/l+0pvK7K9wf8MN41ViQBSQH30j+YJ7V4glf19A= github.com/kurtosis-tech/metrics-library/golang v0.0.0-20230727131823-40788a849ce5 h1:OVnlFVT5ooscDchTKMK6o46/s25XlBDEliSZqp63FfY=