Finalize v1.24
This commit is contained in:
parent
5397ed26b3
commit
0a619837c4
|
@ -4,8 +4,8 @@ go 1.17
|
|||
|
||||
require (
|
||||
github.com/HACKERALERT/clipboard v0.1.5-0.20211215214929-7345ba96aeca
|
||||
github.com/HACKERALERT/dialog v0.0.0-20211215220206-17f428aa513e
|
||||
github.com/HACKERALERT/giu v0.5.7-0.20220327031954-f16932ec1d06
|
||||
github.com/HACKERALERT/dialog v0.0.0-20220328212608-24c44f67b0e0
|
||||
github.com/HACKERALERT/giu v0.5.7-0.20220328205809-0a3331212c4e
|
||||
github.com/HACKERALERT/infectious v0.0.0-20220327020438-3073de4d0e0a
|
||||
github.com/HACKERALERT/serpent v0.0.0-20210716182301-293b29869c66
|
||||
github.com/HACKERALERT/zxcvbn-go v0.0.0-20210927200100-f131a4666ad5
|
||||
|
@ -13,9 +13,9 @@ require (
|
|||
)
|
||||
|
||||
require (
|
||||
github.com/HACKERALERT/gl v0.0.0-20220327023711-7f5daacfd4ff // indirect
|
||||
github.com/HACKERALERT/gl v0.0.0-20211216002416-e8bf2db61361 // indirect
|
||||
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211216001154-d0da149b3bef // indirect
|
||||
github.com/HACKERALERT/imgui-go v1.12.1-0.20220327031353-706c73407fa1 // indirect
|
||||
github.com/HACKERALERT/imgui-go v1.12.1-0.20220328205704-793c12595b34 // indirect
|
||||
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 // indirect
|
||||
github.com/HACKERALERT/w32 v0.0.0-20211215215707-4b84c2675d8d // indirect
|
||||
golang.org/x/sys v0.0.0-20220325203850-36772127a21f // indirect
|
||||
|
|
16
src/go.sum
16
src/go.sum
|
@ -1,15 +1,15 @@
|
|||
github.com/HACKERALERT/clipboard v0.1.5-0.20211215214929-7345ba96aeca h1:yZj12M2feFkat7l0r7s7QnKjJ4Q6UZOwVHroR4kQ4Nk=
|
||||
github.com/HACKERALERT/clipboard v0.1.5-0.20211215214929-7345ba96aeca/go.mod h1:kkjR9AGvIlIUJdjd/CBL1VfQvyPDE5kL31rAzY/r0s4=
|
||||
github.com/HACKERALERT/dialog v0.0.0-20211215220206-17f428aa513e h1:3tBZg/OOLNsQrSf5gZc8y3fXiHVxl+kg/iTs0maa0BA=
|
||||
github.com/HACKERALERT/dialog v0.0.0-20211215220206-17f428aa513e/go.mod h1:GxPIEf2nKp6Gx+sdpjwTdFIGmW5kj6Jta7rRO50TgpU=
|
||||
github.com/HACKERALERT/giu v0.5.7-0.20220327031954-f16932ec1d06 h1:rsYytZb109xvaFJbtdFQZoXYVExly/xLLAiNtrDM7oc=
|
||||
github.com/HACKERALERT/giu v0.5.7-0.20220327031954-f16932ec1d06/go.mod h1:HfkmTAHP8NrXtJPdAge+QBBKAxCU1B5imPKMzHxce/k=
|
||||
github.com/HACKERALERT/gl v0.0.0-20220327023711-7f5daacfd4ff h1:ayq8RpyjGJkuhwymTUAMNdDRl5SYp/R7EgR5tE5GkAs=
|
||||
github.com/HACKERALERT/gl v0.0.0-20220327023711-7f5daacfd4ff/go.mod h1:ZUosVzfEKNGLMLk6aj9yo0FSAhWWsbTMjuzeIUXniB0=
|
||||
github.com/HACKERALERT/dialog v0.0.0-20220328212608-24c44f67b0e0 h1:7sV1tRK6MnG0KOjllSxdUqNJrPt8rALIl2YRYun+i0w=
|
||||
github.com/HACKERALERT/dialog v0.0.0-20220328212608-24c44f67b0e0/go.mod h1:GxPIEf2nKp6Gx+sdpjwTdFIGmW5kj6Jta7rRO50TgpU=
|
||||
github.com/HACKERALERT/giu v0.5.7-0.20220328205809-0a3331212c4e h1:e4QFKc+4UAb2dp7owcKTBbONX5wKtMRaoFTGQuo+2w0=
|
||||
github.com/HACKERALERT/giu v0.5.7-0.20220328205809-0a3331212c4e/go.mod h1:14TS/mXxDftq5keQiiYeEur3J5XLO31ti/aSjgg/z5s=
|
||||
github.com/HACKERALERT/gl v0.0.0-20211216002416-e8bf2db61361 h1:NMPzcOu/LpfEUf0wRZlayjlU0345ujYOWZbVKsfL6g4=
|
||||
github.com/HACKERALERT/gl v0.0.0-20211216002416-e8bf2db61361/go.mod h1:ZUosVzfEKNGLMLk6aj9yo0FSAhWWsbTMjuzeIUXniB0=
|
||||
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211216001154-d0da149b3bef h1:MWA48bM0uKSblAiB51YtMDWEBhJtX+s3HcjlUN7o8cE=
|
||||
github.com/HACKERALERT/glfw/v3.3/glfw v0.0.0-20211216001154-d0da149b3bef/go.mod h1:aP+FSN9tk1W3UsQisFWxRLQ4WOF7T3niq68UYw0B150=
|
||||
github.com/HACKERALERT/imgui-go v1.12.1-0.20220327031353-706c73407fa1 h1:WvOnBTqCdmfndxLJMKvIBjvSCUGTgWldH9yA8OHEzD8=
|
||||
github.com/HACKERALERT/imgui-go v1.12.1-0.20220327031353-706c73407fa1/go.mod h1:6m8kRKkqQ60KM0dF3Ehf5q6cKsDDq+/td7SXKR8lVxY=
|
||||
github.com/HACKERALERT/imgui-go v1.12.1-0.20220328205704-793c12595b34 h1:eyajQLApyaPWZHsJg4Cs2mRi4V1diQCytARGxTd/jD4=
|
||||
github.com/HACKERALERT/imgui-go v1.12.1-0.20220328205704-793c12595b34/go.mod h1:Yo2L7QsU7d+Y6+Uput8+3AHYji0EFojRg4Sokun4Xb0=
|
||||
github.com/HACKERALERT/infectious v0.0.0-20220327020438-3073de4d0e0a h1:Gqs+wdmHzVsT5HxrMfwNAWoDOnDQVlk/fNxtpsaQ+nw=
|
||||
github.com/HACKERALERT/infectious v0.0.0-20220327020438-3073de4d0e0a/go.mod h1:xSuPEzKPGzUiAo1hlTjz/3e4iAjPzwGFGN7wyhy3CV8=
|
||||
github.com/HACKERALERT/mainthread v0.0.0-20211027212305-2ec9e701cc14 h1:DwWXverhu/dEsPM/GPykuHGh4SxW69DaGZL5t3fANG4=
|
||||
|
|
Loading…
Reference in New Issue