github.com/magnusbaeck/logstash-filter-verifier/v2@v2.0.0-pre.1/go.mod (about)

     1  module github.com/magnusbaeck/logstash-filter-verifier/v2
     2  
     3  go 1.13
     4  
     5  require (
     6  	github.com/Masterminds/semver/v3 v3.0.1
     7  	github.com/ahmetb/govvv v0.3.0
     8  	github.com/alecthomas/kingpin v2.2.6+incompatible
     9  	github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 // indirect
    10  	github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d // indirect
    11  	github.com/axw/gocov v1.0.0
    12  	github.com/breml/logstash-config v0.1.0
    13  	github.com/go-playground/overalls v0.0.0-20191218162659-7df9f728c018
    14  	github.com/hashicorp/packer v1.4.4
    15  	github.com/imkira/go-observer v1.0.3
    16  	github.com/matm/gocov-html v0.0.0-20191111163307-9ee104d84c82
    17  	github.com/mattn/go-shellwords v1.0.6
    18  	github.com/mikefarah/yaml/v2 v2.4.0
    19  	github.com/op/go-logging v0.0.0-20160315200505-970db520ece7
    20  	github.com/stretchr/testify v1.4.0
    21  	github.com/yookoala/realpath v1.0.0 // indirect
    22  	gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
    23  )