-
Notifications
You must be signed in to change notification settings - Fork 16
/
go.mod
27 lines (24 loc) · 1.13 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
module github.com/v3io/http_blaster
go 1.12
replace github.com/v3io/v3io-tsdb => github.com/v3io/v3io-tsdb v0.11.6
require (
github.com/BurntSushi/toml v0.3.1
github.com/Gurpartap/logrus-stack v0.0.0-20170710170904-89c00d8a28f4
github.com/MichaelSkralivetsky/termui v2.2.1-0.20200808100015-f72beafc9b23+incompatible
github.com/StackExchange/wmi v0.0.0-20190523213315-cbe66965904d // indirect
github.com/brianvoe/gofakeit v3.18.0+incompatible
github.com/buger/jsonparser v1.1.1
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
github.com/json-iterator/go v1.1.10
github.com/mattn/go-runewidth v0.0.10 // indirect
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
github.com/nsf/termbox-go v0.0.0-20201124104050-ed494de23a00 // indirect
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/sasile/gohistogram v1.0.1-0.20180425111433-5001302df51a
github.com/shirou/gopsutil v3.20.12+incompatible
github.com/sirupsen/logrus v1.7.0
github.com/stretchr/testify v1.6.1 // indirect
github.com/v3io/v3io-tsdb v0.10.9
github.com/valyala/fasthttp v1.19.0
)