-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (21 loc) · 975 Bytes
/
go.mod
File metadata and controls
24 lines (21 loc) · 975 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/alecbcs/lookout
go 1.16
require (
github.com/BurntSushi/toml v0.3.1
github.com/DataDrake/cli-ng/v2 v2.0.2
github.com/DataDrake/cuppa v1.1.1-0.20210306020014-480be4e72c83
github.com/Microsoft/go-winio v0.5.0 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/gookit/color v1.4.2
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/klauspost/compress v1.12.2 // indirect
github.com/mattn/go-sqlite3 v1.14.7
github.com/prometheus/common v0.25.0 // indirect
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
golang.org/x/sys v0.0.0-20210521090106-6ca3eb03dfc2 // indirect
gopkg.in/yaml.v2 v2.4.0
)
replace github.com/DataDrake/cuppa => github.com/autamus/cuppa v1.1.1-0.20210507175721-5e45e84fb3cd