consul-snapshot is a backup and restore utility for Consul (https://www.consul.io). This is slightly different than some other utilities out there as this runs as a daemon for backups and ships them to S3. Also has integrated monitoring and backup health checks.
Looks like docker build is broken. Upon trying docker build to build the image it fails with the
=> => # package math/bits: unrecognized import path "math/bits" (import path does not begin with hostname)
I have tried upgrading the go base image but it fails with some other error.