module github.com/webmeisterei/lql-api go 1.15 require ( github.com/abbot/go-http-auth v0.4.0 github.com/gin-contrib/cors v1.3.1 github.com/gin-gonic/gin v1.6.3 github.com/hashicorp/go-multierror v1.1.0 github.com/loopfz/gadgeto v0.10.1 github.com/micro/go-micro/v2 v2.9.1 github.com/sirupsen/logrus v1.7.0 github.com/spf13/cobra v1.0.0 github.com/stretchr/testify v1.4.0 github.com/toorop/gin-logrus v0.0.0-20200831135515-d2ee50d38dae github.com/wI2L/fizz v0.13.4 github.com/webmeisterei/go-http-auth v0.5.0 github.com/wolviecb/basic-auth v0.5.0 golang.org/x/crypto v0.0.0-20200930160638-afb6bcd081ae gopkg.in/fsnotify.v1 v1.4.7 )