-
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) · 867 Bytes
/
go.mod
File metadata and controls
23 lines (21 loc) · 867 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 gitlab-code-review-notifier
go 1.14
require (
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/gofrs/uuid v3.3.0+incompatible // indirect
github.com/golang-migrate/migrate/v4 v4.11.0
github.com/google/uuid v1.1.1 // indirect
github.com/gorilla/mux v1.7.4
github.com/hako/durafmt v0.0.0-20191009132224-3f39dc1ed9f4
github.com/huandu/xstrings v1.3.1 // indirect
github.com/imdario/mergo v0.3.9 // indirect
github.com/jackc/fake v0.0.0-20150926172116-812a484cc733 // indirect
github.com/jackc/pgx v3.6.2+incompatible
github.com/jasonlvhit/gocron v0.0.0-20200423141508-ab84337f7963
github.com/jmoiron/sqlx v1.2.0
github.com/mitchellh/copystructure v1.0.0 // indirect
github.com/rs/zerolog v1.18.0
github.com/xanzy/go-gitlab v0.31.0
)