Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/test/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/flanksource/facet/chart/test
go 1.26.1

require (
github.com/flanksource/commons-db v0.1.21
github.com/flanksource/commons-db v0.1.22
github.com/flanksource/commons-test v0.1.15
github.com/onsi/ginkgo/v2 v2.28.1
github.com/onsi/gomega v1.39.1
Expand Down Expand Up @@ -53,7 +53,7 @@ require (
github.com/emirpasic/gods/v2 v2.0.0-alpha // indirect
github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
github.com/fatih/color v1.18.0 // indirect
github.com/flanksource/clicky v1.21.44 // indirect
github.com/flanksource/clicky v1.21.48 // indirect
github.com/flanksource/commons v1.53.1 // indirect
github.com/flanksource/gomplate/v3 v3.24.84 // indirect
github.com/flanksource/is-healthy v1.0.88 // indirect
Expand Down
4 changes: 4 additions & 0 deletions chart/test/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,16 @@ github.com/flanksource/clicky v1.21.43 h1:xQxHUDyKQdRFTQfhGAk5G6j2r9Du2Qq1Gfn+T7
github.com/flanksource/clicky v1.21.43/go.mod h1:wxgvRVic4B8cWCxQ7EO57Q6zBnV49VUoGJ0i9SMdVt4=
github.com/flanksource/clicky v1.21.44 h1:EwDaWXOPF7Tu5UeL/TE168n89LZqjRMUptcg1kw6884=
github.com/flanksource/clicky v1.21.44/go.mod h1:wxgvRVic4B8cWCxQ7EO57Q6zBnV49VUoGJ0i9SMdVt4=
github.com/flanksource/clicky v1.21.48 h1:yCbCk6rDEgtxdknuQV6uZLsvVqCPGYNO7dHuLgbtOp4=
github.com/flanksource/clicky v1.21.48/go.mod h1:2gAph3Uy90AYirGmkEP/D4okiFZlrH2XdcoXf69oZHY=
github.com/flanksource/commons v1.53.1 h1:WiMvY9XGG//L4ndYKTcmp0NjWXg4B7Wbn4hYWkITUmY=
github.com/flanksource/commons v1.53.1/go.mod h1:ZII22jIDJ3fd/Mz7l0SzLFEv8aoSUg+xwfJAAVf8up4=
github.com/flanksource/commons-db v0.1.20 h1:wk0ezM7oq0mQcKA+DW6DKKTuDHqgmCQkAu7ddxhd7M8=
github.com/flanksource/commons-db v0.1.20/go.mod h1:Td/fCQmw3S0hBVBHI/6pjE/xk4KB91/FI/V1QMcHV8U=
github.com/flanksource/commons-db v0.1.21 h1:CC9Qxsg/jI6vnK5u61G/nuYkfbBwr3718eJqpgHfS88=
github.com/flanksource/commons-db v0.1.21/go.mod h1:Td/fCQmw3S0hBVBHI/6pjE/xk4KB91/FI/V1QMcHV8U=
github.com/flanksource/commons-db v0.1.22 h1:VF1oAVwMtTbK4Le8vxza/ICC5efRWWpi6BqKJvGrM58=
github.com/flanksource/commons-db v0.1.22/go.mod h1:pdeJF+cRK2rehJcDJBnth8VNG+0BFQb8jBbXxsDL+EI=
github.com/flanksource/commons-test v0.1.15 h1:YmGO7jeaFdbyfJCWpzIJNxU8j4b3QNPwfLT/5UoaUck=
github.com/flanksource/commons-test v0.1.15/go.mod h1:7Ir8vYdYuKuAY/t4h1F5bwupdNXzG+ygctX2pxosrbI=
github.com/flanksource/gomplate/v3 v3.24.84 h1:UOE0yCJsczTIKRaHUvhD6tjCYrbNvOugAizuy0FVlhE=
Expand Down
Loading