Skip to content

Commit

Permalink
feat: bump go-dcp-client v0.0.53
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed May 10, 2023
1 parent cfcab02 commit bf02b96
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/Trendyol/go-kafka-connect-couchbase => ../.
require github.com/Trendyol/go-kafka-connect-couchbase v0.0.0

require (
github.com/Trendyol/go-dcp-client v0.0.51 // indirect
github.com/Trendyol/go-dcp-client v0.0.53 // indirect
github.com/VividCortex/ewma v1.2.0 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/ansrivas/fiberprometheus/v2 v2.6.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions example/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Trendyol/go-dcp-client v0.0.51 h1:3FrSYr+XQlZApo7GhuXahPrvGebvgM17DF13ssvnAJw=
github.com/Trendyol/go-dcp-client v0.0.51/go.mod h1:1LMECg6vzr1Y6G0MgPSM/rYvLkDnIh5lwnUwO6IqzyU=
github.com/Trendyol/go-dcp-client v0.0.53 h1:kzQck87Ktpw/w9uLlmG4mqPoqpHX8WXILie+FGzgZiY=
github.com/Trendyol/go-dcp-client v0.0.53/go.mod h1:1LMECg6vzr1Y6G0MgPSM/rYvLkDnIh5lwnUwO6IqzyU=
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/Trendyol/go-kafka-connect-couchbase
go 1.19

require (
github.com/Trendyol/go-dcp-client v0.0.51
github.com/Trendyol/go-dcp-client v0.0.53
github.com/json-iterator/go v1.1.12
github.com/prometheus/client_golang v1.15.0
github.com/segmentio/kafka-go v0.4.39
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Trendyol/go-dcp-client v0.0.51 h1:3FrSYr+XQlZApo7GhuXahPrvGebvgM17DF13ssvnAJw=
github.com/Trendyol/go-dcp-client v0.0.51/go.mod h1:1LMECg6vzr1Y6G0MgPSM/rYvLkDnIh5lwnUwO6IqzyU=
github.com/Trendyol/go-dcp-client v0.0.53 h1:kzQck87Ktpw/w9uLlmG4mqPoqpHX8WXILie+FGzgZiY=
github.com/Trendyol/go-dcp-client v0.0.53/go.mod h1:1LMECg6vzr1Y6G0MgPSM/rYvLkDnIh5lwnUwO6IqzyU=
github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow=
github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
Expand Down

0 comments on commit bf02b96

Please sign in to comment.