Skip to content

Commit

Permalink
Release 0.17.24
Browse files Browse the repository at this point in the history
  • Loading branch information
gkze committed Dec 22, 2021
1 parent 627dcd2 commit d74dce2
Show file tree
Hide file tree
Showing 4 changed files with 295 additions and 9 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.24
0.17.24
20 changes: 14 additions & 6 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,31 +1,39 @@
module github.com/gkze/stars

require (
cloud.google.com/go/storage v1.18.2 // indirect
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect
github.com/asdine/storm v2.1.2+incompatible
github.com/golang/snappy v0.0.1 // indirect
github.com/bketelsen/crypt v0.0.4 // indirect
github.com/cncf/xds/go v0.0.0-20211216145620-d92e9ce0af51 // indirect
github.com/google/go-github/v25 v25.1.3
github.com/google/go-querystring v1.1.0 // indirect
github.com/googleapis/google-cloud-go-testing v0.0.0-20210719221736-1c9a4c676720 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
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/shurcooL/sanitized_anchor_name v1.0.0 // indirect
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.2.1
github.com/smartystreets/goconvey v1.6.4 // indirect
github.com/spf13/afero v1.7.0
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
go.etcd.io/bbolt v1.3.6 // indirect
go.uber.org/atomic v1.9.0 // indirect
go.uber.org/multierr v1.7.0
golang.org/x/crypto v0.0.0-20211202192323-5770296d904e
golang.org/x/net v0.0.0-20211208012354-db4efeb81f4b // indirect
golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3
golang.org/x/net v0.0.0-20211216030914-fe4d6282115f // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
golang.org/x/text v0.3.7 // indirect
google.golang.org/api v0.63.0 // indirect
google.golang.org/genproto v0.0.0-20211221231510-d629cc9a93d5 // indirect
google.golang.org/grpc v1.43.0 // indirect
google.golang.org/protobuf v1.27.1 // indirect
mvdan.cc/xurls/v2 v2.3.0
)
Expand Down
Loading

0 comments on commit d74dce2

Please sign in to comment.