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

Closed
wants to merge 1 commit into from
Closed
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
17 changes: 8 additions & 9 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ module github.com/brotherlogic/wantslist
go 1.16

require (
github.com/brotherlogic/godiscogs v0.0.0-20230205161711-6d59a74d9f35
github.com/brotherlogic/goserver v0.0.0-20230309052710-27200cfe2365
github.com/brotherlogic/keystore v0.0.0-20230224051333-d636e478d74b
github.com/brotherlogic/lock v0.0.0-20230309175725-58d19ed1e882 // indirect
github.com/brotherlogic/logging v0.0.0-20230310041944-60fc93ad6d9a // indirect
github.com/brotherlogic/recordbudget v0.0.0-20230307233545-5a4359b2c0b8
github.com/brotherlogic/recordcollection v0.0.0-20230309054304-f564138538b3
github.com/brotherlogic/godiscogs v0.0.0-20230320190117-75d09ac07100
github.com/brotherlogic/goserver v0.0.0-20230330215506-65bad61eb180
github.com/brotherlogic/keystore v0.0.0-20230326024900-69b61a0e92d6
github.com/brotherlogic/lock v0.0.0-20230330232815-a0e28d7558ac // indirect
github.com/brotherlogic/recordbudget v0.0.0-20230325000534-ab623b3a9bb0
github.com/brotherlogic/recordcollection v0.0.0-20230326235728-d5b5810327ff
github.com/brotherlogic/recordwants v0.0.0-20230309165902-d013dff97392
github.com/prometheus/client_golang v1.14.0
golang.org/x/net v0.8.0
google.golang.org/grpc v1.53.0
google.golang.org/protobuf v1.29.0
google.golang.org/grpc v1.54.0
google.golang.org/protobuf v1.30.0
)
Loading