Skip to content

Commit

Permalink
Merge pull request #26 from gkze/gk-mod-updates
Browse files Browse the repository at this point in the history
Update Go modules
  • Loading branch information
gkze authored Nov 29, 2020
2 parents e7749ef + 73bcf0d commit dc284fd
Show file tree
Hide file tree
Showing 2 changed files with 368 additions and 13 deletions.
32 changes: 19 additions & 13 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,33 @@ module github.com/gkze/stars
require (
github.com/DataDog/zstd v1.4.0 // indirect
github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect
github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6 // indirect
github.com/asdine/storm v2.1.2+incompatible
github.com/golang/protobuf v1.4.2 // indirect
github.com/golang/protobuf v1.4.3 // indirect
github.com/golang/snappy v0.0.1 // indirect
github.com/google/go-github/v25 v25.1.3
github.com/jdxcode/netrc v0.0.0-20190329161231-b36f1c51d91d
github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4
github.com/jdxcode/netrc v0.0.0-20201119100258-050cafb6dbe6
github.com/konsorten/go-windows-terminal-sequences v1.0.3 // indirect
github.com/pkg/browser v0.0.0-20201112035734-206646e67786
github.com/scylladb/go-set v1.0.2
github.com/sirupsen/logrus v1.6.0
github.com/spf13/afero v1.3.1
github.com/spf13/cobra v1.0.0
github.com/sirupsen/logrus v1.7.0
github.com/spf13/afero v1.4.1
github.com/spf13/cobra v1.1.1
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.4.0
github.com/ugorji/go v1.1.4 // indirect
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77 // indirect
go.etcd.io/bbolt v1.3.5 // indirect
go.uber.org/multierr v1.5.0
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/net v0.0.0-20200707034311-ab3426394381 // indirect
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
golang.org/x/text v0.3.3 // indirect
google.golang.org/appengine v1.6.6 // indirect
go.uber.org/multierr v1.6.0
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
golang.org/x/crypto v0.0.0-20201124201722-c8d3bf9c5392
golang.org/x/net v0.0.0-20201110031124-69a78807bb2b // indirect
golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58
golang.org/x/sys v0.0.0-20201126233918-771906719818 // indirect
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
golang.org/x/text v0.3.4 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/protobuf v1.25.0 // indirect
mvdan.cc/xurls/v2 v2.2.0
)
Expand Down
Loading

0 comments on commit dc284fd

Please sign in to comment.