summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2017-04-22 02:29:02 +0200
committerChristian Pointner <equinox@spreadspace.org>2017-04-22 02:29:02 +0200
commit5c65ecf3ec1c0f519495a0591f73383ea812e2d7 (patch)
treed291d9d36c27768dbb7015ebbb25d4c66ee41405 /src
parentadded store benchmarking (diff)
upgrade to gorp v2
Diffstat (limited to 'src')
-rw-r--r--src/hub/Makefile2
-rw-r--r--src/hub/src/spreadspace.org/sfive/s5store.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/hub/Makefile b/src/hub/Makefile
index 26a3fce..0c34f14 100644
--- a/src/hub/Makefile
+++ b/src/hub/Makefile
@@ -38,7 +38,7 @@ endif
EXECUTEABLE := sfive-hub
-LIBS := "github.com/go-gorp/gorp" \
+LIBS := "gopkg.in/gorp.v2" \
"github.com/mattn/go-sqlite3" \
"github.com/zenazn/goji" \
"github.com/pborman/uuid" \
diff --git a/src/hub/src/spreadspace.org/sfive/s5store.go b/src/hub/src/spreadspace.org/sfive/s5store.go
index 671d571..5fd10ee 100644
--- a/src/hub/src/spreadspace.org/sfive/s5store.go
+++ b/src/hub/src/spreadspace.org/sfive/s5store.go
@@ -5,9 +5,9 @@ import (
"fmt"
"time"
- "github.com/go-gorp/gorp"
_ "github.com/mattn/go-sqlite3"
"github.com/pborman/uuid"
+ "gopkg.in/gorp.v2"
)
type sqliteStore struct {