Skip to content

Commit d74dce2

Browse files
committed
Release 0.17.24
1 parent 627dcd2 commit d74dce2

File tree

4 files changed

+295
-9
lines changed

4 files changed

+295
-9
lines changed

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.16.24
1+
0.17.24

go.mod

+14-6
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
module github.com/gkze/stars
22

33
require (
4+
cloud.google.com/go/storage v1.18.2 // indirect
45
github.com/DataDog/zstd v1.4.0 // indirect
56
github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect
67
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
810
github.com/google/go-github/v25 v25.1.3
911
github.com/google/go-querystring v1.1.0 // indirect
12+
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
1013
github.com/hashicorp/errwrap v1.1.0 // indirect
1114
github.com/hashicorp/go-multierror v1.1.1
1215
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a
1316
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
1417
github.com/scylladb/go-set v1.0.2
18+
github.com/shurcooL/sanitized_anchor_name v1.0.0 // indirect
1519
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
1823
github.com/stretchr/testify v1.7.0
1924
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
2025
go.etcd.io/bbolt v1.3.6 // indirect
2126
go.uber.org/atomic v1.9.0 // indirect
2227
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
2530
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
2732
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
2833
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
2937
google.golang.org/protobuf v1.27.1 // indirect
3038
mvdan.cc/xurls/v2 v2.3.0
3139
)

0 commit comments

Comments
 (0)