-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
23 lines (21 loc) · 787 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
module github.com/Angry-Lab/api
go 1.14
require (
github.com/asaskevich/govalidator v0.0.0-20200819183940-29e1ff8eb0bb
github.com/ericlagergren/decimal v0.0.0-20181231230500-73749d4874d5
github.com/friendsofgo/errors v0.9.2
github.com/kat-co/vala v0.0.0-20170210184112-42e1d8b61f12
github.com/kelseyhightower/envconfig v1.4.0
github.com/labstack/echo/v4 v4.1.16
github.com/labstack/gommon v0.3.0
github.com/lib/pq v1.8.0
github.com/partyzanex/layer v0.1.0
github.com/partyzanex/testutils v0.0.11
github.com/pkg/errors v0.9.1
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.7.1
github.com/volatiletech/randomize v0.0.1
github.com/volatiletech/sqlboiler/v4 v4.2.0
github.com/volatiletech/strmangle v0.0.1
golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d
)