|
1 | 1 | module github.com/gkze/stars
|
2 | 2 |
|
3 | 3 | require (
|
4 |
| - cloud.google.com/go/storage v1.22.0 // indirect |
5 |
| - github.com/DataDog/zstd v1.4.0 // indirect |
6 |
| - github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect |
7 | 4 | github.com/asdine/storm v2.1.2+incompatible
|
8 |
| - github.com/bketelsen/crypt v0.0.4 // indirect |
9 |
| - github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect |
10 |
| - github.com/cncf/xds/go v0.0.0-20220330162227-eded343319d0 // indirect |
11 |
| - github.com/envoyproxy/protoc-gen-validate v0.6.7 // indirect |
12 | 5 | github.com/google/go-github/v25 v25.1.3
|
13 |
| - github.com/google/go-querystring v1.1.0 // indirect |
14 |
| - github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect |
15 |
| - github.com/hashicorp/errwrap v1.1.0 // indirect |
16 | 6 | github.com/hashicorp/go-multierror v1.1.1
|
17 | 7 | github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a
|
18 | 8 | github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
|
19 | 9 | github.com/scylladb/go-set v1.0.2
|
20 |
| - github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect |
21 | 10 | github.com/sirupsen/logrus v1.8.1
|
22 |
| - github.com/smartystreets/goconvey v1.6.4 // indirect |
23 | 11 | github.com/spf13/afero v1.8.2
|
24 | 12 | github.com/spf13/cobra v1.4.0
|
25 |
| - github.com/spf13/viper v1.10.0 // indirect |
26 | 13 | github.com/stretchr/testify v1.7.0
|
| 14 | + go.uber.org/multierr v1.8.0 |
| 15 | + golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 |
| 16 | + golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a |
| 17 | + mvdan.cc/xurls/v2 v2.4.0 |
| 18 | +) |
| 19 | + |
| 20 | +require ( |
| 21 | + github.com/DataDog/zstd v1.4.0 // indirect |
| 22 | + github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect |
| 23 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 24 | + github.com/golang/protobuf v1.5.2 // indirect |
| 25 | + github.com/golang/snappy v0.0.3 // indirect |
| 26 | + github.com/google/go-cmp v0.5.7 // indirect |
| 27 | + github.com/google/go-querystring v1.1.0 // indirect |
| 28 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 29 | + github.com/inconshreveable/mousetrap v1.0.0 // indirect |
| 30 | + github.com/pmezard/go-difflib v1.0.0 // indirect |
| 31 | + github.com/spf13/pflag v1.0.5 // indirect |
27 | 32 | github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
|
28 | 33 | go.etcd.io/bbolt v1.3.6 // indirect
|
29 | 34 | go.uber.org/atomic v1.9.0 // indirect
|
30 |
| - go.uber.org/multierr v1.8.0 |
31 |
| - golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 |
32 | 35 | golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect
|
33 |
| - golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a |
34 | 36 | golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
|
35 | 37 | golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
|
36 | 38 | golang.org/x/text v0.3.7 // indirect
|
37 |
| - google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect |
38 |
| - mvdan.cc/xurls/v2 v2.4.0 |
| 39 | + google.golang.org/appengine v1.6.7 // indirect |
| 40 | + google.golang.org/protobuf v1.28.0 // indirect |
| 41 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
39 | 42 | )
|
40 | 43 |
|
41 |
| -go 1.13 |
| 44 | +go 1.18 |
0 commit comments