magnacarto/go.mod
dependabot[bot] 4a7242a248
build(deps): bump golang.org/x/net from 0.20.0 to 0.23.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.20.0 to 0.23.0.
- [Commits](https://github.com/golang/net/compare/v0.20.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-19 13:00:06 +00:00

19 lines
574 B
Modula-2

module github.com/omniscale/magnacarto
go 1.12
require (
github.com/BurntSushi/toml v1.3.2
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/felixge/httpsnoop v1.0.4 // indirect
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/hsluv/hsluv-go v2.0.0+incompatible
github.com/natefinch/pie v0.0.0-20170715172608-9a0d72014007
github.com/omniscale/go-mapnik/v2 v2.0.1
github.com/stretchr/testify v1.3.0
golang.org/x/net v0.23.0
gopkg.in/fsnotify.v1 v1.4.7
gopkg.in/yaml.v2 v2.4.0
)