Skip to content

Commit af5445a

Browse files
Merge pull request #4 from filipecosta90/dep.updates
Updated go.mod hdrhistogram-go deps
2 parents f2a2eb5 + 7dcde79 commit af5445a

File tree

2 files changed

+22
-664
lines changed

2 files changed

+22
-664
lines changed

go.mod

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,7 @@ module github.com/filipecosta90/redis-benchmark-go
33
go 1.14
44

55
require (
6-
github.com/HdrHistogram/hdrhistogram-go v0.9.0
7-
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
8-
github.com/codahale/hdrhistogram v0.9.0 // indirect
9-
github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 // indirect
10-
github.com/golangci/golangci-lint v1.35.2 // indirect
6+
github.com/HdrHistogram/hdrhistogram-go v1.1.0
117
github.com/mediocregopher/radix/v3 v3.5.2
12-
github.com/sclevine/agouti v3.0.0+incompatible // indirect
13-
github.com/ugorji/go v1.1.4 // indirect
14-
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
158
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
169
)

0 commit comments

Comments
 (0)