Thanks for building and maintaining this! I have a couple suggestions to make this work with the latest go version and some other small changes. Would love to get your thoughts on them!
Briefly, the changes can be broken down as:
Upgrades the urfave.cli library from v1 to v2
adds support for gomodules and removes glide
Restructuring to allow compatibility with go1.14
rename burrow-exporter.go to main.go
rename burrow_exporter dir to exporter
Update dockerfile
tie base image to specific releases to get somewhat more reproducible builds. Also helps to avoid unintended updates
Happy to squash/break this up into smaller PR's if that would be preferred!
Thanks for building and maintaining this! I have a couple suggestions to make this work with the latest go version and some other small changes. Would love to get your thoughts on them!
Briefly, the changes can be broken down as:
Upgrades the urfave.cli library from v1 to v2
adds support for gomodules and removes glide
Restructuring to allow compatibility with go1.14
Update dockerfile
Happy to squash/break this up into smaller PR's if that would be preferred!