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 @@ -24,10 +24,10 @@ require (
github.com/muesli/termenv v0.15.3-0.20240912151726-82936c5ea257
github.com/overmindtech/aws-source v0.0.0-20241106142210-74e269452a2e
github.com/overmindtech/discovery v0.30.0
github.com/overmindtech/k8s-source v0.8.1-0.20241030163309-da7679e95f61
github.com/overmindtech/k8s-source v0.8.1-0.20241106154224-56450f608e1b
github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297
github.com/overmindtech/sdp-go v0.97.0
github.com/overmindtech/stdlib-source v0.0.0-20241030163048-1250dcbf584a
github.com/overmindtech/stdlib-source v0.0.0-20241106161925-8be69d98c2f8
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-20241106142210-74e269452a2e h1:PnDl44s
github.com/overmindtech/aws-source v0.0.0-20241106142210-74e269452a2e/go.mod h1:ba2GtFoTcCgVOMUXApYVrPjwYqepCWZp1+T0VTizby8=
github.com/overmindtech/discovery v0.30.0 h1:cZoYfHtLIzYTAtJO0r8+SAmtFdY+RaozD9hhOJ+6gro=
github.com/overmindtech/discovery v0.30.0/go.mod h1:rYAyBHfdvK57fUusO4+Qh/YkKMBvbxv6HYWNo23Dhe8=
github.com/overmindtech/k8s-source v0.8.1-0.20241030163309-da7679e95f61 h1:NUDEYM/HB/ayACtHoodRZcEkmxSn8fbAsrNg7mo1C+w=
github.com/overmindtech/k8s-source v0.8.1-0.20241030163309-da7679e95f61/go.mod h1:PK2/cK5obG5dpT5ecwx6I5q36EX+T1VSy+CA2uEJ22w=
github.com/overmindtech/k8s-source v0.8.1-0.20241106154224-56450f608e1b h1:gVn1I0vkKDRU4raH0HiILnkdBET9iTs75Fko40p4gSs=
github.com/overmindtech/k8s-source v0.8.1-0.20241106154224-56450f608e1b/go.mod h1:qyeHWXu4Crau35H7dtmSxG6+TysFF7BMIUbRDgNUaXk=
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.97.0 h1:9iyln5ynbJGTxtCcRQgDSEN3WVwDsolbI2wjRGEeAT4=
github.com/overmindtech/sdp-go v0.97.0/go.mod h1:o/u4PfocvsKgnwxPoTnCWm9MHF1mkOIeJxIRWgiRvLc=
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-20241030163048-1250dcbf584a h1:sp/0m6VsA9do/OORiHS8x/arnlNHYWZoXVZbgom36D0=
github.com/overmindtech/stdlib-source v0.0.0-20241030163048-1250dcbf584a/go.mod h1:gEt8xo9RavtqpsVZxmnFMzX6rhNo/V9dvNgvAIIbLwg=
github.com/overmindtech/stdlib-source v0.0.0-20241106161925-8be69d98c2f8 h1:EbPRszprt9589zCbtlFsT7+K2Mlk70H8hiavqTiuIVE=
github.com/overmindtech/stdlib-source v0.0.0-20241106161925-8be69d98c2f8/go.mod h1:r8FCXM7G554q7/bWvTNtYOzkms5Rb4cVv126LgA36MA=
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