Skip to content

Commit

Permalink
fix: bump go-dcp-client v0.0.24 #33
Browse files Browse the repository at this point in the history
  • Loading branch information
erayarslan committed Mar 21, 2023
1 parent a55de27 commit e90a816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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.23
github.com/Trendyol/go-dcp-client v0.0.24
github.com/gookit/config/v2 v2.2.1
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 @@ -37,8 +37,8 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA=
github.com/Microsoft/hcsshim v0.9.4 h1:mnUj0ivWy6UzbB1uLFqKR6F+ZyiDc7j4iGgHTpO+5+I=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Trendyol/go-dcp-client v0.0.23 h1:24OFNgWk0UF03szqugNPXTgha92M2PplXToTL1VO/vY=
github.com/Trendyol/go-dcp-client v0.0.23/go.mod h1:f7AK3AIT0MyaOJrSKPVFk0RQPNmqH3WH46Xia42d2eo=
github.com/Trendyol/go-dcp-client v0.0.24 h1:Js9ZbqUn44I4yDMKkzHfFovxevZOhRu75FmCSsdW+Wk=
github.com/Trendyol/go-dcp-client v0.0.24/go.mod h1:f7AK3AIT0MyaOJrSKPVFk0RQPNmqH3WH46Xia42d2eo=
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 e90a816

Please sign in to comment.