Skip to content

Commit

Permalink
fix subscription for multiple clients (#392)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Ding <[email protected]>
Co-authored-by: Jack Ding <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and jzding authored Dec 20, 2024
1 parent db907ab commit 3701642
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 30 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ require (
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.23.0
github.com/prometheus/client_golang v1.14.0
github.com/redhat-cne/rest-api v1.22.0
github.com/redhat-cne/sdk-go v1.22.1
github.com/redhat-cne/rest-api v1.22.1
github.com/redhat-cne/sdk-go v1.22.2
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.1
golang.org/x/net v0.23.0
Expand Down
8 changes: 4 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,10 @@ github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1
github.com/prometheus/procfs v0.8.0 h1:ODq8ZFEaYeCaZOJlZZdJA2AbQR98dSHSM1KW/You5mo=
github.com/prometheus/procfs v0.8.0/go.mod h1:z7EfXMXOkbkqb9IINtpCn86r/to3BnA0uaxHdg830/4=
github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU=
github.com/redhat-cne/rest-api v1.22.0 h1:A0IbrLi07eYteFGimhmrOHVD6q1wk3kPKpG4oVAenrk=
github.com/redhat-cne/rest-api v1.22.0/go.mod h1:9Bb+edIo4zJ3/QUwgTWlwP/ZBbtGExxhnAzzLkQLtEA=
github.com/redhat-cne/sdk-go v1.22.1 h1:g5Kuyu92bwEmrjrapK12HvNxzZym+PMh6YhQ0463znw=
github.com/redhat-cne/sdk-go v1.22.1/go.mod h1:qeir05dwTscLvqGCIoQPCUM6HUoVmhR7521nXn28utA=
github.com/redhat-cne/rest-api v1.22.1 h1:XcYoTNW5zzNzski2IxOafJcpFqnWjiPxtmN4xtHZ3QI=
github.com/redhat-cne/rest-api v1.22.1/go.mod h1:2FnyhGOLshlEqZm2xZabBfXXp32v1Fc6VsWvK9Cqt6g=
github.com/redhat-cne/sdk-go v1.22.2 h1:4pyXsvnNGY+n7LITmppoEUgYM+4uDRV/jpdHtjgFn9c=
github.com/redhat-cne/sdk-go v1.22.2/go.mod h1:qeir05dwTscLvqGCIoQPCUM6HUoVmhR7521nXn28utA=
github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
Expand Down
5 changes: 4 additions & 1 deletion vendor/github.com/redhat-cne/rest-api/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions vendor/github.com/redhat-cne/rest-api/v2/routes.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions vendor/github.com/redhat-cne/rest-api/v2/server.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 1 addition & 15 deletions vendor/github.com/redhat-cne/sdk-go/v1/subscriber/subscriber.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,13 +184,13 @@ github.com/prometheus/common/model
github.com/prometheus/procfs
github.com/prometheus/procfs/internal/fs
github.com/prometheus/procfs/internal/util
# github.com/redhat-cne/rest-api v1.22.0
# github.com/redhat-cne/rest-api v1.22.1
## explicit; go 1.22
github.com/redhat-cne/rest-api
github.com/redhat-cne/rest-api/pkg/localmetrics
github.com/redhat-cne/rest-api/pkg/restclient
github.com/redhat-cne/rest-api/v2
# github.com/redhat-cne/sdk-go v1.22.1
# github.com/redhat-cne/sdk-go v1.22.2
## explicit; go 1.22
github.com/redhat-cne/sdk-go/pkg/channel
github.com/redhat-cne/sdk-go/pkg/common
Expand Down

0 comments on commit 3701642

Please sign in to comment.