Skip to content

Commit

Permalink
fix: Use portal deps from the main branch (#1136)
Browse files Browse the repository at this point in the history
## 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
  • Loading branch information
laurentluce committed Aug 18, 2023
1 parent f4e3e77 commit b9da525
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/cli/go.mod
Expand Up @@ -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
Expand Down
6 changes: 2 additions & 4 deletions cli/cli/go.sum
Expand Up @@ -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=
Expand Down

0 comments on commit b9da525

Please sign in to comment.