mirror of
https://github.com/maputnik/editor.git
synced 2025-12-06 06:10:00 +00:00
28 lines
881 B
Modula-2
28 lines
881 B
Modula-2
module maputnik/desktop
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/GeertJohan/go.rice v1.0.3
|
|
github.com/fsnotify/fsnotify v1.6.0
|
|
github.com/gorilla/handlers v1.5.1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/maputnik/desktop v1.0.7
|
|
github.com/urfave/cli v1.22.12
|
|
)
|
|
|
|
require (
|
|
github.com/GeertJohan/go.incremental v1.0.0 // indirect
|
|
github.com/akavel/rsrc v0.8.0 // indirect
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/daaku/go.zipexe v1.0.2 // indirect
|
|
github.com/felixge/httpsnoop v1.0.1 // indirect
|
|
github.com/jessevdk/go-flags v1.4.0 // indirect
|
|
github.com/nkovacs/streamquote v1.0.0 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/valyala/bytebufferpool v1.0.0 // indirect
|
|
github.com/valyala/fasttemplate v1.0.1 // indirect
|
|
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
|
|
)
|