-
Notifications
You must be signed in to change notification settings - Fork 162
/
go.mod
26 lines (24 loc) · 1.14 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
module github.com/utahta/pythonbrew
go 1.13
require (
github.com/blang/semver v3.5.1+incompatible
github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
github.com/fatih/color v1.5.0
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf // indirect
github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
github.com/jessevdk/go-assets v0.0.0-20160921144138-4f4301a06e15
github.com/jessevdk/go-assets-builder v0.0.0-20130903091706-b8483521738f
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/lestrrat/go-envload v0.0.0-20180220120943-6ed08b54a570 // indirect
github.com/lestrrat/go-strftime v0.0.0-20170113112000-04ef93e28531 // indirect
github.com/mattn/go-colorable v0.1.1
github.com/mitchellh/gox v1.0.1
github.com/pkg/errors v0.8.1
github.com/rhysd/go-github-selfupdate v0.0.0-20180103152601-cee0f074015e
github.com/stretchr/testify v1.4.0 // indirect
github.com/tcnksm/ghr v0.13.0
github.com/tebeka/strftime v0.1.3 // indirect
github.com/ulikunitz/xz v0.5.4 // indirect
github.com/utahta/go-cronowriter v1.1.0
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e // indirect
)