-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
26 lines (24 loc) · 1004 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
module github.com/olhoneles/politicos-go
go 1.15
require (
github.com/0xAX/notificator v0.0.0-20191016112426-3962a5ea8da1 // indirect
github.com/alecthomas/repr v0.0.0-20201006074542-804e374aceb1
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/codegangsta/envy v0.0.0-20141216192214-4b78388c8ce4 // indirect
github.com/codegangsta/gin v0.0.0-20171026143024-cafe2ce98974 // indirect
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/gosimple/slug v1.9.0
github.com/labstack/echo/v4 v4.1.17
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mattn/go-shellwords v1.0.10 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1
github.com/swaggo/echo-swagger v1.0.0
github.com/swaggo/swag v1.6.3
go.mongodb.org/mongo-driver v1.4.2
golang.org/x/text v0.3.3
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/urfave/cli.v1 v1.20.0 // indirect
)