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

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
25 changes: 12 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,34 @@ module github.com/brotherlogic/gobuildmaster
go 1.19

require (
github.com/brotherlogic/discovery v0.0.0-20240108062134-15662bc9d6ee
github.com/brotherlogic/githubcard v0.0.0-20240102003104-b6db882cab10
github.com/brotherlogic/gobuildslave v0.0.0-20240103201240-f53dd534e4fa
github.com/brotherlogic/discovery v0.0.0-20240115063259-7007936a83a4
github.com/brotherlogic/githubcard v0.0.0-20240109011733-77703c966fee
github.com/brotherlogic/gobuildslave v0.0.0-20240110214734-584b5131eb7e
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.19.0
golang.org/x/net v0.20.0
google.golang.org/grpc v1.60.1
google.golang.org/protobuf v1.32.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240107050701-c9907ee1c86a // indirect
github.com/brotherlogic/datastore v0.0.0-20240101083211-d8249419b204 // indirect
github.com/brotherlogic/dstore v0.0.0-20240103222510-cb87ca7c9c53 // indirect
github.com/brotherlogic/keystore v0.0.0-20240101203304-40c40cb1543c // indirect
github.com/brotherlogic/lock v0.0.0-20240101163810-1744f7d3c135 // indirect
github.com/brotherlogic/logging v0.0.0-20240105180947-895d5b4fd852 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240114054411-a835f3cb4835 // indirect
github.com/brotherlogic/datastore v0.0.0-20240115100013-e0bf6637774f // indirect
github.com/brotherlogic/dstore v0.0.0-20240110235822-65994e72bc43 // indirect
github.com/brotherlogic/keystore v0.0.0-20240108210612-2973c1690a66 // indirect
github.com/brotherlogic/lock v0.0.0-20240108165158-62a3b34ccc21 // indirect
github.com/brotherlogic/logging v0.0.0-20240112191113-14e68b54e2b2 // 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.2.0 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/common v0.46.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240102182953-50ed04b92917 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240108191215-35c7eff3a6b1 // indirect
)
Loading
Loading