-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
477 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.18.24 | ||
0.19.24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,44 @@ | ||
module github.com/gkze/stars | ||
|
||
require ( | ||
cloud.google.com/go/storage v1.22.0 // 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/bketelsen/crypt v0.0.4 // indirect | ||
github.com/cncf/udpa/go v0.0.0-20220112060539-c52dc94e7fbe // indirect | ||
github.com/cncf/xds/go v0.0.0-20220330162227-eded343319d0 // indirect | ||
github.com/envoyproxy/protoc-gen-validate v0.6.7 // 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/smartystreets/goconvey v1.6.4 // indirect | ||
github.com/spf13/afero v1.8.2 | ||
github.com/spf13/cobra v1.4.0 | ||
github.com/spf13/viper v1.10.0 // indirect | ||
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/DataDog/zstd v1.4.0 // indirect | ||
github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect | ||
github.com/davecgh/go-spew v1.1.1 // indirect | ||
github.com/golang/protobuf v1.5.2 // indirect | ||
github.com/golang/snappy v0.0.3 // indirect | ||
github.com/google/go-cmp v0.5.7 // 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 | ||
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.8.0 | ||
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 | ||
golang.org/x/net v0.0.0-20220403103023-749bd193bc2b // indirect | ||
golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a | ||
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/genproto v0.0.0-20220407144326-9054f6ed7bac // indirect | ||
mvdan.cc/xurls/v2 v2.4.0 | ||
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.13 | ||
go 1.18 |
Oops, something went wrong.