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,9 +24,9 @@ require (
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-20240726002113-89ea74993cd0
github.com/overmindtech/aws-source v0.0.0-20240729160650-8023d0990ff8
github.com/overmindtech/sdp-go v0.83.0
github.com/overmindtech/stdlib-source v0.0.0-20240725161540-c23fa7dca1a9
github.com/overmindtech/stdlib-source v0.0.0-20240729160053-d949893621d3
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/sirupsen/logrus v1.9.3
github.com/spf13/cobra v1.8.1
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -248,16 +248,16 @@ 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-20240726002113-89ea74993cd0 h1:ck4wHerrBKggM/lJNgcf8Ufg9quDUwbFzAlewGPBnRs=
github.com/overmindtech/aws-source v0.0.0-20240726002113-89ea74993cd0/go.mod h1:tgrPF9W6LbxMLFLWuUGBp0xs5ePc7iGR0t+ozihY69k=
github.com/overmindtech/aws-source v0.0.0-20240729160650-8023d0990ff8 h1:tJQG7/sSbsz6jVJM5wkAHgSBrrCrxgZrm941JqhzEis=
github.com/overmindtech/aws-source v0.0.0-20240729160650-8023d0990ff8/go.mod h1:okBAh2PppWGNm5QZ8nuauJTEn+nSlcgKXRUw8ctyUu0=
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.83.0 h1:/NjdgEHoiUKlNLuueJOf8cDlU7hD6AhUVU+wODkYj/M=
github.com/overmindtech/sdp-go v0.83.0/go.mod h1:V7ngEXMJaUlsrASK9Zd3NZGbZtllkvfiN/aIg354h9U=
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-20240725161540-c23fa7dca1a9 h1:R+MOZRC6IDLHF0Ap5H+xIMx3byTRyjFu6BG8nD71cQU=
github.com/overmindtech/stdlib-source v0.0.0-20240725161540-c23fa7dca1a9/go.mod h1:QcGXcGb+4YbAFJEtoA3YkQHvnPcy/FBg7Igixvde8UM=
github.com/overmindtech/stdlib-source v0.0.0-20240729160053-d949893621d3 h1:kaB2c4WQq1qTjFhfeqH7+doVWw6i3p73CSFXhiY8JCo=
github.com/overmindtech/stdlib-source v0.0.0-20240729160053-d949893621d3/go.mod h1:wqCkzQ2V6e7tLN2TKvUTQGXuVu+HLTLNs0n1B1qHqyQ=
github.com/pelletier/go-toml/v2 v2.2.2 h1:aYUidT7k73Pcl9nb2gScu7NSrKCSHIDE89b3+6Wq+LM=
github.com/pelletier/go-toml/v2 v2.2.2/go.mod h1:1t835xjRzz80PqgE6HHgN2JOsmgYu/h4qDAS4n929Rs=
github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4=
Expand Down