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

Commit

Permalink
apply fix to gio PR #67
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmasala committed Mar 8, 2022
1 parent 58083d0 commit 92ded26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ module github.com/katzenpost/catchat

go 1.17

replace gioui.org => github.com/mixmasala/gio v0.0.0-20220307160723-d54f4ba3dbc1
replace gioui.org => github.com/mixmasala/gio v0.0.0-20220308011930-67564b533c2a

replace gioui.org/cmd => github.com/mixmasala/gio/cmd v0.0.0-20220308011930-67564b533c2a

require (
gioui.org v0.0.0-20220307121938-3e18a310af31
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS4
github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY=
github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
github.com/mixmasala/gio v0.0.0-20220307160723-d54f4ba3dbc1 h1:3Zci6SPIBLAbuudBacze3He/qKQhTWksx+sUryPkPMA=
github.com/mixmasala/gio v0.0.0-20220307160723-d54f4ba3dbc1/go.mod h1:iB4nIFZ3wYfsmKug7/YN6hO2yjfqKSct3SQT3mHFhsw=
github.com/mixmasala/gio v0.0.0-20220308011930-67564b533c2a h1:CqlYZVqVB3cQfaQMJtYGq/tQ+zT74txA4n5e7yshyj8=
github.com/mixmasala/gio v0.0.0-20220308011930-67564b533c2a/go.mod h1:iB4nIFZ3wYfsmKug7/YN6hO2yjfqKSct3SQT3mHFhsw=
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
Expand Down

0 comments on commit 92ded26

Please sign in to comment.