Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jul 21, 2023
1 parent c21fa4c commit 3e3e92f
Show file tree
Hide file tree
Showing 2 changed files with 89 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,11 +3,11 @@ module github.com/brotherlogic/cdprocessor
go 1.19

require (
github.com/brotherlogic/executor v0.0.0-20230713031845-adac23cb7d59
github.com/brotherlogic/executor v0.0.0-20230720033128-3075eae3915c
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-20230713021439-e999e2411a13
github.com/brotherlogic/recordcollection v0.0.0-20230721165634-4d4b33803b79
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2
github.com/prometheus/client_golang v1.16.0
golang.org/x/net v0.12.0
Expand All @@ -17,14 +17,14 @@ require (

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230708201122-af58b089c9f3 // indirect
github.com/brotherlogic/datastore v0.0.0-20230712045316-1e4c50e099f8 // indirect
github.com/brotherlogic/discovery v0.0.0-20230527174721-899846f80b8c // indirect
github.com/brotherlogic/dstore v0.0.0-20230710094422-99eca83d2702 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230712045734-c0a027c2998b // indirect
github.com/brotherlogic/buildserver v0.0.0-20230715211554-38b241f0aa54 // indirect
github.com/brotherlogic/datastore v0.0.0-20230719051203-d20772cd6f83 // indirect
github.com/brotherlogic/discovery v0.0.0-20230718173448-9cd408170242 // indirect
github.com/brotherlogic/dstore v0.0.0-20230721175313-57a2f0e39bcf // indirect
github.com/brotherlogic/githubcard v0.0.0-20230719051143-232a9a48b585 // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230604044345-1e331dee389b // indirect
github.com/brotherlogic/lock v0.0.0-20230710100859-366242dc6c96 // indirect
github.com/brotherlogic/logging v0.0.0-20230711202906-2567a1a70ec6 // indirect
github.com/brotherlogic/lock v0.0.0-20230717230659-cb52d70167c8 // indirect
github.com/brotherlogic/logging v0.0.0-20230718203517-c88c17e3150f // 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.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230720185612-659f7aaaa771 // indirect
)
Loading

0 comments on commit 3e3e92f

Please sign in to comment.