-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
36 lines (34 loc) · 1.5 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
35
36
module github.com/chabad360/covey
go 1.16
require (
github.com/BoRuDar/configuration/v3 v3.0.1
github.com/Microsoft/go-winio v0.4.15 // indirect
github.com/bramvdbogaerde/go-scp v0.0.0-20200820121624-ded9ee94aef5
github.com/caarlos0/env/v6 v6.4.0
github.com/cenkalti/backoff/v3 v3.2.2 // indirect
github.com/chabad360/plugins v0.1.5
github.com/containerd/continuity v0.0.0-20201119173150-04c754faca46 // indirect
github.com/gbrlsnchs/jwt/v3 v3.0.0
github.com/go-playground/pkg/v5 v5.2.0
github.com/go-playground/pure/v5 v5.2.0
github.com/go-playground/validator/v10 v10.4.1
github.com/google/go-cmp v0.5.3
github.com/jackc/pgx/v4 v4.9.2 // indirect
github.com/json-iterator/go v1.1.10
github.com/magefile/mage v1.10.0 // indirect
github.com/moby/term v0.0.0-20201110203204-bea5bbe245bf // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.1 // indirect
github.com/omeid/go-resources v0.0.0-20200113210624-eb442c910d63 // indirect
github.com/ory/dockertest/v3 v3.6.2
github.com/robfig/cron/v3 v3.0.1
github.com/sirupsen/logrus v1.7.0 // indirect
github.com/traefik/yaegi v0.9.14 // indirect
golang.org/x/crypto v0.0.0-20201117144127-c1f2f97bffc9
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
golang.org/x/text v0.3.4 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
gorm.io/driver/postgres v1.0.5
gorm.io/gorm v1.20.7
)