This repository has been archived on 2022-09-04. You can view files and clone it, but cannot push or open issues or pull requests.
map-generator/go.mod
2020-12-30 16:51:44 +01:00

11 lines
265 B
Modula-2

module github.com/tribalwarshelp/map-generator
go 1.14
require (
github.com/disintegration/imaging v1.6.2
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/shared v0.0.0-20201225112152-d1d8bc92fc33
golang.org/x/image v0.0.0-20200618115811-c13761719519
)