Skip to content

Commit

Permalink
feat: bump go-dcp to v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmtszr committed Sep 27, 2023
1 parent c9012d9 commit f7db3af
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/simple-logger/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ require (
)

require (
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl // indirect
github.com/Trendyol/go-dcp v1.1.0 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/ansrivas/fiberprometheus/v2 v2.6.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down
1 change: 1 addition & 0 deletions example/simple-logger/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl h1:6Q6pne7icW1f4uZjkGESsWdzOBVDeVHm15/p81Tz0iY=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl/go.mod h1:L9FW5kQ5CFTBTjK3QmpQ2qkkUS06BYsaQu37hBkUzE0=
github.com/Trendyol/go-dcp v1.1.0/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
2 changes: 1 addition & 1 deletion example/simple/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ replace github.com/Trendyol/go-dcp-kafka => ./../..
require github.com/Trendyol/go-dcp-kafka v0.0.0

require (
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl // indirect
github.com/Trendyol/go-dcp v1.1.0 // indirect
github.com/andybalholm/brotli v1.0.5 // indirect
github.com/ansrivas/fiberprometheus/v2 v2.6.0 // indirect
github.com/beorn7/perks v1.0.1 // indirect
Expand Down
1 change: 1 addition & 0 deletions example/simple/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl h1:6Q6pne7icW1f4uZjkGESsWdzOBVDeVHm15/p81Tz0iY=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl/go.mod h1:L9FW5kQ5CFTBTjK3QmpQ2qkkUS06BYsaQu37hBkUzE0=
github.com/Trendyol/go-dcp v1.1.0/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
2 changes: 1 addition & 1 deletion example/struct-config/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.19
replace github.com/Trendyol/go-dcp-kafka => ./../..

require (
github.com/Trendyol/go-dcp v1.0.1
github.com/Trendyol/go-dcp v1.1.0
github.com/Trendyol/go-dcp-kafka v0.0.0
)

Expand Down
1 change: 1 addition & 0 deletions example/struct-config/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
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/Trendyol/go-dcp v1.1.0/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
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 v0.0.0-refactor-logging-impl
github.com/Trendyol/go-dcp v1.1.0
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 v0.0.0-refactor-logging-impl h1:6Q6pne7icW1f4uZjkGESsWdzOBVDeVHm15/p81Tz0iY=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl/go.mod h1:L9FW5kQ5CFTBTjK3QmpQ2qkkUS06BYsaQu37hBkUzE0=
github.com/Trendyol/go-dcp v1.1.0 h1:S58E6g5AK7lQgcEReIFsinG8TH9tpAEVrtB4SlHX87k=
github.com/Trendyol/go-dcp v1.1.0/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
2 changes: 1 addition & 1 deletion test/integration/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
replace github.com/Trendyol/go-dcp-kafka => ../../.

require (
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl
github.com/Trendyol/go-dcp v1.1.0
github.com/Trendyol/go-dcp-kafka v1.0.3
github.com/segmentio/kafka-go v0.4.42
)
Expand Down
1 change: 1 addition & 0 deletions test/integration/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl h1:6Q6pne7icW1f4uZjkGESsWdzOBVDeVHm15/p81Tz0iY=
github.com/Trendyol/go-dcp v0.0.0-refactor-logging-impl/go.mod h1:L9FW5kQ5CFTBTjK3QmpQ2qkkUS06BYsaQu37hBkUzE0=
github.com/Trendyol/go-dcp v1.1.0/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 f7db3af

Please sign in to comment.