Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
fbshipit-source-id: 035ccc4
  • Loading branch information
joeycumines committed Aug 12, 2023
1 parent b30fdee commit adc50ff
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.20

require (
github.com/hexops/gotextdiff v1.0.3
github.com/joeycumines/go-catrate v0.0.0-20230801223135-1f34224e5a77
github.com/joeycumines/go-catrate v0.0.0-20230811213309-dabd07727055
github.com/joeycumines/stumpy v0.3.0
github.com/stretchr/testify v1.8.4
golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
)

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20230804004431-94abf11dc1b2 // indirect
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20230811211750-9deb513e65ce // 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-20230801223135-1f34224e5a77 h1:YIRmPY960xIXA8afVt38WyaB2tKiQvc41OhkuvIeL0Y=
github.com/joeycumines/go-catrate v0.0.0-20230801223135-1f34224e5a77/go.mod h1:jjWI1DRbKyKgUQcXCNlWJSqUqMdEMyBS9C81gmLnKtE=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20230804004431-94abf11dc1b2 h1:T2t2goxo6mpyNnxaWk0I8Tu7BiSLu/I9hK8wUVx9YvI=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20230804004431-94abf11dc1b2/go.mod h1:CunLunFiy6ZyhuiuwK5K6z9n1DsFLOvNd5Cu0KgK420=
github.com/joeycumines/go-catrate v0.0.0-20230811213309-dabd07727055 h1:vxQmEneJvnOeTlep6tenNyKnwL7WLqDHx1vS3gdimwc=
github.com/joeycumines/go-catrate v0.0.0-20230811213309-dabd07727055/go.mod h1:pBJSN32A3Llv/Lt0lyUk9JTy3bMhKqVN0DlKMRmBomg=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20230811211750-9deb513e65ce h1:KArjeHzsl9Y1QdMxEEjIxZmfZ5r3cG3o5EspnXFf/Sg=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20230811211750-9deb513e65ce/go.mod h1:CunLunFiy6ZyhuiuwK5K6z9n1DsFLOvNd5Cu0KgK420=
github.com/joeycumines/logiface-testsuite v0.0.0-20230803131600-c3af6016c81a h1:o1SUvuC5ElYK5PSMY9r/UFC8GJDwMQQUGMrz24XtR0o=
github.com/joeycumines/stumpy v0.3.0 h1:c5jIQu8If95br8QEXExupv8FmIRxjiP0ixmWNQ+HJB4=
github.com/joeycumines/stumpy v0.3.0/go.mod h1:8GSnL52B48LCfI59E0ZtGls5jE3M8iOSK3Puoxjnvq0=
Expand Down

0 comments on commit adc50ff

Please sign in to comment.