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 #561

Merged
merged 1 commit into from
Jan 19, 2024
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
11 changes: 6 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ module github.com/brotherlogic/wantslist
go 1.16

require (
github.com/brotherlogic/godiscogs v0.0.0-20230922000443-fb73651e941c
github.com/brotherlogic/gobuildslave v0.0.0-20240118013403-3043d5c61d14 // indirect
github.com/brotherlogic/godiscogs v0.0.0-20240116051314-7d3de02a07c4
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20240108210612-2973c1690a66
github.com/brotherlogic/recordbudget v0.0.0-20240111224852-3feb1d38e11f
github.com/brotherlogic/recordcollection v0.0.0-20240109055430-337dc96d9070
github.com/brotherlogic/recordwants v0.0.0-20240108072658-009ef0135629
github.com/brotherlogic/keystore v0.0.0-20240115213042-362535ff9cd2
github.com/brotherlogic/recordbudget v0.0.0-20240112190033-ef69471a83eb
github.com/brotherlogic/recordcollection v0.0.0-20240116051733-5e795c4784ce
github.com/brotherlogic/recordwants v0.0.0-20240115080931-8c5816353dc8
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.20.0
google.golang.org/grpc v1.60.1
Expand Down
Loading
Loading