Skip to content

Commit 5b38c1f

Browse files
committed
Release 0.14.24
1 parent d1df671 commit 5b38c1f

File tree

4 files changed

+5
-161
lines changed

4 files changed

+5
-161
lines changed

.goreleaser.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ builds:
2727
- CGO_ENABLED=0
2828
goarch:
2929
- amd64
30+
- arm64
3031
ldflags:
3132
- -X main.Version={{.Version}}
3233
main: "./cmd/stars/stars.go"

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.13.24
1+
0.14.24

go.mod

-17
Original file line numberDiff line numberDiff line change
@@ -4,34 +4,19 @@ require (
44
github.com/DataDog/zstd v1.4.0 // indirect
55
github.com/Sereal/Sereal v0.0.0-20190416075407-a9d24ede505a // indirect
66
github.com/asdine/storm v2.1.2+incompatible
7-
github.com/coreos/bbolt v1.3.2 // indirect
8-
github.com/coreos/etcd v3.3.13+incompatible // indirect
9-
github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect
10-
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
11-
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
127
github.com/golang/snappy v0.0.1 // indirect
138
github.com/google/go-github/v25 v25.1.3
149
github.com/google/go-querystring v1.1.0 // indirect
15-
github.com/gorilla/websocket v1.4.2 // indirect
16-
github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect
17-
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
1810
github.com/hashicorp/errwrap v1.1.0 // indirect
1911
github.com/hashicorp/go-multierror v1.1.1
2012
github.com/jdxcode/netrc v0.0.0-20210204082910-926c7f70242a
21-
github.com/jonboulle/clockwork v0.1.0 // indirect
22-
github.com/mitchellh/go-homedir v1.1.0 // indirect
23-
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
2413
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
25-
github.com/prometheus/client_golang v0.9.3 // indirect
2614
github.com/scylladb/go-set v1.0.2
2715
github.com/sirupsen/logrus v1.8.1
28-
github.com/soheilhy/cmux v0.1.4 // indirect
2916
github.com/spf13/afero v1.6.0
3017
github.com/spf13/cobra v1.2.1
3118
github.com/stretchr/testify v1.7.0
32-
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect
3319
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
34-
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
3520
go.etcd.io/bbolt v1.3.6 // indirect
3621
go.uber.org/atomic v1.9.0 // indirect
3722
go.uber.org/multierr v1.7.0
@@ -41,9 +26,7 @@ require (
4126
golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 // indirect
4227
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
4328
golang.org/x/text v0.3.7 // indirect
44-
google.golang.org/appengine v1.6.7 // indirect
4529
google.golang.org/protobuf v1.27.1 // indirect
46-
gopkg.in/resty.v1 v1.12.0 // indirect
4730
mvdan.cc/xurls/v2 v2.3.0
4831
)
4932

0 commit comments

Comments
 (0)