20 lines
595 B
Modula-2
20 lines
595 B
Modula-2
module forge.cadoles.com/wpetit/guesstimate
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/SebastiaanKlippert/go-wkhtmltopdf v1.5.0
|
|
github.com/asdine/storm/v3 v3.1.1
|
|
github.com/caarlos0/env/v6 v6.2.1
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/go-chi/chi v4.1.1+incompatible
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
gitlab.com/wpetit/goweb v0.0.0-20200418152305-76dea96a46ce
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
gopkg.in/evanphx/json-patch.v4 v4.5.0
|
|
gopkg.in/yaml.v2 v2.2.8
|
|
)
|
|
|
|
// replace gitlab.com/wpetit/goweb => ../goweb
|