Skip to content

Commit

Permalink
add checking of mandatory fields in pubsub (#391)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Ding <[email protected]>
  • Loading branch information
jzding authored Dec 20, 2024
1 parent bea089e commit 48d95dc
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 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.1
github.com/redhat-cne/sdk-go v1.22.2
github.com/redhat-cne/rest-api v1.22.2
github.com/redhat-cne/sdk-go v1.22.3
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.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/redhat-cne/rest-api v1.22.2 h1:L1gYpjdUg8NTb0tNBwrsA3EK++wnmpUhB+aunEzLqO0=
github.com/redhat-cne/rest-api v1.22.2/go.mod h1:2AmXrQWYJ//l+AfshOaP2YlWH4zgXgT0CN0i6NmZEVQ=
github.com/redhat-cne/sdk-go v1.22.3 h1:XiXnZf2c7CwWW3MAdnGYEj1sKTWdXGCUjECL6U69sqc=
github.com/redhat-cne/sdk-go v1.22.3/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

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.1
# github.com/redhat-cne/rest-api v1.22.2
## 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.2
# github.com/redhat-cne/sdk-go v1.22.3
## 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 48d95dc

Please sign in to comment.