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 go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ require (
github.com/muesli/termenv v0.15.3-0.20240912151726-82936c5ea257
github.com/overmindtech/aws-source v0.0.0-20241115185732-6c5019bfe8b0
github.com/overmindtech/discovery v0.31.2
github.com/overmindtech/k8s-source v0.8.1-0.20241115004326-2da487365853
github.com/overmindtech/k8s-source v0.8.1-0.20241115195736-3f524c8fc060
github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297
github.com/overmindtech/sdp-go v0.100.0
github.com/overmindtech/stdlib-source v0.0.0-20241115010835-1db26eda3316
github.com/overmindtech/stdlib-source v0.0.0-20241115202153-a54fd03513e7
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/sirupsen/logrus v1.9.3
github.com/sourcegraph/conc v0.3.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -318,16 +318,16 @@ github.com/overmindtech/aws-source v0.0.0-20241115185732-6c5019bfe8b0 h1:/39UR2Z
github.com/overmindtech/aws-source v0.0.0-20241115185732-6c5019bfe8b0/go.mod h1:/8vEsl1hr/QtO2U0HDE85UYOIUkVhqERl9l0vOw8I+4=
github.com/overmindtech/discovery v0.31.2 h1:tLR1LxHwbpHSiboZiYA+5loxav9YJj1ZCMWyNrBF4e0=
github.com/overmindtech/discovery v0.31.2/go.mod h1:9Y97Ynm15PTRSt/lsZQ68JTpgIngupxDDGdHdAFFCxE=
github.com/overmindtech/k8s-source v0.8.1-0.20241115004326-2da487365853 h1:hT6LW2stZMbgAaGL8JabgxxtyfydY9ISsHCJlRXEwIo=
github.com/overmindtech/k8s-source v0.8.1-0.20241115004326-2da487365853/go.mod h1:qWT8ulimFhRdRvvnnE/fnaZFwiNQfog0Wd4iWJ7++rk=
github.com/overmindtech/k8s-source v0.8.1-0.20241115195736-3f524c8fc060 h1:sEzch5fsu4WkvAiPokR4rS9u+JNDopTx7ghd/8HxQII=
github.com/overmindtech/k8s-source v0.8.1-0.20241115195736-3f524c8fc060/go.mod h1:yD321xlu0DvbiJoyj1m6Bm0rNoNcuJON2jXaZITH4a4=
github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297 h1:ih4bqBMHTCtg3lMwJszNkMGO9n7Uoe0WX5be1/x+s+g=
github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297/go.mod h1:bRQZYnvLrW1S5wYT6tbQnun8NpO5X6zP5cY3VKuDc4U=
github.com/overmindtech/sdp-go v0.100.0 h1:hZo9R8fBCMTAVcdsUjHbCVsQQpB+SJV+Rfxni2oXKa8=
github.com/overmindtech/sdp-go v0.100.0/go.mod h1:k+F4AXyqbME/xLpR4FBet+Vq6uwbpvGp7638qLuX6cs=
github.com/overmindtech/sdpcache v1.6.4 h1:MJoYBDqDE3s8FrRzZ0RPgFiH39HWI/Mv2ImH1NdLT8k=
github.com/overmindtech/sdpcache v1.6.4/go.mod h1:/F9XStVdntRJEQjlZ86BPuB1Y7VPo1PFcsCNiU1IoGE=
github.com/overmindtech/stdlib-source v0.0.0-20241115010835-1db26eda3316 h1:R3BYkNHNoo/U2dzzjoowh2qQlnHM1F4VPmC3G2zD9xk=
github.com/overmindtech/stdlib-source v0.0.0-20241115010835-1db26eda3316/go.mod h1:KuHw0KlrcVYxcE3vhihT4gC5ZVaBZo6eJ+Nc40Xf5oM=
github.com/overmindtech/stdlib-source v0.0.0-20241115202153-a54fd03513e7 h1:9ceYG6bxavNm/fv7gBzqIBwJOWR3BsASJDg8PwPtYYU=
github.com/overmindtech/stdlib-source v0.0.0-20241115202153-a54fd03513e7/go.mod h1:pG+/4gpiEO8i349ZuMlF5mbAYRt+Gsf7useG3+101Rw=
github.com/pelletier/go-toml v1.9.5 h1:4yBQzkHv+7BHq2PQUZF3Mx0IYxG7LsP222s7Agd3ve8=
github.com/pelletier/go-toml v1.9.5/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
Expand Down
Loading