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 @@ -25,7 +25,7 @@ require (
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/overmindtech/aws-source v0.0.0-20240723090937-e2f9edb690d8
github.com/overmindtech/sdp-go v0.80.0
github.com/overmindtech/sdp-go v0.80.1
github.com/overmindtech/stdlib-source v0.0.0-20240718131945-5d4742e6c9cb
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
github.com/sirupsen/logrus v1.9.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ github.com/overmindtech/aws-source v0.0.0-20240723090937-e2f9edb690d8 h1:c1qyf+W
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=
github.com/overmindtech/sdp-go v0.80.0/go.mod h1:V7ngEXMJaUlsrASK9Zd3NZGbZtllkvfiN/aIg354h9U=
github.com/overmindtech/sdp-go v0.80.1 h1:/btYBzql9j1UqEyt1R7zTHbLYmmGsuPVSy14iY/oNM8=
github.com/overmindtech/sdp-go v0.80.1/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-20240718131945-5d4742e6c9cb h1:gV50Ej04Frso5EeazwxLQBugpPcc8Wognhho+cCapjI=
Expand Down