module github.com/webmeisterei/lql_api go 1.15 require ( github.com/abbot/go-http-auth v0.4.0 github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 github.com/gin-contrib/cors v1.3.1 github.com/gin-gonic/gin v1.6.3 github.com/go-openapi/spec v0.19.9 // indirect github.com/go-openapi/swag v0.19.9 // indirect github.com/loopfz/gadgeto v0.10.1 github.com/mailru/easyjson v0.7.6 // indirect github.com/micro/micro/v2 v2.9.3 github.com/mitchellh/go-homedir v1.1.0 github.com/rgzr/sshtun v0.0.2 github.com/sirupsen/logrus v1.6.0 github.com/spf13/cobra v1.0.0 github.com/spf13/pflag v1.0.5 github.com/spf13/viper v1.6.3 github.com/stretchr/testify v1.4.0 github.com/swaggo/files v0.0.0-20190704085106-630677cd5c14 github.com/swaggo/gin-swagger v1.2.0 github.com/swaggo/swag v1.6.7 github.com/toorop/gin-logrus v0.0.0-20200831135515-d2ee50d38dae github.com/urfave/cli/v2 v2.2.0 // indirect github.com/wI2L/fizz v0.13.4 golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a golang.org/x/net v0.0.0-20200927032502-5d4f70055728 // indirect golang.org/x/sys v0.0.0-20200926100807-9d91bd62050c // indirect golang.org/x/tools v0.0.0-20200928201943-a0ef9b62deab // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )