Skip to content

Commit

Permalink
update sdk-go for http restart fix (#55)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Ding <jackding@gmail.com>
  • Loading branch information
jzding authored Feb 10, 2023
1 parent 83cccf7 commit 50f5dd8
Show file tree
Hide file tree
Showing 13 changed files with 100 additions and 89 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/uuid v1.3.0
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.11.0
github.com/redhat-cne/sdk-go v0.1.1-0.20230203200214-6f9888ca83bf
github.com/redhat-cne/sdk-go v0.1.1-0.20230209161801-0ff266333f7e
github.com/sirupsen/logrus v1.8.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsT
github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU=
github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4=
github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA=
github.com/redhat-cne/sdk-go v0.1.1-0.20230203200214-6f9888ca83bf h1:/cVhlzoDRIBOaXohEl0B1dAm77U+D2k/P62ZGLgbLPc=
github.com/redhat-cne/sdk-go v0.1.1-0.20230203200214-6f9888ca83bf/go.mod h1:kKOXU8uyHbpwXCKrjzH4WVLq2/RZ5pchiI2LLvmFi5E=
github.com/redhat-cne/sdk-go v0.1.1-0.20230209161801-0ff266333f7e h1:TxeudxEFn7YzVzMPd0cD0L7zoKc2OVx59JiAN5ByMsM=
github.com/redhat-cne/sdk-go v0.1.1-0.20230209161801-0ff266333f7e/go.mod h1:kKOXU8uyHbpwXCKrjzH4WVLq2/RZ5pchiI2LLvmFi5E=
github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4=
github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
Expand Down
2 changes: 1 addition & 1 deletion vendor/github.com/redhat-cne/sdk-go/pkg/channel/doc.go

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

26 changes: 13 additions & 13 deletions vendor/github.com/redhat-cne/sdk-go/pkg/channel/pipeline.go

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

6 changes: 3 additions & 3 deletions vendor/github.com/redhat-cne/sdk-go/pkg/channel/types.go

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

44 changes: 23 additions & 21 deletions vendor/github.com/redhat-cne/sdk-go/pkg/event/event.go

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

2 changes: 1 addition & 1 deletion vendor/github.com/redhat-cne/sdk-go/pkg/event/event_ce.go

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

66 changes: 34 additions & 32 deletions vendor/github.com/redhat-cne/sdk-go/pkg/event/event_data.go

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

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

14 changes: 8 additions & 6 deletions vendor/github.com/redhat-cne/sdk-go/pkg/pubsub/pubsub.go

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

7 changes: 5 additions & 2 deletions vendor/github.com/redhat-cne/sdk-go/pkg/types/value.go

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

12 changes: 7 additions & 5 deletions vendor/github.com/redhat-cne/sdk-go/pkg/util/wait/wait.go

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

2 changes: 1 addition & 1 deletion vendor/modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ 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/sdk-go v0.1.1-0.20230203200214-6f9888ca83bf
# github.com/redhat-cne/sdk-go v0.1.1-0.20230209161801-0ff266333f7e
## explicit; go 1.17
github.com/redhat-cne/sdk-go/pkg/channel
github.com/redhat-cne/sdk-go/pkg/event
Expand Down

0 comments on commit 50f5dd8

Please sign in to comment.