projects
/
brackets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Track artist popularity
[brackets.git]
/
go.mod
Commit
Line
Data
2636df37
JC
1
module git.jacobcasper.com/brackets
2
3
go 1.14
4
5
require (
6
github.com/mattn/go-sqlite3 v2.0.3+incompatible
7
github.com/zmb3/spotify v0.0.0-20200413172747-49e8144a06f7
8
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d
9
)