module rpirelay go 1.16 require ( github.com/gabriel-vasile/mimetype v1.3.1 github.com/gin-contrib/cors v1.3.1 github.com/gin-gonic/gin v1.7.4 github.com/go-playground/validator v9.31.0+incompatible github.com/imdario/mergo v0.3.12 github.com/joho/godotenv v1.3.0 github.com/otakukaze/config-loader v1.0.2 github.com/pkg/errors v0.8.1 github.com/spf13/cobra v1.2.1 github.com/stianeikeland/go-rpio/v4 v4.5.0 )