Skip to content
Open
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 @@ -3,7 +3,7 @@ module go.davsk.net/frodo
go 1.23.4

require (
github.com/mouuff/go-rocket-update v1.5.4
github.com/mouuff/go-rocket-update v1.5.6
github.com/spf13/cobra v1.9.1
github.com/spf13/viper v1.20.0
golang.org/x/sys v0.31.0
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyua
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/mouuff/go-rocket-update v1.5.4 h1:3WCqriXSzfcrMq7AhIW4AjG9EptWeJRBCvJRZ8iRWyo=
github.com/mouuff/go-rocket-update v1.5.4/go.mod h1:CnOyUYCxAJyC1g1mebSGC7gJysLTlX+RpxKgD1B0zLs=
github.com/mouuff/go-rocket-update v1.5.6 h1:rPlValNW2w8lDs0BFyTwQIrm8ZK4AxgSkQ4Mzn2LK+o=
github.com/mouuff/go-rocket-update v1.5.6/go.mod h1:c8aC+54ym+GsjihxJEkNnOPaoFLuJbp58YyqubVBvpg=
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/pelletier/go-toml/v2 v2.2.3 h1:YmeHyLY8mFWbdkNWwpr+qIL2bEqT0o95WSdkNHvL12M=
Expand Down
27 changes: 0 additions & 27 deletions vendor/github.com/kardianos/osext/LICENSE

This file was deleted.

21 changes: 0 additions & 21 deletions vendor/github.com/kardianos/osext/README.md

This file was deleted.

33 changes: 0 additions & 33 deletions vendor/github.com/kardianos/osext/osext.go

This file was deleted.

9 changes: 0 additions & 9 deletions vendor/github.com/kardianos/osext/osext_go18.go

This file was deleted.

22 changes: 0 additions & 22 deletions vendor/github.com/kardianos/osext/osext_plan9.go

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/kardianos/osext/osext_procfs.go

This file was deleted.

126 changes: 0 additions & 126 deletions vendor/github.com/kardianos/osext/osext_sysctl.go

This file was deleted.

36 changes: 0 additions & 36 deletions vendor/github.com/kardianos/osext/osext_windows.go

This file was deleted.

Loading
Loading