mirror of
https://github.com/Kakune55/Pixel.git
synced 2025-05-06 18:29:25 +08:00
10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
module Pixel
|
|
|
|
go 1.21.3
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
github.com/mattn/go-sqlite3 v1.14.19
|
|
golang.org/x/image v0.0.0-20191009234506-e7c1f5e7dbb8 // indirect
|
|
)
|