Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jan 29, 2024
1 parent a7a3cd2 commit e0f7a97
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 22 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@ require (
github.com/golang/protobuf v1.5.3
github.com/prometheus/client_golang v1.18.0
golang.org/x/net v0.20.0
google.golang.org/grpc v1.60.1
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-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/githubcard v0.0.0-20240116022458-50b1e7ca3ca8 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240118013403-3043d5c61d14 // 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/buildserver v0.0.0-20240128191204-6b4eb8f149c9 // indirect
github.com/brotherlogic/datastore v0.0.0-20240122184514-045f118d85a8 // indirect
github.com/brotherlogic/dstore v0.0.0-20240125013347-6f67ffea6603 // indirect
github.com/brotherlogic/githubcard v0.0.0-20240123024904-1d8ced299888 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20240125014103-9311326241a2 // indirect
github.com/brotherlogic/keystore v0.0.0-20240122235035-9a5e1481c952 // indirect
github.com/brotherlogic/lock v0.0.0-20240122185548-08ff6a89f3f4 // indirect
github.com/brotherlogic/logging v0.0.0-20240126200606-2392a888cb4e // 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,5 +31,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-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
)
Loading

0 comments on commit e0f7a97

Please sign in to comment.