You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
256 B
11 lines
256 B
|
5 years ago
|
module github.com/makeworld-the-better-one/didder
|
||
|
|
|
||
|
|
go 1.16
|
||
|
|
|
||
|
|
require (
|
||
|
|
github.com/disintegration/imaging v1.6.2
|
||
|
|
github.com/makeworld-the-better-one/dither/v2 v2.1.0
|
||
|
|
github.com/urfave/cli/v2 v2.3.0
|
||
|
|
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb
|
||
|
|
)
|