diff --git a/go.mod b/go.mod index e1025e18..e221786f 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,7 @@ go 1.22.5 require ( github.com/RafaySystems/edge-common v1.24.1-0.20241007181423-f63f8106fd02 - github.com/RafaySystems/rafay-common v1.29.1-rc2.0.20241009043253-aafce45df4a3 + github.com/RafaySystems/rafay-common v1.29.1-rc2.0.20241018053706-0e327076d383 github.com/RafaySystems/rctl v1.29.1-0.20241008061726-7b2bb87216d3 github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc github.com/go-yaml/yaml v2.1.0+incompatible @@ -31,6 +31,7 @@ require ( github.com/Kunde21/markdownfmt/v3 v3.1.0 // indirect github.com/Masterminds/sprig v2.22.0+incompatible // indirect github.com/RafaySystems/eaas-playground/proto v0.0.0-20240927140713-0e79f55027e8 // indirect + github.com/RafaySystems/paas-common v0.0.0-20241008170310-7609b27cde4e // indirect github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect github.com/beorn7/perks v1.0.1 // indirect github.com/bits-and-blooms/bitset v1.13.0 // indirect diff --git a/go.sum b/go.sum index 2c8e61d6..4f068ecd 100644 --- a/go.sum +++ b/go.sum @@ -29,8 +29,10 @@ github.com/RafaySystems/eaas-playground/proto v0.0.0-20240927140713-0e79f55027e8 github.com/RafaySystems/eaas-playground/proto v0.0.0-20240927140713-0e79f55027e8/go.mod h1:lAle7/tiVlakfiXdJKnsf6qNdLkoWS712T4pAXytSOQ= github.com/RafaySystems/edge-common v1.24.1-0.20241007181423-f63f8106fd02 h1:/Nhn9cto5ONyPDVybPaMEJUMYZ9tNXqhj/dNFkPu93U= github.com/RafaySystems/edge-common v1.24.1-0.20241007181423-f63f8106fd02/go.mod h1:th9CV6IXL4G3Ou/aXrYV0cYDljvjYlQc8m8eoBJb054= -github.com/RafaySystems/rafay-common v1.29.1-rc2.0.20241009043253-aafce45df4a3 h1:uZoS9whx33DfTXtq+N1paLZrcggu4sCt6hjJCq629l0= -github.com/RafaySystems/rafay-common v1.29.1-rc2.0.20241009043253-aafce45df4a3/go.mod h1:0Hg1r1xj1sBrKEIBbZGasnWoYaPV3Tkj0vDp1Or5Uik= +github.com/RafaySystems/paas-common v0.0.0-20241008170310-7609b27cde4e h1:imstxcBUw0lj9B6mwfVTF6s6wasV2XdXf4D1SJ9ilNs= +github.com/RafaySystems/paas-common v0.0.0-20241008170310-7609b27cde4e/go.mod h1:cbWiDnN8m1Jpgti3yL39uYW4LTQHHMt5KkTTSRxMcQs= +github.com/RafaySystems/rafay-common v1.29.1-rc2.0.20241018053706-0e327076d383 h1:ns3JSyhDQfJtYO69pBFpGDfgnERyCU94luoWA+sYK44= +github.com/RafaySystems/rafay-common v1.29.1-rc2.0.20241018053706-0e327076d383/go.mod h1:YiScRYAwPLo886RrdBMxBkfCLOCPNdmC4B1Q7u7tcAE= github.com/RafaySystems/rctl v1.29.1-0.20241008061726-7b2bb87216d3 h1:tR4dq/l8uMCmg6t7oiB0sEAirbEEsMwP8X1qJZTFufM= github.com/RafaySystems/rctl v1.29.1-0.20241008061726-7b2bb87216d3/go.mod h1:C2IoK6KGyjLAmqOwIUCBOinIfYe8l6MdgkKhahc+zKs= github.com/RoaringBitmap/roaring v1.9.4 h1:yhEIoH4YezLYT04s1nHehNO64EKFTop/wBhxv2QzDdQ=