You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
456 B
Modula-2

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/loopfz/gadgeto v0.10.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
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
)