-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (30 loc) · 1.07 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
28
29
30
31
32
module moul.io/repoman
go 1.13
require (
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/Masterminds/semver v1.5.0
github.com/fatih/color v1.15.0 // indirect
github.com/github/hub/v2 v2.14.3-0.20210319163717-c8e68d548a39
github.com/go-git/go-git/v5 v5.8.1
github.com/google/go-github/v35 v35.3.0
github.com/google/go-querystring v1.1.0 // indirect
github.com/hokaccha/go-prettyjson v0.0.0-20211117102719-0474bc63780f
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/peterbourgon/ff/v3 v3.4.0
github.com/sergi/go-diff v1.3.1 // indirect
github.com/tailscale/depaware v0.0.0-20210622194025-720c4b409502
go.uber.org/atomic v1.11.0 // indirect
go.uber.org/goleak v1.1.12
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.24.0
golang.org/x/mod v0.12.0
golang.org/x/sync v0.3.0
golang.org/x/tools v0.11.1 // indirect
moul.io/motd v1.0.0
moul.io/multipmuri v1.14.0
moul.io/srand v1.6.1
moul.io/u v1.27.0
moul.io/zapconfig v1.4.0
)