diff --git a/go.mod b/go.mod index 40fb712..14d3d4d 100644 --- a/go.mod +++ b/go.mod @@ -3,16 +3,15 @@ module github.com/zntrio/butcher go 1.19 require ( + github.com/fxamacker/cbor/v2 v2.4.0 github.com/stretchr/testify v1.8.4 golang.org/x/crypto v0.9.0 ) -require github.com/x448/float16 v0.8.4 // indirect - require ( github.com/davecgh/go-spew v1.1.1 // indirect - github.com/fxamacker/cbor/v2 v2.4.0 github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/x448/float16 v0.8.4 // indirect golang.org/x/sys v0.8.0 // indirect gopkg.in/yaml.v3 v3.0.1 // indirect )