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

Merged
merged 1 commit into from
Aug 22, 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
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ module github.com/brotherlogic/wantslist
go 1.16

require (
github.com/brotherlogic/gobuildslave v0.0.0-20230821225038-ca9f94a6361b // indirect
github.com/brotherlogic/godiscogs v0.0.0-20230811151532-c0cd0f5b80c6
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20230811204641-d22e17444a8c
github.com/brotherlogic/lock v0.0.0-20230815011509-8fe9d7df9061 // indirect
github.com/brotherlogic/recordbudget v0.0.0-20230808012516-0c2d2a62a00d
github.com/brotherlogic/recordcollection v0.0.0-20230811161906-1a4d3ef73b65
github.com/brotherlogic/keystore v0.0.0-20230818212401-0a077b64b101
github.com/brotherlogic/recordbudget v0.0.0-20230815174805-09865a10d74a
github.com/brotherlogic/recordcollection v0.0.0-20230817002937-0f49cbcf0e7b
github.com/brotherlogic/recordwants v0.0.0-20230815000218-1c3c7e81b754
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.14.0
Expand Down
Loading
Loading