module github.com/carlosabalde/pgp-tomb go 1.13 require ( github.com/atotto/clipboard v0.1.2 github.com/ghodss/yaml v1.0.0 github.com/pkg/errors v0.8.1 github.com/sirupsen/logrus v1.4.2 github.com/spf13/cobra v0.0.5 github.com/spf13/viper v1.3.2 github.com/stretchr/testify v1.3.0 github.com/xeipuuv/gojsonschema v1.2.0 golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9 golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea // indirect )