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

10 lines
223 B
Modula-2
Raw Normal View History

2020-06-22 12:09:39 +00:00
module github.com/tribalwarshelp/map-generator
go 1.14
require (
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/shared v0.0.0-20200622084436-3a768c8bf574
golang.org/x/image v0.0.0-20200618115811-c13761719519
2020-06-22 12:09:39 +00:00
)