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

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
22 changes: 11 additions & 11 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@ require (
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.20.0
golang.org/x/net v0.21.0
google.golang.org/grpc v1.61.0
google.golang.org/protobuf v1.32.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240204200606-e9c10b58de0f // indirect
github.com/brotherlogic/datastore v0.0.0-20240129192437-b0a6efc637ce // indirect
github.com/brotherlogic/dstore v0.0.0-20240130044236-7c30b7229646 // indirect
github.com/brotherlogic/githubcard v0.0.0-20240130025648-8b1c480afd85 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240201020018-084e24f01933 // indirect
github.com/brotherlogic/keystore v0.0.0-20240130003916-510db77606b0 // indirect
github.com/brotherlogic/lock v0.0.0-20240129195229-4d0b38413130 // indirect
github.com/brotherlogic/logging v0.0.0-20240202204405-9c7b803b5028 // indirect
github.com/brotherlogic/buildserver v0.0.0-20240206002529-4102a2e570cc // indirect
github.com/brotherlogic/datastore v0.0.0-20240205192958-fdf4d1202f13 // indirect
github.com/brotherlogic/dstore v0.0.0-20240206045411-611c355b8730 // indirect
github.com/brotherlogic/githubcard v0.0.0-20240206002157-a50783191824 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240211093822-3c8f1d80ec24 // indirect
github.com/brotherlogic/keystore v0.0.0-20240206010333-b61b88db45b5 // indirect
github.com/brotherlogic/lock v0.0.0-20240205205952-8f97ba6b6728 // indirect
github.com/brotherlogic/logging v0.0.0-20240209210426-08ab5e8e5013 // 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
Expand All @@ -29,7 +29,7 @@ require (
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/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240205150955-31a09d347014 // indirect
)
Loading
Loading