Skip to content

Commit 8319836

Browse files
author
Aeneas Rekkas (arekkas)
committed
vendor: glide semver and remove gopkg
1 parent 524db01 commit 8319836

File tree

4 files changed

+11
-10
lines changed

4 files changed

+11
-10
lines changed

glide.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

glide.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package: github.com/ory-am/ladon
22
import:
33
- package: github.com/dancannon/gorethink
4+
version: ~2.1.3
45
- package: github.com/go-errors/errors
56
- package: github.com/golang/mock
67
subpackages:

manager_rethink.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/Sirupsen/logrus"
88
"github.com/go-errors/errors"
99
"golang.org/x/net/context"
10-
r "gopkg.in/dancannon/gorethink.v2"
10+
r "github.com/dancannon/gorethink"
1111
)
1212

1313
// stupid hack

manager_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/stretchr/testify/assert"
1414
"github.com/stretchr/testify/require"
1515
"golang.org/x/net/context"
16-
r "gopkg.in/dancannon/gorethink.v2"
16+
r "github.com/dancannon/gorethink"
1717
"gopkg.in/ory-am/dockertest.v2"
1818
)
1919

0 commit comments

Comments
 (0)