Skip to content

Commit

Permalink
update replace
Browse files Browse the repository at this point in the history
  • Loading branch information
jesusvazquez committed Dec 5, 2024
1 parent 613e98e commit 3c94f38
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 @@ -93,4 +93,4 @@ require (

replace github.com/cespare/xxhash => github.com/cespare/xxhash/v2 v2.1.1

replace github.com/BurntSushi/toml v0.0.0-00010101000000-000000000000 => github.com/Dieterbe/toml v0.2.1-0.20181015092100-96f3d827bb6c
replace github.com/BurntSushi/toml v0.3.1 => github.com/Dieterbe/toml v0.2.1-0.20181015092100-96f3d827bb6c
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ cloud.google.com/go/longrunning v0.6.0 h1:mM1ZmaNsQsnb+5n1DNPeL0KwQd9jQRqSqSDEkB
cloud.google.com/go/longrunning v0.6.0/go.mod h1:uHzSZqW89h7/pasCWNYdUpwGz3PcVWhrWupreVPYLts=
cloud.google.com/go/pubsub v1.42.0 h1:PVTbzorLryFL5ue8esTS2BfehUs0ahyNOY9qcd+HMOs=
cloud.google.com/go/pubsub v1.42.0/go.mod h1:KADJ6s4MbTwhXmse/50SebEhE4SmUwHi48z3/dHar1Y=
github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ=
github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798 h1:2T/jmrHeTezcCM58lvEQXs0UpQJCo5SoGAcg+mbSTIg=
github.com/DataDog/zstd v1.3.6-0.20190409195224-796139022798/go.mod h1:1jcaCB/ufaK+sKp1NBhlGmpz41jOoPQ35bpF36t7BBo=
github.com/Dieterbe/artisanalhistogram v0.0.0-20170619072513-f61b7225d304 h1:sbyOmR/OuOAFQIFjjW2aDVPJFQov0JjEm0mATV9fQd4=
github.com/Dieterbe/artisanalhistogram v0.0.0-20170619072513-f61b7225d304/go.mod h1:cvs23dBNM28q/IWeu4hOdRwEcgaVHWJbXLG4cIib8iU=
github.com/Dieterbe/go-metrics v0.0.0-20181015090856-87383909479d h1:U/sZpL6NSWONN/4kS3s9kjoJd2y2enXsElP1h1kze4s=
github.com/Dieterbe/go-metrics v0.0.0-20181015090856-87383909479d/go.mod h1:j+eQi4f2k/Euay5RbXyA+U0tLdZoo5OzCRyl1egmP44=
github.com/Dieterbe/toml v0.2.1-0.20181015092100-96f3d827bb6c h1:hpvC81FyLU8wQxqYYGjGmuKHzHkrRQ7WX0AsF3u+Z1g=
github.com/Dieterbe/toml v0.2.1-0.20181015092100-96f3d827bb6c/go.mod h1:jeLJbNaFmJ/kD7GYPvIY/OLvVEJOKFlSzpzvpnCBMYs=
github.com/Dieterbe/topic v0.0.0-20141209014555-1850ffda9965 h1:J+IGZnCnC1xBx5idVTwtwWvNvag/xcUtJErqpCaeuVQ=
github.com/Dieterbe/topic v0.0.0-20141209014555-1850ffda9965/go.mod h1:XesnwgT5myGnV9k2UlX2VXIfY0JNY//GTi9yA8oVNHs=
github.com/Shopify/sarama v1.23.0 h1:slvlbm7bxyp7sKQbUwha5BQdZTqurhRoI+zbKorVigQ=
Expand Down

0 comments on commit 3c94f38

Please sign in to comment.