Skip to content

Commit

Permalink
Merge pull request #37 from maier/master
Browse files Browse the repository at this point in the history
v0.0.15
  • Loading branch information
maier committed Jan 3, 2024
2 parents 59533a0 + 5c8352d commit b987591
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# unreleased

## v0.0.15

* build(deps): bump github.com/openhistogram/circonusllhist from 0.3.0 to 0.4.0
* build(deps): bump github.com/circonus-labs/go-trapcheck from 0.0.13 to 0.0.15
* build(deps): bump github.com/circonus-labs/go-apiclient from 0.7.23 to 0.7.24
* fix: tests to correctly reflect all 64bit numbers sent as strings for broker
*

## v0.0.14

* build: add goreleaser config
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.17

require (
github.com/circonus-labs/go-apiclient v0.7.24
github.com/circonus-labs/go-trapcheck v0.0.14
github.com/circonus-labs/go-trapcheck v0.0.15
github.com/openhistogram/circonusllhist v0.4.0
)

require (
github.com/google/uuid v1.4.0 // indirect
github.com/google/uuid v1.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-retryablehttp v0.7.5 // indirect
github.com/pkg/errors v0.9.1 // indirect
Expand Down
10 changes: 4 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
github.com/circonus-labs/go-apiclient v0.7.23/go.mod h1:arbbVvv/xFMvD1eSJqkS+Je1sN/JCpHtiL2GV6oA1Mg=
github.com/circonus-labs/go-apiclient v0.7.24 h1:ouJ/Dd/mlKOpG2ZRkuAvBBCn/YRQq4762MOnwIGdYQ8=
github.com/circonus-labs/go-apiclient v0.7.24/go.mod h1:M284FyvP8iLy5SPxLxy5yrOxEjK8RSgRPKhcc6WFDA4=
github.com/circonus-labs/go-trapcheck v0.0.14 h1:BKCxVbU+A/uU9t/HmvI0G8U+W83hwOXj3ZC41Z6bdhY=
github.com/circonus-labs/go-trapcheck v0.0.14/go.mod h1:g/UL8sdpv8Dp4xZ/ObB9kYCqq01JiSZzR4jATl4XMSQ=
github.com/circonus-labs/go-trapcheck v0.0.15 h1:EPT4nolMZqLpgnuVeRWBm8xR/9wMOa+SJ4zQhKIZJRU=
github.com/circonus-labs/go-trapcheck v0.0.15/go.mod h1:afdYYK1btmTSsbScQ5ec8oUn49Q8fVB5o+2oAy/vpnQ=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/google/uuid v1.4.0 h1:MtMxsa51/r9yyhkyLsVeVt0B+BGQZzpQiTQ4eHZ8bc4=
github.com/google/uuid v1.4.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/google/uuid v1.5.0 h1:1p67kYwdtXjb0gL0BPiP1Av9wiZPo5A8z2cWkTZ+eyU=
github.com/google/uuid v1.5.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/hashicorp/go-cleanhttp v0.5.2 h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=
github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48=
github.com/hashicorp/go-hclog v0.9.2 h1:CG6TE5H9/JXsFWJCfoIVpKFIkFe6ysEuHirp4DxCsHI=
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
github.com/hashicorp/go-retryablehttp v0.7.2/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8=
github.com/hashicorp/go-retryablehttp v0.7.5 h1:bJj+Pj19UZMIweq/iie+1u5YCdGrnxCT9yvm0e+Nd5M=
github.com/hashicorp/go-retryablehttp v0.7.5/go.mod h1:Jy/gPYAdjqffZ/yFGCFV2doI5wjtH1ewM9u8iYVjtX8=
github.com/openhistogram/circonusllhist v0.4.0 h1:t77KqrahIG/iuJqTBNDBwyHu1dkvbCg30amo/TB4gKM=
Expand Down

0 comments on commit b987591

Please sign in to comment.