|
1 | 1 | module github.com/setlog/trivrost
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - git.sr.ht/~tslocum/preallocate v0.1.1 |
| 4 | + git.sr.ht/~tslocum/preallocate v0.1.2 |
5 | 5 | github.com/MMulthaupt/chronometry v0.1.1
|
6 | 6 | github.com/StackExchange/wmi v0.0.0-20181212234831-e0a55b97c705 // indirect
|
7 |
| - github.com/andlabs/ui v0.0.0-20200610043537-70a69d6ae31e |
| 7 | + github.com/andlabs/ui v0.0.0-20180902183112-867a9e5a498d |
8 | 8 | github.com/davecgh/go-spew v1.1.1
|
9 |
| - github.com/fatih/color v1.9.0 |
| 9 | + github.com/fatih/color v1.7.0 |
10 | 10 | github.com/go-ole/go-ole v1.2.4
|
11 | 11 | github.com/gofrs/flock v0.7.1
|
12 |
| - github.com/mattn/go-ieproxy v0.0.1 |
13 |
| - github.com/prometheus/client_golang v1.7.1 |
14 |
| - github.com/shirou/gopsutil v2.20.7+incompatible |
15 |
| - github.com/sirupsen/logrus v1.6.0 |
16 |
| - github.com/stretchr/testify v1.6.1 |
17 |
| - github.com/xeipuuv/gojsonschema v1.2.0 |
18 |
| - golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e |
19 |
| - golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1 |
| 12 | + github.com/konsorten/go-windows-terminal-sequences v1.0.2 // indirect |
| 13 | + github.com/kr/pretty v0.1.0 // indirect |
| 14 | + github.com/magefile/mage v1.9.0 |
| 15 | + github.com/mattn/go-colorable v0.1.0 // indirect |
| 16 | + github.com/mattn/go-ieproxy v0.0.0-20190805055040-f9202b1cfdeb |
| 17 | + github.com/mattn/go-isatty v0.0.4 // indirect |
| 18 | + github.com/shirou/gopsutil v0.0.0-20190427031343-fa9845945e5b |
| 19 | + github.com/sirupsen/logrus v1.4.2 |
| 20 | + github.com/stretchr/testify v1.4.0 |
| 21 | + github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f // indirect |
| 22 | + github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect |
| 23 | + github.com/xeipuuv/gojsonschema v1.1.0 |
| 24 | + golang.org/x/net v0.0.0-20190918130420-a8b05e9114ab |
| 25 | + golang.org/x/sys v0.0.0-20190919044723-0c1ff786ef13 |
| 26 | + gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect |
20 | 27 | )
|
21 | 28 |
|
22 | 29 | go 1.13
|
23 |
| - |
24 |
| -replace git.sr.ht/~tslocum/preallocate => github.com/smallnest/preallocate v0.1.1 |
|
0 commit comments