forked from PeaStew/rtapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 646 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module github.com/nginx/rtapi
go 1.13
require (
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca // indirect
github.com/gobuffalo/packr/v2 v2.8.0
github.com/gosuri/uilive v0.0.4 // indirect
github.com/gosuri/uiprogress v0.0.1
github.com/jung-kurt/gofpdf v1.16.2
github.com/mattn/go-isatty v0.0.12 // indirect
github.com/tsenart/vegeta/v12 v12.8.3
github.com/urfave/cli/v2 v2.2.0
golang.org/x/image v0.0.0-20200119044424-58c23975cae1 // indirect
gonum.org/v1/netlib v0.0.0-20200317120129-c5a04cffd98a // indirect
gonum.org/v1/plot v0.7.1-0.20200415083422-475e39bcda54
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c
)