Skip to content
Closed
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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ require (
github.com/eko/gocache/store/go_cache/v4 v4.2.2
github.com/exaring/otelpgx v0.9.3
github.com/fergusstrange/embedded-postgres v1.34.0
github.com/flanksource/clicky v1.21.37-0.20260715094201-d847a9108f43
github.com/flanksource/clicky v1.21.40
github.com/flanksource/commons v1.53.1
github.com/flanksource/deps v1.0.26
github.com/flanksource/gomplate/v3 v3.24.82
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ github.com/fergusstrange/embedded-postgres v1.34.0 h1:c6RKhPKFsLVU+Tdxsx8q0UxCHs
github.com/fergusstrange/embedded-postgres v1.34.0/go.mod h1:w0YvnCgf19o6tskInrOOACtnqfVlOvluz3hlNLY7tRk=
github.com/flanksource/clicky v1.21.37-0.20260715094201-d847a9108f43 h1:8SNaLRmA64xea5//NrSobiFKXr7cq4yz6NGvt9xl3JE=
github.com/flanksource/clicky v1.21.37-0.20260715094201-d847a9108f43/go.mod h1:832IbjMZgsqGYF2fwskgUZ6zrvf7qfxpFv3mfLO2DWg=
github.com/flanksource/clicky v1.21.40 h1:96JqmjBSNe3nTRM43KBLrAXLE2e5OIK7X4uy9Dub8Co=
github.com/flanksource/clicky v1.21.40/go.mod h1:wyMaDJleu6wHw6jgg3/BfHFXY5JSsyGG6X1vnFRLfHc=
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/deps v1.0.26 h1:nudwNXjXU1utu9eNqZ5hy+sWA+cNkVdjwT51C1YXYzs=
Expand Down
Loading