Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Sep 2, 2023
1 parent 18ed7fa commit 11f488c
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 21 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230825190547-98a32361e0a7 // indirect
github.com/brotherlogic/datastore v0.0.0-20230823093912-721278dae501 // indirect
github.com/brotherlogic/dstore v0.0.0-20230826161800-a90ec622f7cf // indirect
github.com/brotherlogic/githubcard v0.0.0-20230823073614-04f1ac2a917f // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230821225038-ca9f94a6361b // indirect
github.com/brotherlogic/keystore v0.0.0-20230825221612-5b011878bd8f // indirect
github.com/brotherlogic/lock v0.0.0-20230822023015-88db4abe205b // indirect
github.com/brotherlogic/logging v0.0.0-20230822222023-87242c1bd72b // indirect
github.com/brotherlogic/buildserver v0.0.0-20230901194819-0d8df621885c // indirect
github.com/brotherlogic/datastore v0.0.0-20230901200259-dc560f948279 // indirect
github.com/brotherlogic/dstore v0.0.0-20230902165600-327969d4d66b // indirect
github.com/brotherlogic/githubcard v0.0.0-20230829143653-dbf8004c54bf // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230829152314-ca71975983f6 // indirect
github.com/brotherlogic/keystore v0.0.0-20230901231139-d77459255d7a // indirect
github.com/brotherlogic/lock v0.0.0-20230829143027-f82fb0f53428 // indirect
github.com/brotherlogic/logging v0.0.0-20230829224036-effba34f793e // 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 @@ -30,7 +30,7 @@ require (
github.com/prometheus/common v0.44.0 // indirect
github.com/prometheus/procfs v0.11.1 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.11.0 // indirect
golang.org/x/text v0.12.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d // indirect
)
Loading

0 comments on commit 11f488c

Please sign in to comment.