Skip to content

Commit

Permalink
feat: bump go-dcp to v1.0.1 (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzyildirim authored Sep 26, 2023
1 parent 75ffcb6 commit e974c8a
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-dcp-kafka
go 1.19

require (
github.com/Trendyol/go-dcp v1.0.0
github.com/Trendyol/go-dcp v1.0.1
github.com/json-iterator/go v1.1.12
github.com/prometheus/client_golang v1.16.0
github.com/segmentio/kafka-go v0.4.42
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/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 h1:UQHMgLO+TxOEl
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Trendyol/go-dcp v1.0.0 h1:GI0S85nAPVcYVKlvF/KhXu76JxmhCAuKsnNjKhCzKyw=
github.com/Trendyol/go-dcp v1.0.0/go.mod h1:L9FW5kQ5CFTBTjK3QmpQ2qkkUS06BYsaQu37hBkUzE0=
github.com/Trendyol/go-dcp v1.0.1 h1:VDBBA9xgyk0EukyeOKrOZLecb2n4VZcKw3+IpcLdlg4=
github.com/Trendyol/go-dcp v1.0.1/go.mod h1:L9FW5kQ5CFTBTjK3QmpQ2qkkUS06BYsaQu37hBkUzE0=
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
Expand Down

0 comments on commit e974c8a

Please sign in to comment.