module github.com/arithran/apicmp go 1.14 require ( github.com/arithran/jsondiff v0.0.0-20200908043949-cf4e0d03856b github.com/hashicorp/go-retryablehttp v0.6.7 github.com/olekukonko/tablewriter v0.0.4 github.com/sirupsen/logrus v1.6.0 github.com/stretchr/testify v1.2.2 github.com/urfave/cli/v2 v2.2.0 golang.org/x/sys v0.0.0-20191026070338-33540a1f6037 // indirect )