Skip to content

Commit c9023bd

Browse files
committed
remove more unused
1 parent b36dc8b commit c9023bd

File tree

9 files changed

+4
-1578
lines changed

9 files changed

+4
-1578
lines changed

Diff for: go.mod

+2-12
Original file line numberDiff line numberDiff line change
@@ -17,36 +17,26 @@ require (
1717
github.com/korandiz/mpseek v1.0.0
1818
github.com/mewkiz/flac v1.0.7
1919
github.com/mjibson/gme v0.0.0-20191207231606-aac85c97dedc
20-
github.com/mjibson/gmusic v0.0.0-20150925045001-ad078cbf9073
2120
github.com/mjibson/go-dsp v0.0.0-20180508042940-11479a337f12
2221
github.com/mjibson/nsf v0.0.0-20150416074249-10b2439b9af2
2322
github.com/nwaples/rardecode v1.1.3
2423
github.com/oov/directsound-go v0.0.0-20141101201356-e53e59c700bf
2524
github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
2625
golang.org/x/net v0.0.0-20220811182439-13a9a731de15
2726
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7
28-
google.golang.org/api v0.92.0
2927
)
3028

3129
require (
32-
cloud.google.com/go/compute v1.7.0 // indirect
3330
github.com/facebookgo/ensure v0.0.0-20200202191622-63f1cf65ac4c // indirect
3431
github.com/facebookgo/freeport v0.0.0-20150612182905-d4adf43b75b9 // indirect
35-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
32+
github.com/facebookgo/stack v0.0.0-20160209184415-751773369052 // indirect
33+
github.com/facebookgo/subset v0.0.0-20200203212716-c811ad88dec4 // indirect
3634
github.com/golang/protobuf v1.5.2 // indirect
37-
github.com/google/uuid v1.3.0 // indirect
38-
github.com/googleapis/enterprise-certificate-proxy v0.1.0 // indirect
39-
github.com/googleapis/gax-go/v2 v2.4.0 // indirect
4035
github.com/icza/bitio v1.1.0 // indirect
4136
github.com/mewkiz/pkg v0.0.0-20211102230744-16a6ce8f1b77 // indirect
42-
github.com/mjibson/gpsoauth v0.0.0-20150621200543-be41f43784ed // indirect
4337
github.com/mjibson/mog v0.0.0-00010101000000-000000000000 // indirect
44-
go.opencensus.io v0.23.0 // indirect
4538
go4.org v0.0.0-20201209231011-d4a079459e60 // indirect
4639
golang.org/x/sys v0.0.0-20220811171246-fbc7d0a398ab // indirect
47-
golang.org/x/text v0.3.7 // indirect
4840
google.golang.org/appengine v1.6.7 // indirect
49-
google.golang.org/genproto v0.0.0-20220624142145-8cd45d7dbd1f // indirect
50-
google.golang.org/grpc v1.47.0 // indirect
5141
google.golang.org/protobuf v1.28.1 // indirect
5242
)

Diff for: go.sum

+2-429
Large diffs are not rendered by default.

Diff for: protocol/bandcamp/bandcamp.go

-173
This file was deleted.

Diff for: protocol/drive/drive.go

-164
This file was deleted.

0 commit comments

Comments
 (0)