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

Merged
merged 1 commit into from
Jan 22, 2024
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
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ module github.com/brotherlogic/gobuildmaster
go 1.19

require (
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/discovery v0.0.0-20240122072427-a7a3cd25d46c
github.com/brotherlogic/githubcard v0.0.0-20240116022458-50b1e7ca3ca8
github.com/brotherlogic/gobuildslave v0.0.0-20240118013403-3043d5c61d14
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.18.0
Expand All @@ -16,12 +16,12 @@ require (

require (
github.com/beorn7/perks v1.0.1 // 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/buildserver v0.0.0-20240121183122-9a5a32bb2de0 // indirect
github.com/brotherlogic/datastore v0.0.0-20240115181049-8eb2e5f4c132 // indirect
github.com/brotherlogic/dstore v0.0.0-20240118011651-258f2d409c14 // indirect
github.com/brotherlogic/keystore v0.0.0-20240115213042-362535ff9cd2 // indirect
github.com/brotherlogic/lock v0.0.0-20240115172504-71f29ba3b898 // indirect
github.com/brotherlogic/logging v0.0.0-20240119194838-225f5d9b6de0 // 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 @@ -32,5 +32,5 @@ require (
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-20240108191215-35c7eff3a6b1 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240116215550-a9fa1716bcac // indirect
)
Loading
Loading