Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
github.com/brotherlogic/recordfanout v0.0.0-20250315093735-48e222a8f77d
github.com/brotherlogic/recordsales v0.0.0-20250315093909-2cf90f8f7509
github.com/brotherlogic/recordupdater v0.3.0
github.com/brotherlogic/recordwants v0.0.0-20250315094134-f0febf39061c
github.com/brotherlogic/recordwants v0.0.0-20250315095718-6bc677c7379c
github.com/brotherlogic/temp v0.0.0-20250311190805-30f82ef1cead
github.com/golang/protobuf v1.5.4
github.com/prometheus/client_golang v1.21.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ github.com/brotherlogic/recordsales v0.0.0-20250315093909-2cf90f8f7509 h1:nIYipu
github.com/brotherlogic/recordsales v0.0.0-20250315093909-2cf90f8f7509/go.mod h1:RP+ZgWVaFggmbzs9n/P69vMGKA6gVb0SBdesFWGhY3M=
github.com/brotherlogic/recordupdater v0.3.0 h1:6vNV0ui9sjYfUQoLot3+ojPD6/R3uGkJy3NXmgaT8zE=
github.com/brotherlogic/recordupdater v0.3.0/go.mod h1:6GB0xrq8j6n/YLUe3imHhUo9zLlIXklwogBgSkAtvpM=
github.com/brotherlogic/recordwants v0.0.0-20250315094134-f0febf39061c h1:ubS6E58mI7ttIhW2sYsqgLJuCwltWQGIlHqYIHRjvWA=
github.com/brotherlogic/recordwants v0.0.0-20250315094134-f0febf39061c/go.mod h1:xSe4/kjM3iGnXw6lbYS9LovM5fXbvKJa3sOkDedMr2c=
github.com/brotherlogic/recordwants v0.0.0-20250315095718-6bc677c7379c h1:LsW8Fgymf0Le9XCuOlKocHgib6ls9K2EbrVeuoGOnaY=
github.com/brotherlogic/recordwants v0.0.0-20250315095718-6bc677c7379c/go.mod h1:6Hvycc7C+8pgrMCRzkvS9eBMpnlmgcEZk73qb4RrFgM=
github.com/brotherlogic/temp v0.0.0-20250311190805-30f82ef1cead h1:318UybfHURdka3rZg+ua4wILqAqIzUCip69ReveCuZs=
github.com/brotherlogic/temp v0.0.0-20250311190805-30f82ef1cead/go.mod h1:uw3JNEzk34LDHsflWoVSYtzBlTPQD1S1/E7uZYFSgMs=
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2 h1:YjFE4Sa+wwbl4yJwJaMQVeA4CMzLIDbbIuSMdsEp5/w=
Expand Down
Loading