module github.com/CodeOfTheKnight/Kaori go 1.16 require ( cloud.google.com/go/firestore v1.5.0 firebase.google.com/go v3.13.0+incompatible github.com/CodeOfTheKnight/kaoriData v0.1.10 github.com/KiritoNya/htmlutils v1.1.1 // indirect github.com/didip/tollbooth v4.0.2+incompatible github.com/felixge/httpsnoop v1.0.2 github.com/form3tech-oss/jwt-go v3.2.2+incompatible github.com/gorilla/mux v1.8.0 github.com/gorilla/securecookie v1.1.1 github.com/hajimehoshi/go-mp3 v0.3.2 github.com/kaiserbh/anilistgo v0.0.0-20210218173819-8318e657598c github.com/mitchellh/mapstructure v1.4.1 github.com/patrickmn/go-cache v2.1.0+incompatible // indirect github.com/segmentio/ksuid v1.0.3 github.com/sirupsen/logrus v1.8.1 go.uber.org/config v1.4.0 golang.org/x/net v0.0.0-20210508051633-16afe75a6701 golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c google.golang.org/api v0.46.0 gopkg.in/yaml.v2 v2.4.0 )