Skip to content

Commit

Permalink
chore(go): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenithar committed Jun 13, 2023
1 parent f7d3774 commit 5f30866
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit 5f30866

Please sign in to comment.