-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.mod
executable file
·23 lines (21 loc) · 977 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
module github.com/cescoferraro/spotify
go 1.13
require (
github.com/SonicRoshan/straf v2.0.0+incompatible // indirect
github.com/cescoferraro/structql v0.0.0-20200426135823-8b63e4129514
github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 // indirect
github.com/go-chi/chi v3.1.5+incompatible
github.com/go-chi/render v1.0.1
github.com/golang/protobuf v0.0.0-20170808021621-1909bc2f63dc // indirect
github.com/gorilla/websocket v1.2.0 // indirect
github.com/graphql-go/graphql v0.7.9
github.com/graphql-go/handler v0.2.3
github.com/lab259/go-graphql-struct v1.0.2 // indirect
github.com/pkg/errors v0.8.0
github.com/pressly/chi v3.0.0+incompatible // indirect
github.com/zmb3/spotify v0.0.0-20170728001740-69bbd6f6bcb8
golang.org/x/net v0.0.0-20170808001146-945ddfdd3bb8 // indirect
golang.org/x/oauth2 v0.0.0-20170807180024-9a379c6b3e95
google.golang.org/appengine v1.0.0 // indirect
gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22 // indirect
)