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

11 lines
265 B
Modula-2
Raw Normal View History

2020-06-22 12:09:39 +00:00
module github.com/tribalwarshelp/map-generator
2021-02-23 17:05:23 +00:00
go 1.16
2020-06-22 12:09:39 +00:00
require (
2020-06-23 14:33:52 +00:00
github.com/disintegration/imaging v1.6.2
github.com/pkg/errors v0.9.1
github.com/tribalwarshelp/shared v0.0.0-20210723104616-9fe0aafafeb6
golang.org/x/image v0.0.0-20210628002857-a66eb6448b8d
2020-06-22 12:09:39 +00:00
)