magnusbaeck / logstash-filter-verifier

Apache License 2.0
192 stars 27 forks source link

Remove dot notation, support only bracket notation #72

Closed disaster37 closed 4 years ago

disaster37 commented 4 years ago

Remove dot notation support and keep only bracket notation for inputs, excludes and fields

disaster37 commented 4 years ago

Hi,

I hope is better.

magnusbaeck commented 4 years ago

Oh, and if you don't mind please run go mod tidy. Your rebased commit unnecessarily introduces the line

github.com/google/btree v1.0.0 // indirect

in go.mod and any subsequent build I make removes it again.