Skip to content

Commit 236342f

Browse files
committed
chore: clock test on darwin
1 parent b2b49e3 commit 236342f

File tree

4 files changed

+132
-24
lines changed

4 files changed

+132
-24
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: all
1+
.PHONY: default clean checks test test-verbose
22

33
export GO111MODULE=on
44

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ module github.com/vulcand/oxy
33
go 1.17
44

55
require (
6-
github.com/HdrHistogram/hdrhistogram-go v1.1.0
7-
github.com/gorilla/websocket v1.4.2
6+
github.com/HdrHistogram/hdrhistogram-go v1.1.2
7+
github.com/gorilla/websocket v1.5.0
88
github.com/mailgun/multibuf v0.0.0-20150714184110-565402cd71fb
99
github.com/segmentio/fasthash v1.0.3
1010
github.com/sirupsen/logrus v1.8.1
11-
github.com/stretchr/testify v1.7.0
12-
github.com/vulcand/predicate v1.1.0
13-
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2
11+
github.com/stretchr/testify v1.7.1
12+
github.com/vulcand/predicate v1.2.0
13+
golang.org/x/net v0.0.0-20220425223048-2871e0cb64e4
1414
)
1515

1616
require (
1717
github.com/davecgh/go-spew v1.1.1 // indirect
1818
github.com/google/go-cmp v0.5.8 // indirect
19-
github.com/gravitational/trace v0.0.0-20190726142706-a535a178675f // indirect
20-
github.com/jonboulle/clockwork v0.1.0 // indirect
19+
github.com/gravitational/trace v1.1.17 // indirect
20+
github.com/jonboulle/clockwork v0.2.2 // indirect
2121
github.com/pmezard/go-difflib v1.0.0 // indirect
2222
golang.org/x/crypto v0.0.0-20220427172511-eb4f295cb31f // indirect
2323
golang.org/x/sys v0.0.0-20220307203707-22a9840ba4d7 // indirect
24-
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
24+
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2525
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
2626
)

0 commit comments

Comments
 (0)