-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (23 loc) · 864 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
module github.com/ambientsound/visp
require (
github.com/blevesearch/bleve/v2 v2.3.1
github.com/gdamore/tcell/v2 v2.4.0
github.com/go-chi/chi v1.5.4
github.com/google/uuid v1.3.0
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/prometheus/client_golang v1.12.1
github.com/sirupsen/logrus v1.8.1
github.com/spf13/afero v1.8.1 // indirect
github.com/spf13/viper v1.10.1
github.com/stretchr/objx v0.3.0 // indirect
github.com/stretchr/testify v1.7.0
github.com/zmb3/spotify v1.3.0
github.com/zmb3/spotify/v2 v2.3.1 // indirect
golang.org/x/net v0.0.0-20220225172249-27dd8689420f // indirect
golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b
golang.org/x/sys v0.6.0 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
)
go 1.16