-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
34 lines (32 loc) · 1.36 KB
/
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
27
28
29
30
31
32
33
34
module github.com/MAVIKE/yad-backend
go 1.15
require (
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/containerd/continuity v0.1.0 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible
github.com/fsnotify/fsnotify v1.4.9 // indirect
github.com/go-openapi/spec v0.20.3 // indirect
github.com/jmoiron/sqlx v1.3.1
github.com/labstack/echo/v4 v4.2.1
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.9.0
github.com/mailru/easyjson v0.7.7 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/moby/term v0.0.0-20201216013528-df9cb8a40635 // indirect
github.com/ory/dockertest/v3 v3.6.3
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.7.0
github.com/swaggo/echo-swagger v1.1.0
github.com/swaggo/swag v1.7.0
golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b // indirect
golang.org/x/mod v0.4.0 // indirect
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7 // indirect
golang.org/x/tools v0.1.0 // indirect
gopkg.in/webdeskltd/dadata.v2 v2.0.0-20190503150402-ba1c2deb8492
)