Skip to content

Commit

Permalink
Update logs dependency to v0.0.0-20250126163955-e706dc4cbaf7
Browse files Browse the repository at this point in the history
  • Loading branch information
abaldeweg authored Jan 26, 2025
1 parent e706dc4 commit 284172f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion logs_import/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/abaldeweg/warehouse-server/logs_import
go 1.23.2

require (
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250125153818-052f6ab4fe00
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250126163955-e706dc4cbaf7
github.com/spf13/cobra v1.8.1
)

Expand Down
8 changes: 2 additions & 6 deletions logs_import/go.sum
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250124073805-d0d2d0625966 h1:k30sj2cDThdi76kavTN6w/ZDxTWg9PMKErRXzh7fyW0=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250124073805-d0d2d0625966/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250124170444-f1742e7bba0f h1:YYzuIO6RNnPTYhNJ2qqsdj9HmBZ5RxKUWyhu8hNIQ7Q=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250124170444-f1742e7bba0f/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250125150353-e49e90a3713c h1:44Zm/KNPusBkE4d2BAZk9+uQdY7VNW6r6cOo4I3t3Io=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250125150353-e49e90a3713c/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250125153818-052f6ab4fe00 h1:p/ZObI2Cns2kbuzWlU5k9EEw+5F9Z5sKF0E19oCt7Uo=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250125153818-052f6ab4fe00/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250126163955-e706dc4cbaf7 h1:eF26Yf8bMO2PiPA1yXMTB4SQlKFSrO8nCOug6jBJYFo=
github.com/abaldeweg/warehouse-server/logs v0.0.0-20250126163955-e706dc4cbaf7/go.mod h1:2uw8MX5qdiQauGUtx4TmR3ZK06fykF7rRVKLqi2LxSY=
github.com/cpuguy83/go-md2man/v2 v2.0.4/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o=
github.com/inconshreveable/mousetrap v1.1.0 h1:wN+x4NVGpMsO7ErUn/mUI3vEoE6Jt13X2s0bqwp9tc8=
github.com/inconshreveable/mousetrap v1.1.0/go.mod h1:vpF70FUmC8bwa3OWnCshd2FqLfsEA9PFc4w1p2J65bw=
Expand Down

0 comments on commit 284172f

Please sign in to comment.