Packet-Clearing-House / DNSAuth

Go-lang app to aggregate DNS queries to 1 minute buckets and write them to influxdb
MIT License
2 stars 2 forks source link

Lock dependencies #24

Closed unix1 closed 6 years ago

unix1 commented 6 years ago

To ensure reproducible builds of the application, this PR locks dependencies (using dep) as much as possible to released stable versions. Note that the following dependencies:

do not have release tags, so they are at master.

Also, adding vendor directory to the repo ensures that dependencies always remain available.

mrjones-plip commented 6 years ago

@unix1 - looks good! well, kinda too many changes to really check individually, but I trust you (and I'm no go developer ;) I merged & smoke tested by installing, compiling and ensuring the mon-01.xyz.foonet.net_2017-10-17.17-07.dmp.gz test file successful ingested. We're good to go!