Skip to content

Commit

Permalink
Merge pull request #1200 from brotherlogic/update-1706530443
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 29, 2024
2 parents 795db1d + 9a204dc commit cb25b10
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 24 deletions.
22 changes: 11 additions & 11 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-20240122072427-a7a3cd25d46c
github.com/brotherlogic/githubcard v0.0.0-20240116022458-50b1e7ca3ca8
github.com/brotherlogic/gobuildslave v0.0.0-20240118013403-3043d5c61d14
github.com/brotherlogic/discovery v0.0.0-20240129072942-af8ea5a7bf5d
github.com/brotherlogic/githubcard v0.0.0-20240123024904-1d8ced299888
github.com/brotherlogic/gobuildslave v0.0.0-20240125014103-9311326241a2
github.com/brotherlogic/goserver v0.0.0-20230726200050-779ae6811580
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/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/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 @@ -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-20240116215550-a9fa1716bcac // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe // indirect
)
Loading

0 comments on commit cb25b10

Please sign in to comment.