module github.com/fedragon/go-dedup go 1.16 require ( github.com/boltdb/bolt v1.3.1 github.com/mitchellh/go-homedir v1.1.0 github.com/natefinch/atomic v0.0.0-20200526193002-18c0533a5b09 github.com/netdata/go-statsd v0.0.5 github.com/sirupsen/logrus v1.8.1 github.com/stretchr/testify v1.6.1 // indirect github.com/urfave/cli/v2 v2.3.0 golang.org/x/sys v0.0.0-20210611083646-a4fc73990273 // indirect gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect )