mirror of
https://github.com/muun/recovery.git
synced 2025-02-23 11:32:33 -05:00
9 lines
169 B
Modula-2
9 lines
169 B
Modula-2
module github.com/hhrutter/tiff
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
github.com/hhrutter/lzw v0.0.0-20190827003112-58b82c5a41cc
|
|
golang.org/x/image v0.0.0-20190823064033-3a9bac650e44
|
|
)
|