aboutsummaryrefslogtreecommitdiff
path: root/go.mod
blob: 95fca89e8fd951999757e763fab738ded539bf45 (plain) (blame)
1
2
3
4
5
6
7
8
module github.com/neonxp/StaticMap

go 1.14

require (
	github.com/disintegration/imaging v1.6.2
	github.com/labstack/echo/v4 v4.1.16
)