Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
update derohe to patch permissions bypass and remove channel close fo…
Browse files Browse the repository at this point in the history
…r confirm modal
  • Loading branch information
g45t345rt committed Apr 25, 2024
1 parent 74fc6ab commit 57f9ce3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion containers/confirm_modal/confirm_modal.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func (c *ConfirmModal) Close(yes bool) {
if c.Modal.Visible {
c.resChan <- yes
c.Modal.SetVisible(false)
close(c.resChan)
}
}

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
replace github.com/deroproject/derohe => github.com/g45t345rt/derohe v0.0.0-20240310201622-fa6068dae90e
replace github.com/deroproject/derohe => github.com/g45t345rt/derohe v0.0.0-20240425221956-0448c7282d5e

replace gioui.org => github.com/g45t345rt/gio v0.0.0-20240122184612-c525c77eb0c7

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ github.com/fortytw2/leaktest v1.3.0 h1:u8491cBMTQ8ft8aeV+adlcytMZylmA5nnwwkRZjI8
github.com/fortytw2/leaktest v1.3.0/go.mod h1:jDsjWgpAGjm2CA7WthBh/CdZYEPF31XHquHwclZch5g=
github.com/fxamacker/cbor/v2 v2.4.0 h1:ri0ArlOR+5XunOP8CRUowT0pSJOwhW098ZCUyskZD88=
github.com/fxamacker/cbor/v2 v2.4.0/go.mod h1:TA1xS00nchWmaBnEIxPSE5oHLuJBAVvqrtAnWBwBCVo=
github.com/g45t345rt/derohe v0.0.0-20240310201622-fa6068dae90e h1:gsQID+5xzJVl6q12jP9rr+BfEPoA+nzT2EtEvsrWD94=
github.com/g45t345rt/derohe v0.0.0-20240310201622-fa6068dae90e/go.mod h1:EWHh1VkXRnCHvyGML98kXhngDFYebmOhk/9kZ1ATJ1c=
github.com/g45t345rt/derohe v0.0.0-20240425221956-0448c7282d5e h1:TasObo+c2zYfpCdbzSI8FgnD2grygMRhQP8CDCEPfmA=
github.com/g45t345rt/derohe v0.0.0-20240425221956-0448c7282d5e/go.mod h1:EWHh1VkXRnCHvyGML98kXhngDFYebmOhk/9kZ1ATJ1c=
github.com/g45t345rt/gio v0.0.0-20240122184612-c525c77eb0c7 h1:ao26fRPFbsw2q/a448IGdQOrZFtXo0qLCnRqfUWXchA=
github.com/g45t345rt/gio v0.0.0-20240122184612-c525c77eb0c7/go.mod h1:2atiYR4upH71/6ehnh6XsUELa7JZOrOHHNMDxGBZF0Q=
github.com/g45t345rt/gio-x v0.0.0-20230919164904-d758e00e2b78 h1:K61Povf1yc0aFbTbNWYrOkS3h2RQa3jnKYK6e+AuP6A=
Expand Down

0 comments on commit 57f9ce3

Please sign in to comment.