forked from form3tech-oss/f1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
38 lines (35 loc) · 1.62 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
module github.com/form3tech-oss/f1/v2
//test
go 1.14
require (
github.com/aholic/ggtimer v0.0.0-20150905131044-5d7b30837a52
github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef
github.com/blend/go-sdk v1.20210222.1 // indirect
github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869 // indirect
github.com/chobie/go-gaussian v0.0.0-20150107165016-53c09d90eeaf
github.com/evalphobia/logrus_fluent v0.5.4
github.com/fluent/fluent-logger-golang v1.5.0 // indirect
github.com/giantswarm/retry-go v0.0.0-20151203102909-d78cea247d5e
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/uuid v1.3.0
github.com/guptarohit/asciigraph v0.5.3
github.com/hako/durafmt v0.0.0-20200710122514-c0fb7b4da026
github.com/juju/errgo v0.0.0-20140925100237-08cceb5d0b53 // indirect
github.com/phayes/freeport v0.0.0-20180830031419-95f893ade6f2
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.12.1
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.32.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5
github.com/stretchr/testify v1.7.1
github.com/tinylib/msgp v1.1.5 // indirect
github.com/wcharczuk/go-chart v2.0.2-0.20191206192251-962b9abdec2b+incompatible
github.com/workanator/go-ataman v0.0.0-20201223053433-503c6ff9de7d
go.uber.org/goleak v1.1.12
golang.org/x/image v0.0.0-20210220032944-ac19c3e999fb // indirect
gopkg.in/workanator/go-ataman.v1 v1.0.0-20201223053604-e3b73d2e8108 // indirect
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/Sirupsen/logrus => github.com/sirupsen/logrus v1.6.0