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
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,15 @@ require (
github.com/hashicorp/terraform-config-inspect v0.0.0-20240801114854-6714b46f5fe4
github.com/hexops/gotextdiff v1.0.3
github.com/jedib0t/go-pretty/v6 v6.6.1
github.com/mattn/go-isatty v0.0.20
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.3-0.20240912151726-82936c5ea257
github.com/overmindtech/aws-source v0.0.0-20241111162535-68b22c081204
github.com/overmindtech/discovery v0.31.1
github.com/overmindtech/k8s-source v0.8.1-0.20241108015328-b78c61d825a5
github.com/overmindtech/aws-source v0.0.0-20241112193458-8b4c4e48ea93
github.com/overmindtech/discovery v0.31.2
github.com/overmindtech/k8s-source v0.8.1-0.20241112191322-b4b0e771f149
github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297
github.com/overmindtech/sdp-go v0.99.0
github.com/overmindtech/stdlib-source v0.0.0-20241111180649-9874dae4ac90
github.com/overmindtech/stdlib-source v0.0.0-20241112191431-18d7212e9482
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 Expand Up @@ -133,6 +132,7 @@ require (
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-runewidth v0.0.16 // indirect
github.com/micahhausler/aws-iam-policy v0.4.2 // indirect
github.com/microcosm-cc/bluemonday v1.0.27 // indirect
Expand Down
16 changes: 8 additions & 8 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -314,20 +314,20 @@ github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw=
github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro=
github.com/openrdap/rdap v0.9.2-0.20240517203139-eb57b3a8dedd h1:UuQycBx6K0lB0/IfHePshOYjlrptkF4FoApFP2Y4s3k=
github.com/openrdap/rdap v0.9.2-0.20240517203139-eb57b3a8dedd/go.mod h1:391Ww1JbjG4FHOlvQqCd6n25CCCPE64JzC5cCYPxhyM=
github.com/overmindtech/aws-source v0.0.0-20241111162535-68b22c081204 h1:GZXe9U0eF8Yyhg4YYFhg2pOia1QJ3bXm+3hYY/0GBAY=
github.com/overmindtech/aws-source v0.0.0-20241111162535-68b22c081204/go.mod h1:hHVBD6nGpaJdbDh+f03NwWggefUfZuhRkrdlj0vQLYY=
github.com/overmindtech/discovery v0.31.1 h1:4/zwDSt99aFj2T3TJZnUywb1gkSsmW4eVWveIdygXF4=
github.com/overmindtech/discovery v0.31.1/go.mod h1:9Y97Ynm15PTRSt/lsZQ68JTpgIngupxDDGdHdAFFCxE=
github.com/overmindtech/k8s-source v0.8.1-0.20241108015328-b78c61d825a5 h1:be7I0je72f+vCz6VPgANfjJNfg4cDaMkx9uECCeTHPw=
github.com/overmindtech/k8s-source v0.8.1-0.20241108015328-b78c61d825a5/go.mod h1:feamG48SGDWsZKnQgfXPHPT2yBXU5m6UKXeII4AkF20=
github.com/overmindtech/aws-source v0.0.0-20241112193458-8b4c4e48ea93 h1:l3uFx1lYiTncY3DhsdshthCCYIDPExEWHzatj52k6YU=
github.com/overmindtech/aws-source v0.0.0-20241112193458-8b4c4e48ea93/go.mod h1:4p0q2h6VzbpTMhZ9Y3m/B4J8e6l3DMn38WiYE2J77Oo=
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.20241112191322-b4b0e771f149 h1:w5U7ebbSjidv3R8fwgcvCRlYJauOjj86pAJiullET9E=
github.com/overmindtech/k8s-source v0.8.1-0.20241112191322-b4b0e771f149/go.mod h1:tcMXqCzIHbaAk8oiZzrbWv5+gUHLJowWHAfEgFsVxTE=
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.99.0 h1:DUeyG4irY8li4p+pv1LH403J3Do8QVYrREB2b2bhd00=
github.com/overmindtech/sdp-go v0.99.0/go.mod h1:cEdHMqGWE8+fdKcNqSps5SjD02Zu0aSvXh+3q9rpySc=
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-20241111180649-9874dae4ac90 h1:Oi4FSn6xcvwHAQLIMRVnwCiQgWS2H9lYbWmbNyBed6A=
github.com/overmindtech/stdlib-source v0.0.0-20241111180649-9874dae4ac90/go.mod h1:DLkGjK7hCjNJLn1oKUwf2zM8sgtYj0wwybjX4gEP7z8=
github.com/overmindtech/stdlib-source v0.0.0-20241112191431-18d7212e9482 h1:2O5/l8kkBFAn66PGrq1Hw+X9hmzT/awUeLtCIRMVLrw=
github.com/overmindtech/stdlib-source v0.0.0-20241112191431-18d7212e9482/go.mod h1:IPEBQswekGnNnS5j2+ukozvX7crvQgmi1OJNPzzO16M=
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