Skip to content

Commit

Permalink
DownstreamUpdates
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed May 10, 2023
1 parent 0be2054 commit 5c58165
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 27 deletions.
26 changes: 13 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ require (
github.com/brotherlogic/executor v0.0.0-20230310183120-84c05b16df74
github.com/brotherlogic/godiscogs v0.0.0-20230401025107-56c4acd43937
github.com/brotherlogic/goserver v0.0.0-20230330215506-65bad61eb180
github.com/brotherlogic/keystore v0.0.0-20230501001350-d88dcd78f5f5
github.com/brotherlogic/recordcollection v0.0.0-20230430191406-2174b36b394a
github.com/brotherlogic/keystore v0.0.0-20230508023709-1c9ab85603d3
github.com/brotherlogic/recordcollection v0.0.0-20230507181500-5e360c541ff7
github.com/brotherlogic/versionserver v0.0.0-20221025154054-c9bcd41be2f2
github.com/prometheus/client_golang v1.15.1
golang.org/x/net v0.9.0
google.golang.org/grpc v1.54.0
golang.org/x/net v0.10.0
google.golang.org/grpc v1.55.0
google.golang.org/protobuf v1.30.0
)

require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230503045705-358d698e08a0 // indirect
github.com/brotherlogic/buildserver v0.0.0-20230510051321-a751b780f6e3 // indirect
github.com/brotherlogic/datastore v0.0.0-20230118231105-ee668be05973 // indirect
github.com/brotherlogic/discovery v0.0.0-20230314231148-be93dd1fea01 // indirect
github.com/brotherlogic/dstore v0.0.0-20230429013535-96fbfd7b9417 // indirect
github.com/brotherlogic/githubcard v0.0.0-20230503005246-90bac98abd6a // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230430004004-c2f0e3bea723 // indirect
github.com/brotherlogic/lock v0.0.0-20230501002455-b2f80048954e // indirect
github.com/brotherlogic/logging v0.0.0-20230502172600-a6ed376db474 // indirect
github.com/brotherlogic/discovery v0.0.0-20230506163829-aa9efff105dc // indirect
github.com/brotherlogic/dstore v0.0.0-20230506015114-dcb7ded77d1a // indirect
github.com/brotherlogic/githubcard v0.0.0-20230510010140-f66b7b5d7c2c // indirect
github.com/brotherlogic/gobuildslave v0.0.0-20230507005414-c41cd856509a // indirect
github.com/brotherlogic/lock v0.0.0-20230508025011-1c1260f3ddf2 // indirect
github.com/brotherlogic/logging v0.0.0-20230509173728-16936133d6e1 // indirect
github.com/brotherlogic/monitor v0.0.0-20221025152653-c10877c5f9e6 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/go-logr/logr v1.2.4 // indirect
Expand All @@ -33,14 +33,14 @@ require (
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
github.com/prometheus/client_model v0.4.0 // indirect
github.com/prometheus/common v0.42.0 // indirect
github.com/prometheus/common v0.43.0 // indirect
github.com/prometheus/procfs v0.9.0 // indirect
github.com/struCoder/pidusage v0.2.1 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.41.1 // indirect
go.opentelemetry.io/otel v1.15.1 // indirect
go.opentelemetry.io/otel/metric v0.38.1 // indirect
go.opentelemetry.io/otel/trace v1.15.1 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/sys v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
)
Loading

0 comments on commit 5c58165

Please sign in to comment.