Skip to content

Commit

Permalink
Update deps for sql/export/mysql
Browse files Browse the repository at this point in the history
fbshipit-source-id: 6893b37
  • Loading branch information
joeycumines committed Jan 24, 2024
1 parent 5d68884 commit e76f2c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240122033614-d34c5647a265 // indirect
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240124024225-45dbd47f64c8 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUq
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
github.com/joeycumines/go-catrate v0.0.0-20240121153030-60d5ba255f4b h1:VciZO/KBQc5G6Y8DwoyYg5EQl6UnmY22gMovsRk3VF8=
github.com/joeycumines/go-catrate v0.0.0-20240121153030-60d5ba255f4b/go.mod h1:5bwdWcLHeLIEjb1FoKsf/rjWSoN7EkU3pVgesNQNmGA=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240122033614-d34c5647a265 h1:EZG8llCBvx6TLVzTRc/V2p5yhVQUs31HhSZXFgVT1Y0=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240122033614-d34c5647a265/go.mod h1:CunLunFiy6ZyhuiuwK5K6z9n1DsFLOvNd5Cu0KgK420=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240124024225-45dbd47f64c8 h1:9bmEEyrz+ESJdaUKSS3PPHxucrJ6Xk3NxAcedS3CpzI=
github.com/joeycumines/go-utilpkg/jsonenc v0.0.0-20240124024225-45dbd47f64c8/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 e76f2c7

Please sign in to comment.