Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Dec 4, 2023
1 parent 26f8bad commit 3964c0d
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 25 deletions.
24 changes: 12 additions & 12 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-20231126015046-3f77ffcd2b31
github.com/brotherlogic/githubcard v0.0.0-20231123005034-18cabbf5be66
github.com/brotherlogic/gobuildslave v0.0.0-20231119063224-519d7d97f316
github.com/brotherlogic/discovery v0.0.0-20231127025249-bf72f4780b6b
github.com/brotherlogic/githubcard v0.0.0-20231130015322-4a1832bc494c
github.com/brotherlogic/gobuildslave v0.0.0-20231127030538-6909d1590f68
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.17.0
golang.org/x/net v0.18.0
golang.org/x/net v0.19.0
google.golang.org/grpc v1.59.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/beorn7/perks v1.0.1 // 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-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/buildserver v0.0.0-20231130024655-9b1326b86ac6 // indirect
github.com/brotherlogic/datastore v0.0.0-20231127024940-022f3c51671a // indirect
github.com/brotherlogic/dstore v0.0.0-20231129184931-58f421daa079 // indirect
github.com/brotherlogic/keystore v0.0.0-20231127034950-097f02370931 // indirect
github.com/brotherlogic/lock v0.0.0-20231127021037-b964c37bc51c // indirect
github.com/brotherlogic/logging v0.0.0-20231201152420-74912509e9b0 // 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 @@ -31,7 +31,7 @@ require (
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.14.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.14.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20231127180814-3a041ad873d4 // indirect
)
Loading

0 comments on commit 3964c0d

Please sign in to comment.