forked from suzuki-shunsuke/go-graylog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
21 lines (19 loc) · 738 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/suzuki-shunsuke/go-graylog/v11
go 1.13
require (
github.com/AlecAivazis/survey/v2 v2.0.5
github.com/go-playground/universal-translator v0.17.0 // indirect
github.com/hashicorp/terraform v0.12.19
github.com/leodido/go-urn v1.2.0 // indirect
github.com/mitchellh/mapstructure v1.1.2
github.com/sanity-io/litter v1.2.0
github.com/sirupsen/logrus v1.4.2
github.com/stretchr/testify v1.4.0
github.com/suzuki-shunsuke/flute v0.7.0
github.com/suzuki-shunsuke/go-jsoneq v0.1.2
github.com/suzuki-shunsuke/go-ptr v1.0.0
github.com/suzuki-shunsuke/go-set/v6 v6.0.1
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.31.0
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
)