commit | 3f41d080c2a737d95c665f969b22c9f4097e4fd9 | [log] [tgz] |
---|---|---|
author | Krzysztof Szukiełojć <kszukielojc@mirantis.com> | Sun May 07 14:43:06 2017 +0200 |
committer | Krzysztof Szukiełojć <kszukielojc@mirantis.com> | Sun May 07 14:44:07 2017 +0200 |
tree | 1971986b1ca85b7da13cc0211424a561ce818c2c | |
parent | 24a29cea730c2729fd753bcf91f59e9b83c78462 [diff] [blame] |
Chaning github to gerrit own repository part II Change-Id: Iae76646b3e5b276679fee09869bb91e27ac95cfc
diff --git a/pagination/marker.go b/pagination/marker.go index 52e53ba..358d9d1 100644 --- a/pagination/marker.go +++ b/pagination/marker.go
@@ -4,7 +4,7 @@ "fmt" "reflect" - "github.com/gophercloud/gophercloud" + "gerrit.mcp.mirantis.net/debian/gophercloud.git" ) // MarkerPage is a stricter Page interface that describes additional functionality required for use with NewMarkerPager.