-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
30 lines (27 loc) · 1.19 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
module github.com/j75689/slack-bot
go 1.12
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/aws/aws-sdk-go v1.23.15 // indirect
github.com/elastic/go-elasticsearch/v5 v5.6.2-0.20190731061920-3e19c2a74c9d
github.com/elastic/go-elasticsearch/v6 v6.8.3-0.20190731061920-efbed2e4c2f8
github.com/elastic/go-elasticsearch/v7 v7.3.1-0.20190801065659-92cf325b6bfb
github.com/gin-contrib/zap v0.0.0-20190528085758-3cc18cd8fce3
github.com/gin-gonic/contrib v0.0.0-20190526021735-7fb7810ed2a0
github.com/gin-gonic/gin v1.4.0
github.com/go-stack/stack v1.8.0 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-cmp v0.3.1 // indirect
github.com/gorilla/websocket v1.4.1 // indirect
github.com/kelseyhightower/envconfig v1.4.0
github.com/nlopes/slack v0.5.1-0.20190823181507-4411ac942311
github.com/tidwall/pretty v1.0.0 // indirect
github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c // indirect
github.com/xdg/stringprep v1.0.0 // indirect
go.etcd.io/bbolt v1.3.3
go.mongodb.org/mongo-driver v1.1.0
go.uber.org/zap v1.10.0
golang.org/x/sync v0.0.0-20190423024810-112230192c58 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.2
)