Skip to content

Commit 5536b33

Browse files
committed
WIP: Add magefile support
1 parent cd275f8 commit 5536b33

File tree

3 files changed

+156
-140
lines changed

3 files changed

+156
-140
lines changed

go.mod

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
module github.com/setlog/trivrost
22

33
require (
4-
git.sr.ht/~tslocum/preallocate v0.1.1
4+
git.sr.ht/~tslocum/preallocate v0.1.2
55
github.com/MMulthaupt/chronometry v0.1.1
66
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
88
github.com/davecgh/go-spew v1.1.1
9-
github.com/fatih/color v1.9.0
9+
github.com/fatih/color v1.7.0
1010
github.com/go-ole/go-ole v1.2.4
1111
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
2027
)
2128

2229
go 1.13
23-
24-
replace git.sr.ht/~tslocum/preallocate => github.com/smallnest/preallocate v0.1.1

0 commit comments

Comments
 (0)