File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package helpers
2
2
3
3
import (
4
4
"golang.org/x/crypto/bcrypt"
5
- "github.com/go- gorp/gorp "
5
+ "gopkg.in/ gorp.v1 "
6
6
"github.com/haruyama/golang-goji-sample/models"
7
7
)
8
8
Original file line number Diff line number Diff line change 6
6
"log"
7
7
8
8
"golang.org/x/crypto/bcrypt"
9
- "github.com/go- gorp/gorp "
9
+ "gopkg.in/ gorp.v1 "
10
10
_ "github.com/go-sql-driver/mysql"
11
11
"github.com/golang/glog"
12
12
)
Original file line number Diff line number Diff line change 4
4
"bytes"
5
5
"html/template"
6
6
7
- "github.com/go- gorp/gorp "
7
+ "gopkg.in/ gorp.v1 "
8
8
"github.com/gorilla/sessions"
9
9
"github.com/zenazn/goji/web"
10
10
)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
12
12
"crypto/sha256"
13
13
14
- "github.com/go- gorp/gorp "
14
+ "gopkg.in/ gorp.v1 "
15
15
"github.com/golang/glog"
16
16
"github.com/gorilla/sessions"
17
17
"github.com/haruyama/golang-goji-sample/models"
Original file line number Diff line number Diff line change 8
8
"net/http"
9
9
"strings"
10
10
11
- "github.com/go- gorp/gorp "
11
+ "gopkg.in/ gorp.v1 "
12
12
"github.com/go-utils/uslice"
13
13
"github.com/golang/glog"
14
14
"github.com/gorilla/sessions"
You can’t perform that action at this time.
0 commit comments