23 lines
774 B
Modula-2
23 lines
774 B
Modula-2
module constanze
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/go-playground/validator/v10 v10.11.1
|
|
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
|
github.com/sirupsen/logrus v1.9.0
|
|
github.com/urfave/cli/v2 v2.23.7
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
|
|
github.com/go-playground/locales v0.14.0 // indirect
|
|
github.com/go-playground/universal-translator v0.18.0 // indirect
|
|
github.com/leodido/go-urn v1.2.1 // indirect
|
|
github.com/russross/blackfriday/v2 v2.1.0 // indirect
|
|
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
|
|
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect
|
|
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
|
|
golang.org/x/text v0.3.7 // indirect
|
|
)
|