-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (26 loc) · 890 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
module github.com/thechubbypanda/syncify
go 1.22.3
require (
github.com/alexedwards/scs/v2 v2.8.0
github.com/chi-middleware/logrus-logger v0.3.0
github.com/go-chi/chi/v5 v5.0.12
github.com/ilyakaznacheev/cleanenv v1.5.0
github.com/maragudk/gomponents v0.20.3
github.com/maragudk/gomponents-htmx v0.5.0
github.com/sirupsen/logrus v1.9.3
github.com/zmb3/spotify/v2 v2.4.2
golang.org/x/oauth2 v0.21.0
)
require (
github.com/ncruces/julianday v1.0.0 // indirect
github.com/tetratelabs/wazero v1.8.0 // indirect
)
require (
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/alexedwards/scs/sqlite3store v0.0.0-20240316134038-7e11d57e8885
github.com/joho/godotenv v1.5.1 // indirect
github.com/ncruces/go-sqlite3 v0.18.1
golang.org/x/sys v0.24.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)