Missing the strings library

This commit is contained in:
cmj 2020-02-14 16:08:08 +08:00
parent 3e74e30845
commit 74423bfacd

View file

@ -24,6 +24,7 @@ import (
"github.com/drone/go-login/login/gogs"
"github.com/drone/go-login/login/stash"
"github.com/drone/go-scm/scm/transport/oauth2"
"strings"
"github.com/google/wire"
"github.com/sirupsen/logrus"