-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
41 lines (38 loc) · 1.54 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
33
34
35
36
37
38
39
40
41
module github.com/gkze/gh-stars
require (
github.com/asdine/storm v2.1.2+incompatible
github.com/gkze/stars v0.19.24
github.com/google/go-github/v25 v25.1.3
github.com/hashicorp/go-multierror v1.1.1
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
github.com/scylladb/go-set v1.0.2
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.8.2
github.com/spf13/cobra v1.4.0
github.com/stretchr/testify v1.7.0
go.uber.org/multierr v1.8.0
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a
mvdan.cc/xurls/v2 v2.4.0
)
require (
github.com/Sereal/Sereal v0.0.0-20220903133728-b4d312952c4c // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)
go 1.18