-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
17 lines (16 loc) · 746 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module github.com/eldimious/slack-golang-gcf
require (
github.com/ashwanthkumar/slack-go-webhook v0.0.0-20181208062437-4a19b1a876b7
github.com/gin-contrib/sse v0.0.0-20190226023149-996076df5b33 // indirect
github.com/gin-gonic/gin v1.3.0
github.com/golang/protobuf v1.3.0 // indirect
github.com/joho/godotenv v1.3.0
github.com/mattn/go-isatty v0.0.6 // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/parnurzeal/gorequest v0.2.15 // indirect
github.com/pkg/errors v0.8.1 // indirect
github.com/ugorji/go/codec v0.0.0-20190204201341-e444a5086c43 // indirect
golang.org/x/net v0.0.0-20190227022144-312bce6e941f // indirect
gopkg.in/go-playground/validator.v8 v8.18.2 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)