mirror of
https://github.com/esimov/caire.git
synced 2026-04-23 00:07:11 +08:00
12 lines
310 B
Modula-2
12 lines
310 B
Modula-2
module github.com/esimov/caire
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
gioui.org v0.0.0-20211113093644-40bc2e1f88b8
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/esimov/pigo v1.4.5
|
|
github.com/pkg/errors v0.9.1
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1
|
|
) |