-
Notifications
You must be signed in to change notification settings - Fork 7
/
go.mod
22 lines (20 loc) · 820 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
module github.com/josmo/drone-google-chat
go 1.13
require (
bou.ke/monkey v1.0.2 // indirect
github.com/Sirupsen/logrus v1.0.6
github.com/aymerick/raymond v2.0.2+incompatible // indirect
github.com/drone/drone-template-lib v0.0.0-20180401170447-5748d3149f48
github.com/joho/godotenv v1.2.0
github.com/onsi/ginkgo v1.11.0 // indirect
github.com/onsi/gomega v1.8.1 // indirect
github.com/pkg/errors v0.8.0 // indirect
github.com/sirupsen/logrus v1.4.2 // indirect
github.com/stretchr/testify v1.4.0 // indirect
github.com/tkuchiki/faketime v0.1.1 // indirect
github.com/urfave/cli v1.20.0
golang.org/x/crypto v0.0.0-20180723164146-c126467f60eb // indirect
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
gopkg.in/yaml.v2 v2.2.7 // indirect
)