Skip to content

Commit

Permalink
vendor: glide semver and remove gopkg
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeneas Rekkas (arekkas) committed Aug 8, 2016
1 parent 524db01 commit 8319836
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
16 changes: 8 additions & 8 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions glide.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package: github.com/ory-am/ladon
import:
- package: github.com/dancannon/gorethink
version: ~2.1.3
- package: github.com/go-errors/errors
- package: github.com/golang/mock
subpackages:
Expand Down
2 changes: 1 addition & 1 deletion manager_rethink.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/Sirupsen/logrus"
"github.com/go-errors/errors"
"golang.org/x/net/context"
r "gopkg.in/dancannon/gorethink.v2"
r "github.com/dancannon/gorethink"
)

// stupid hack
Expand Down
2 changes: 1 addition & 1 deletion manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"golang.org/x/net/context"
r "gopkg.in/dancannon/gorethink.v2"
r "github.com/dancannon/gorethink"
"gopkg.in/ory-am/dockertest.v2"
)

Expand Down

0 comments on commit 8319836

Please sign in to comment.