Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
fbshipit-source-id: 7cd075e
  • Loading branch information
joeycumines committed Aug 18, 2024
1 parent 63763b9 commit 2e8da2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ go 1.23.0

require (
github.com/hexops/gotextdiff v1.0.3
github.com/joeycumines/go-catrate v0.0.0-20240815230336-e1cfa6193d10
github.com/joeycumines/go-catrate v0.0.0-20240816152735-23e44ebfd51e
github.com/joeycumines/stumpy v0.4.0
github.com/stretchr/testify v1.9.0
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240815230049-04948195cd2a // indirect
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240818011653-b2d595a91de3 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
github.com/joeycumines/go-catrate v0.0.0-20240815230336-e1cfa6193d10 h1:IiLqgMIQmNekH6eqGq4DX1YHGui91p5fqMvN3PVAs4c=
github.com/joeycumines/go-catrate v0.0.0-20240815230336-e1cfa6193d10/go.mod h1:vtvzEqgFuG/TORHRSLWs8F2M22Xc3d/kudKIDC10mkU=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240815230049-04948195cd2a h1:7aqBuSkI4Lf/cqxUKVmw7c8j3XTjr5/dhAFral3GGkM=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240815230049-04948195cd2a/go.mod h1:XJujV/61t49smtlpoCK4FzSYr08jt1BafJTgHCfCtTY=
github.com/joeycumines/go-catrate v0.0.0-20240816152735-23e44ebfd51e h1:r3Rd5pT22/F3x4vDjbqd3N4ivKQUZCk8kPGTxzLT43c=
github.com/joeycumines/go-catrate v0.0.0-20240816152735-23e44ebfd51e/go.mod h1:k6KkR4vvdPUI7ic9XOL/8T6ZwbEzAbZCx0yXUegEw+0=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240818011653-b2d595a91de3 h1:D2velWd+NOapyJBr/nNUnfYuVMTI393MVWxvMdljY0Q=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240818011653-b2d595a91de3/go.mod h1:/negrNY/GYwnt+kzoWI7VjqjMuWbiVpfrMWQNPGXB/k=
github.com/joeycumines/logiface-testsuite v0.0.0-20240124031325-8c3b3b9764b8 h1:4gaPSRcwW29nLQX8o6wD6L/NLwK7q4CatYylOcxTVro=
github.com/joeycumines/logiface-testsuite v0.0.0-20240124031325-8c3b3b9764b8/go.mod h1:ImPViOpLLb/M0YOd5EQHQBct5MjK8wTFDu7xBfJzn8Q=
github.com/joeycumines/stumpy v0.4.0 h1:kwfEEUz1s+iBV+HCbPj3f3FhYrk/+pE7fMoObG0UWSk=
Expand Down

0 comments on commit 2e8da2a

Please sign in to comment.