Skip to content

Commit

Permalink
bump to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Nov 6, 2020
1 parent 853473d commit 2dfaf7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Some examples:
import (
"log"

"github.com/cactus/go-statsd-client/v3/statsd"
"github.com/cactus/go-statsd-client/v4/statsd"
)

func main() {
Expand Down Expand Up @@ -93,7 +93,7 @@ or interrupt existing integrations.
import (
"log"

"github.com/cactus/go-statsd-client/v3/statsd"
"github.com/cactus/go-statsd-client/v4/statsd"
)

func main() {
Expand Down Expand Up @@ -136,7 +136,7 @@ Released under the [MIT license][3]. See `LICENSE.md` file for details.


[1]: https://github.com/etsy/statsd
[2]: http://godoc.org/github.com/cactus/go-statsd-client/v3/statsd
[2]: http://godoc.org/github.com/cactus/go-statsd-client/v4/statsd
[3]: http://www.opensource.org/licenses/mit-license.php
[4]: https://github.com/cactus/go-statsd-client/graphs/contributors
[5]: https://github.com/etsy/statsd/wiki#client-implementations
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/cactus/go-statsd-client/v3
module github.com/cactus/go-statsd-client/v4

go 1.11

Expand Down
2 changes: 1 addition & 1 deletion statsd/statsdtest/recorder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"testing"
"time"

"github.com/cactus/go-statsd-client/v3/statsd"
"github.com/cactus/go-statsd-client/v4/statsd"
)

func TestRecordingSenderIsSender(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test-client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"os"
"time"

"github.com/cactus/go-statsd-client/v3/statsd"
"github.com/cactus/go-statsd-client/v4/statsd"
flags "github.com/jessevdk/go-flags"
)

Expand Down

0 comments on commit 2dfaf7d

Please sign in to comment.