Skip to content

Commit

Permalink
fix(deps): pick up correct commits (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme authored Jan 17, 2025
1 parent d2b82ef commit a35ac19
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 @@ -21,8 +21,8 @@ require (
github.com/go-logfmt/logfmt v0.5.1
github.com/google/go-cmp v0.6.0
github.com/google/uuid v1.6.0
github.com/humanlogio/api/go v0.0.0-20250116081124-40e208b75cd5
github.com/humanlogio/humanlog-pro v0.0.0-20250117074700-b89ae2e7e2fa
github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137
github.com/humanlogio/humanlog-pro v0.0.0-20250117080314-d356dff4de18
github.com/kr/logfmt v0.0.0-20210122060352-19f9bcb100e6
github.com/lrstanley/bubblezone v0.0.0-20240914071701-b48c55a5e78e
github.com/matoous/go-nanoid v1.5.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c h1:6rhixN/i8ZofjG1Y75iExal34USq5p+wiN1tpie8IrU=
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c/go.mod h1:NMPJylDgVpX0MLRlPy15sqSwOFv/U1GZ2m21JhFfek0=
github.com/humanlogio/api/go v0.0.0-20250116081124-40e208b75cd5 h1:4rXcd1x5JhB+PVuXV3VPRy4EJbmRIN0CNkBd3yU/xcM=
github.com/humanlogio/api/go v0.0.0-20250116081124-40e208b75cd5/go.mod h1:sjMKAl97fvxNckIhcGWAxZwv6+c+I0thx5QvMc1ifaM=
github.com/humanlogio/humanlog-pro v0.0.0-20250117074700-b89ae2e7e2fa h1:JlKbu5NWZtEZ9YGp8hCXblgJnRQKxGawNkLHQStCnDE=
github.com/humanlogio/humanlog-pro v0.0.0-20250117074700-b89ae2e7e2fa/go.mod h1:YOYIJ3wpJMlOX0QYLulKLuOBEikB64yCafGqr7iTAuw=
github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137 h1:8Udl0XG9H6hksZ1THJcQsMM4Odo+/TT6nWlNhbpc4G8=
github.com/humanlogio/api/go v0.0.0-20250117080233-3e6fac65b137/go.mod h1:sjMKAl97fvxNckIhcGWAxZwv6+c+I0thx5QvMc1ifaM=
github.com/humanlogio/humanlog-pro v0.0.0-20250117080314-d356dff4de18 h1:XODwlE2UJyJxq774X7DQGFarPYH+/vNvLviSZVFDaiw=
github.com/humanlogio/humanlog-pro v0.0.0-20250117080314-d356dff4de18/go.mod h1:U2RdxnExtDjbH0gf6aeNYBkHp9E0OgB5Z3qtKYrPLXg=
github.com/klauspost/asmfmt v1.3.2 h1:4Ri7ox3EwapiOjCki+hw14RyKk201CN4rzyCJRFLpK4=
github.com/klauspost/asmfmt v1.3.2/go.mod h1:AG8TuvYojzulgDAMCnYn50l/5QV3Bs/tp6j0HLHbNSE=
github.com/klauspost/compress v1.17.11 h1:In6xLpyWOi1+C7tXUUWv2ot1QvBjxevKAaI6IXrJmUc=
Expand Down

0 comments on commit a35ac19

Please sign in to comment.