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 @@ -17,13 +17,14 @@ require (
github.com/go-jose/go-jose/v4 v4.0.3
github.com/google/uuid v1.6.0
github.com/hashicorp/hcl/v2 v2.21.0
github.com/hashicorp/terraform-config-inspect v0.0.0-20240701073647-9fc3669f7553
github.com/hexops/gotextdiff v1.0.3
github.com/jedib0t/go-pretty/v6 v6.5.9
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.2
github.com/overmindtech/aws-source v0.0.0-20240723080057-718c447a98d5
github.com/overmindtech/aws-source v0.0.0-20240723090937-e2f9edb690d8
github.com/overmindtech/sdp-go v0.80.0
github.com/overmindtech/stdlib-source v0.0.0-20240718131945-5d4742e6c9cb
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
Expand Down Expand Up @@ -112,7 +113,6 @@ require (
github.com/gorilla/css v1.0.0 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/hashicorp/terraform-config-inspect v0.0.0-20240701073647-9fc3669f7553 // indirect
github.com/iancoleman/strcase v0.2.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N
github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY=
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-20240723080057-718c447a98d5 h1:x+zDf5S0Ae3Y5Evk0UySxeRMRcPr4JhxfRfJzLcAiIQ=
github.com/overmindtech/aws-source v0.0.0-20240723080057-718c447a98d5/go.mod h1:IU5Z+hFouu6ljSAi8zAEIm7mbaEYw0OuIqiYyELVyzw=
github.com/overmindtech/aws-source v0.0.0-20240723090937-e2f9edb690d8 h1:c1qyf+WRmJoqUtlupXw2qzV0mDCIaZdHhjExknhwimw=
github.com/overmindtech/aws-source v0.0.0-20240723090937-e2f9edb690d8/go.mod h1:IU5Z+hFouu6ljSAi8zAEIm7mbaEYw0OuIqiYyELVyzw=
github.com/overmindtech/discovery v0.27.6 h1:p+xMEIST0fk6HfbejXR+Ea59+JA5zjCO4zvRqelRqwE=
github.com/overmindtech/discovery v0.27.6/go.mod h1:A3wvNM6VTo7qfGExWQ+fgh+NfLh35nuPJ7wF4pLYEQI=
github.com/overmindtech/sdp-go v0.80.0 h1:VD2x5UlBmgVsIaFoNzOMmrVcvDeFdIDNIMHGLEBIbOg=
Expand Down