mirror of
https://github.com/Dadido3/noita-mapcap.git
synced 2024-11-18 17:17:31 +00:00
16 lines
590 B
Modula-2
16 lines
590 B
Modula-2
module github.com/Dadido3/noita-mapcap
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/BurntSushi/xgb v0.0.0-20200324125942-20f126ea2843 // indirect
|
|
github.com/cheggaaa/pb/v3 v3.0.4
|
|
github.com/gen2brain/shm v0.0.0-20200228170931-49f9650110c5 // indirect
|
|
github.com/google/hilbert v0.0.0-20181122061418-320f2e35a565
|
|
github.com/kbinani/screenshot v0.0.0-20191211154542-3a185f1ce18f
|
|
github.com/lxn/win v0.0.0-20191128105842-2da648fda5b4 // indirect
|
|
github.com/manifoldco/promptui v0.3.2
|
|
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
|
|
golang.org/x/image v0.0.0-20200430140353-33d19683fad8
|
|
)
|