Skip to content

Commit

Permalink
chore: clock test on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 7, 2022
1 parent b2b49e3 commit 236342f
Show file tree
Hide file tree
Showing 4 changed files with 132 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: all
.PHONY: default clean checks test test-verbose

export GO111MODULE=on

Expand Down
16 changes: 8 additions & 8 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@ module github.com/vulcand/oxy
go 1.17

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

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

0 comments on commit 236342f

Please sign in to comment.