diff --git a/go.mod b/go.mod index 771fcd1..8dadd25 100644 --- a/go.mod +++ b/go.mod @@ -28,7 +28,7 @@ require ( github.com/overmindtech/k8s-source v0.9.1 github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297 github.com/overmindtech/sdp-go v0.104.0 - github.com/overmindtech/stdlib-source v0.0.0-20241220000555-24260b168d74 + github.com/overmindtech/stdlib-source v0.0.0-20250106083314-840bc6bb09e8 github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c github.com/sirupsen/logrus v1.9.3 github.com/sourcegraph/conc v0.3.0 diff --git a/go.sum b/go.sum index 8b62c77..97a5c77 100644 --- a/go.sum +++ b/go.sum @@ -328,8 +328,8 @@ github.com/overmindtech/sdp-go v0.104.0 h1:lLxkmQP1EczZT51RqBd8DwvMgPJgTRYmKGXWZ github.com/overmindtech/sdp-go v0.104.0/go.mod h1:893d1tGkQ985O1m1mvmiyQyVOzSXwW/8a4tpp+N/D1E= 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-20241220000555-24260b168d74 h1:vK68Bpa96THCiOyYP+T3/Jd5qIN9M3tcqyhQUjNn+0E= -github.com/overmindtech/stdlib-source v0.0.0-20241220000555-24260b168d74/go.mod h1:wixLgQrLbEtIfoPG6UOqnSp1FhR8By2PHCcS7q/gxZo= +github.com/overmindtech/stdlib-source v0.0.0-20250106083314-840bc6bb09e8 h1:4/BXn+oa+xbsSM5Oel6x9i/2fQw+Sh7JRrNSGQbr5Tg= +github.com/overmindtech/stdlib-source v0.0.0-20250106083314-840bc6bb09e8/go.mod h1:qdNtVodsiaJeO/FXO6Q5Hkd5kLD5RJfHWxHBunV4Vd8= 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=