Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Nov 27, 2023
1 parent b806070 commit 44f4e3e
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 19 deletions.
18 changes: 9 additions & 9 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-20231116222621-20441afdc3d9
github.com/brotherlogic/githubcard v0.0.0-20231116003145-95573d736171
github.com/brotherlogic/gobuildslave v0.0.0-20231119032806-a273e045a92e
github.com/brotherlogic/discovery v0.0.0-20231126015046-3f77ffcd2b31
github.com/brotherlogic/githubcard v0.0.0-20231123005034-18cabbf5be66
github.com/brotherlogic/gobuildslave v0.0.0-20231119063224-519d7d97f316
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.17.0
Expand All @@ -16,12 +16,12 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20231115055828-e8171f20a5bd // indirect
github.com/brotherlogic/datastore v0.0.0-20231119002011-29e6a71e256f // indirect
github.com/brotherlogic/buildserver v0.0.0-20231123021856-d6aadc88185f // indirect
github.com/brotherlogic/datastore v0.0.0-20231119175602-ac156c8ceec9 // indirect
github.com/brotherlogic/dstore v0.0.0-20231020041132-a9b977096542 // indirect
github.com/brotherlogic/keystore v0.0.0-20231112195839-4b61dfa63b0a // indirect
github.com/brotherlogic/lock v0.0.0-20231112210433-e8ed15e59773 // indirect
github.com/brotherlogic/logging v0.0.0-20231117035232-c3d8fe5bd543 // indirect
github.com/brotherlogic/keystore v0.0.0-20231119202049-7825451248e4 // indirect
github.com/brotherlogic/lock v0.0.0-20231119212123-fafe0f9db0f2 // indirect
github.com/brotherlogic/logging v0.0.0-20231125184917-c0139a5f80e2 // 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 @@ -33,5 +33,5 @@ require (
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
)
Loading

0 comments on commit 44f4e3e

Please sign in to comment.