mirror of
https://github.com/LdDl/go-darknet.git
synced 2025-09-26 19:51:27 +08:00
9 lines
137 B
Modula-2
9 lines
137 B
Modula-2
module go-darknet
|
|
|
|
go 1.17
|
|
|
|
require (
|
|
github.com/disintegration/imaging v1.6.2
|
|
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
|
|
)
|