Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jun 30, 2023
1 parent 1d2e471 commit 614f958
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 21 deletions.
20 changes: 10 additions & 10 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@ module github.com/brotherlogic/cdprocessor
go 1.19

require (
github.com/brotherlogic/executor v0.0.0-20230622023033-be995f71b1bf
github.com/brotherlogic/executor v0.0.0-20230629024435-4bd8f0e52f92
github.com/brotherlogic/godiscogs v0.0.0-20230530030232-e7e2f67fbe33
github.com/brotherlogic/goserver v0.0.0-20230619155835-969c746dba11
github.com/brotherlogic/keystore v0.0.0-20230605062808-e90788956f75
github.com/brotherlogic/recordcollection v0.0.0-20230616202946-fae1ab76871b
github.com/brotherlogic/recordcollection v0.0.0-20230629015007-cd0a1f9875b8
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.11.0
google.golang.org/grpc v1.56.1
google.golang.org/protobuf v1.30.0
google.golang.org/protobuf v1.31.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230617185210-f0ebf80f2d98 // indirect
github.com/brotherlogic/datastore v0.0.0-20230621030808-7fabd26211c6 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230624190918-ce38933178b1 // indirect
github.com/brotherlogic/datastore v0.0.0-20230628035726-1293e88843f9 // indirect
github.com/brotherlogic/discovery v0.0.0-20230527174721-899846f80b8c // indirect
github.com/brotherlogic/dstore v0.0.0-20230617190432-9520d7b6b161 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230621035009-3f2b46aa60f0 // indirect
github.com/brotherlogic/dstore v0.0.0-20230626083911-2ae087a0de4b // indirect
github.com/brotherlogic/githubcard v0.0.0-20230628035800-2b0b395c535e // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230604044345-1e331dee389b // indirect
github.com/brotherlogic/lock v0.0.0-20230619075804-2d357d1c2ed4 // indirect
github.com/brotherlogic/logging v0.0.0-20230620192058-0de4ffb2baa0 // indirect
github.com/brotherlogic/lock v0.0.0-20230626083159-dc709df45702 // indirect
github.com/brotherlogic/logging v0.0.0-20230627194130-4b1df225a083 // indirect
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/golang/protobuf v1.5.3 // indirect
Expand All @@ -36,5 +36,5 @@ require (
github.com/struCoder/pidusage v0.2.1 // indirect
golang.org/x/sys v0.9.0 // indirect
golang.org/x/text v0.10.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230629202037-9506855d4529 // indirect
)
Loading

0 comments on commit 614f958

Please sign in to comment.