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
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.3-0.20241212154518-8c990cd6cf4b
github.com/overmindtech/aws-source v0.0.0-20241220003340-3cf973b4a234
github.com/overmindtech/aws-source v0.0.0-20241220003356-00aede0b1f01
github.com/overmindtech/discovery v0.33.4
github.com/overmindtech/k8s-source v0.9.1
github.com/overmindtech/pterm v0.0.0-20240919144758-04d94ccb2297
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ 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-20241220003340-3cf973b4a234 h1:u0pvHMPZr29VBE8lMHKJ50vTduDdO75Zl25vQQlh+pk=
github.com/overmindtech/aws-source v0.0.0-20241220003340-3cf973b4a234/go.mod h1:thmkBY0UupFlKiMqknfI5F4mBOQfv+76ZiuKds/L1jM=
github.com/overmindtech/aws-source v0.0.0-20241220003356-00aede0b1f01 h1:c4lFjrIsz1cqcfIXqabBHHppSs1wg9h1KhuS1y4kS0Y=
github.com/overmindtech/aws-source v0.0.0-20241220003356-00aede0b1f01/go.mod h1:9kHh28G3mS15gDoHOcddzg3qYdIbv8TOdaudXF4ONmA=
github.com/overmindtech/discovery v0.33.4 h1:WVT9FYq192arZXJmFB7xV78WFwh9csVsrQl3oz+l0gQ=
github.com/overmindtech/discovery v0.33.4/go.mod h1:7UPPFwHMWVEVejvBVemyKMfGhBzinoQ0vxvj4D5YVyU=
github.com/overmindtech/k8s-source v0.9.1 h1:CSo1JWJCDjbz8u+FIJawgGy959QnNPJOJv56t9bEQEs=
Expand Down
Loading