-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgo.mod
27 lines (24 loc) · 1013 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
module github.com/Clever/sphinx
go 1.24
require (
github.com/Clever/leakybucket v1.1.0
github.com/aws/aws-sdk-go v1.29.34
github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709
github.com/stretchr/testify v1.5.1
gopkg.in/Clever/kayvee-go.v6 v6.24.0
gopkg.in/tylerb/graceful.v1 v1.2.15
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/eapache/go-resiliency v1.2.0 // indirect
github.com/garyburd/redigo v1.6.0 // indirect
github.com/google/uuid v1.1.1 // indirect
github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.2.0 // indirect
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
github.com/xeipuuv/gojsonschema v1.2.1-0.20200118195451-b537c054d4b4 // indirect
gopkg.in/yaml.v2 v2.2.8 // indirect
)