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

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

require (
github.com/brotherlogic/discovery v0.0.0-20231225051616-9cd68cc50d02
github.com/brotherlogic/githubcard v0.0.0-20231219000830-851a2aa65a14
github.com/brotherlogic/gobuildslave v0.0.0-20231220194813-3abacd4f6ec8
github.com/brotherlogic/discovery v0.0.0-20240101052517-a60e21d05d3a
github.com/brotherlogic/githubcard v0.0.0-20231226001912-8a5cf8ee14a7
github.com/brotherlogic/gobuildslave v0.0.0-20231227195700-caca75ab03ad
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.17.0
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.19.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-20231220175358-71b2dd8c862d // indirect
github.com/brotherlogic/datastore v0.0.0-20231218055253-728a5d5b9494 // indirect
github.com/brotherlogic/dstore v0.0.0-20231220201705-b74cc02fc3e4 // indirect
github.com/brotherlogic/keystore v0.0.0-20231218171012-bc655435ce23 // indirect
github.com/brotherlogic/lock v0.0.0-20231218151623-d5196f3c214f // indirect
github.com/brotherlogic/logging v0.0.0-20231222165051-1e985921aafc // indirect
github.com/brotherlogic/buildserver v0.0.0-20231230221543-f7b1f197c250 // indirect
github.com/brotherlogic/datastore v0.0.0-20231225063314-29a3a3256fd1 // indirect
github.com/brotherlogic/dstore v0.0.0-20231227211457-98c11b4f8d50 // indirect
github.com/brotherlogic/keystore v0.0.0-20231225174040-1a655a721ec2 // indirect
github.com/brotherlogic/lock v0.0.0-20231225153604-1c663588651c // indirect
github.com/brotherlogic/logging v0.0.0-20231229180308-57cf583f5ce1 // 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 Down
Loading
Loading