|
1 | 1 | module github.com/gkze/stars
|
2 | 2 |
|
3 | 3 | require (
|
| 4 | + cloud.google.com/go/storage v1.18.2 // indirect |
4 | 5 | github.com/DataDog/zstd v1.4.0 // indirect
|
5 | 6 | github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect
|
6 | 7 | github.com/asdine/storm v2.1.2+incompatible
|
7 |
| - github.com/golang/snappy v0.0.1 // indirect |
| 8 | + github.com/bketelsen/crypt v0.0.4 // indirect |
| 9 | + github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect |
8 | 10 | github.com/google/go-github/v25 v25.1.3
|
9 | 11 | github.com/google/go-querystring v1.1.0 // indirect
|
| 12 | + github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect |
10 | 13 | github.com/hashicorp/errwrap v1.1.0 // indirect
|
11 | 14 | github.com/hashicorp/go-multierror v1.1.1
|
12 | 15 | github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a
|
13 | 16 | github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
14 | 17 | github.com/scylladb/go-set v1.0.2
|
| 18 | + github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
15 | 19 | github.com/sirupsen/logrus v1.8.1
|
16 |
| - github.com/spf13/afero v1.6.0 |
17 |
| - github.com/spf13/cobra v1.2.1 |
| 20 | + github.com/smartystreets/goconvey v1.6.4 // indirect |
| 21 | + github.com/spf13/afero v1.7.0 |
| 22 | + github.com/spf13/cobra v1.3.0 |
18 | 23 | github.com/stretchr/testify v1.7.0
|
19 | 24 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
20 | 25 | go.etcd.io/bbolt v1.3.6 // indirect
|
21 | 26 | go.uber.org/atomic v1.9.0 // indirect
|
22 | 27 | go.uber.org/multierr v1.7.0
|
23 |
| - golang.org/x/crypto v0.0.0-20211202192323-5770296d904e |
24 |
| - golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b // indirect |
| 28 | + golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 |
| 29 | + golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect |
25 | 30 | golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
|
26 |
| - golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect |
| 31 | + golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect |
27 | 32 | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
28 | 33 | golang.org/x/text v0.3.7 // indirect
|
| 34 | + google.golang.org/api v0.63.0 // indirect |
| 35 | + google.golang.org/genproto v0.0.0-20211221231510-d629cc9a93d5 // indirect |
| 36 | + google.golang.org/grpc v1.43.0 // indirect |
29 | 37 | google.golang.org/protobuf v1.27.1 // indirect
|
30 | 38 | mvdan.cc/xurls/v2 v2.3.0
|
31 | 39 | )
|
|
0 commit comments