go-spatial / tegola

Tegola is a Mapbox Vector Tile server written in Go
http://tegola.io/
MIT License
1.28k stars 196 forks source link

Update TOML package #799

Closed ear7h closed 3 years ago

ear7h commented 3 years ago

The TOML package has recently released v0.4.0 which supports TOML v1.0.

I bring this up bc I'm trying to set up a Dhall schema for Tegola and the upstream TOML library produces the following line:

webserver.port = ":8080"

Which v0.3.1 does not support.