Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DownstreamUpdates #523

Merged
merged 1 commit into from
Sep 20, 2023
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 @@ -8,7 +8,7 @@ require (
github.com/brotherlogic/keystore v0.0.0-20230916020517-f58eeed86330
github.com/brotherlogic/recordbudget v0.0.0-20230920044201-a954177ae1f3
github.com/brotherlogic/recordcollection v0.0.0-20230919174228-c373043ea242
github.com/brotherlogic/recordwants v0.0.0-20230913051220-11639a80f213
github.com/brotherlogic/recordwants v0.0.0-20230920063314-b6c8bd7331f4
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.15.0
google.golang.org/grpc v1.58.1
Expand Down
3 changes: 2 additions & 1 deletion go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -3419,8 +3419,9 @@ github.com/brotherlogic/recordwants v0.0.0-20230815000218-1c3c7e81b754/go.mod h1
github.com/brotherlogic/recordwants v0.0.0-20230822022419-7ba299f73a14/go.mod h1:FkAA8N0P/xSnUomCm/QBth9YWsIRKfAv4f1A4Ib7pDo=
github.com/brotherlogic/recordwants v0.0.0-20230829152444-9038f8817749/go.mod h1:nVORSOBc0C08q7rWr1coNB/8xUBZjLl32+pFsdG/2dA=
github.com/brotherlogic/recordwants v0.0.0-20230906042549-846c8a63e485/go.mod h1:vdAAIYbZMbRw6V3cD9hIZjV0yxccBVfby0+Ehx5yy0Y=
github.com/brotherlogic/recordwants v0.0.0-20230913051220-11639a80f213 h1:xbY4krTqA4NfRqc6Uor/eJqXzzibyGGtMZj4Xnsrv/Y=
github.com/brotherlogic/recordwants v0.0.0-20230913051220-11639a80f213/go.mod h1:UqoY8w5/btVxvRzaK1224n+dkqAJzo5slEUjNrmoi/4=
github.com/brotherlogic/recordwants v0.0.0-20230920063314-b6c8bd7331f4 h1:peABgBhh9kgRwywY7B3e4eFHGGdUbQwzEghqEXkPRoE=
github.com/brotherlogic/recordwants v0.0.0-20230920063314-b6c8bd7331f4/go.mod h1:dgOP3HLKqWeJ8pgiRx5UcD/mMJh/4LqwN/Cl7P7J/r0=
github.com/brotherlogic/rstore v0.31.0/go.mod h1:OvTUW9id/7lcCxTnh/0ZcvcGFLjIlHP3WQ0AdxnJyLg=
github.com/brotherlogic/temp v0.0.0-20210923034957-a5d1be22449e/go.mod h1:XeQMMOzb07ycXzBCbs76Ez5oMsywgNigfanPFpHf/lU=
github.com/brotherlogic/temp v0.0.0-20211004140433-87d556b5a0c3/go.mod h1:UNltWEmymg8cmq27siHaPt+rrsAKTyKZnV9o5dSgiMs=
Expand Down
Loading