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

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
49 changes: 38 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
module github.com/brotherlogic/wantslist

go 1.16
go 1.21

toolchain go1.22.1

require (
github.com/brotherlogic/godiscogs v0.0.0-20240403143827-f1692f7a0410
github.com/brotherlogic/goserver v0.0.0-20240303220030-80da220f0393
github.com/brotherlogic/keystore v0.0.0-20240412003501-9d6e04728e4e
github.com/brotherlogic/recordbudget v0.0.0-20240403210717-69ef125a7aaf
github.com/brotherlogic/recordcollection v0.0.0-20240410150133-065bc975780d
github.com/brotherlogic/recordwants v0.0.0-20240313234129-61a8e4da371c
github.com/prometheus/client_golang v1.19.0
golang.org/x/net v0.24.0
google.golang.org/grpc v1.63.2
google.golang.org/protobuf v1.33.0
)

require (
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-20240213103345-50262d45c163
github.com/brotherlogic/recordbudget v0.0.0-20240214235040-d4db5c878bf3
github.com/brotherlogic/recordcollection v0.0.0-20240209005803-0bcffbcab67b
github.com/brotherlogic/recordwants v0.0.0-20240212101353-9239cbea8c54
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.21.0
google.golang.org/grpc v1.61.1
google.golang.org/protobuf v1.32.0
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240313234142-e8252bb89f99 // indirect
github.com/brotherlogic/datastore v0.0.0-20240313234543-6ca7ba1ba5c6 // indirect
github.com/brotherlogic/discovery v0.0.0-20240313234113-91c6f01d2f29 // indirect
github.com/brotherlogic/dstore v0.0.0-20240213113129-6ba7a68ec1dd // indirect
github.com/brotherlogic/githubcard v0.0.0-20240409100348-f1a1497dcec9 // indirect
github.com/brotherlogic/githubridge v0.2778.0 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240313234611-4b9213dcf104 // indirect
github.com/brotherlogic/lock v0.0.0-20240313234114-ec93481862e4 // indirect
github.com/brotherlogic/logging v0.0.0-20240313234139-959ecaf73f42 // indirect
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6 // indirect
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_model v0.6.1 // indirect
github.com/prometheus/common v0.52.3 // indirect
github.com/prometheus/procfs v0.13.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.19.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda // indirect
)
Loading
Loading