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

Merged
merged 1 commit into from
Jul 28, 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
28 changes: 14 additions & 14 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,38 +3,38 @@ module github.com/brotherlogic/cdprocessor
go 1.19

require (
github.com/brotherlogic/executor v0.0.0-20230720033128-3075eae3915c
github.com/brotherlogic/executor v0.0.0-20230727035055-3ea03d1c38b1
github.com/brotherlogic/godiscogs v0.0.0-20230530030232-e7e2f67fbe33
github.com/brotherlogic/goserver v0.0.0-20230619155835-969c746dba11
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/brotherlogic/keystore v0.0.0-20230605062808-e90788956f75
github.com/brotherlogic/recordcollection v0.0.0-20230721165634-4d4b33803b79
github.com/brotherlogic/recordcollection v0.0.0-20230727172006-69650cc58eb6
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.12.0
google.golang.org/grpc v1.56.2
google.golang.org/grpc v1.57.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230715211554-38b241f0aa54 // indirect
github.com/brotherlogic/datastore v0.0.0-20230719051203-d20772cd6f83 // indirect
github.com/brotherlogic/discovery v0.0.0-20230718173448-9cd408170242 // indirect
github.com/brotherlogic/dstore v0.0.0-20230721175313-57a2f0e39bcf // indirect
github.com/brotherlogic/githubcard v0.0.0-20230719051143-232a9a48b585 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230604044345-1e331dee389b // indirect
github.com/brotherlogic/lock v0.0.0-20230717230659-cb52d70167c8 // indirect
github.com/brotherlogic/logging v0.0.0-20230718203517-c88c17e3150f // indirect
github.com/brotherlogic/buildserver v0.0.0-20230722212443-9e45ea82e3cc // indirect
github.com/brotherlogic/datastore v0.0.0-20230726053514-8b3bdc40069a // indirect
github.com/brotherlogic/discovery v0.0.0-20230727215717-008f1950c2be // indirect
github.com/brotherlogic/dstore v0.0.0-20230727181140-fce791182453 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230726053527-f12021034f8e // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230724161225-e1c9790f44f7 // indirect
github.com/brotherlogic/lock v0.0.0-20230724230143-eeea3f0a08fd // indirect
github.com/brotherlogic/logging v0.0.0-20230725210333-02b7a3180f90 // indirect
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230720185612-659f7aaaa771 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230726155614-23370e0ffb3e // indirect
)
Loading
Loading