dmitri.shuralyov.com/app/changes/...

cmd/gerritchanges: Update import paths.

The package has moved. It was never pushed to the previous remote, all
development was done locally, so it can't have any external users.
dmitshur committed 6 years ago commit 5e8e4e2411c558af69772a4201e96c6510d25af7
Collapse all
cmd/gerritchanges/main.go
@@ -18,15 +18,15 @@ import (
	"fmt"
	"log"
	"net/http"
	"strings"

	"dmitri.shuralyov.com/changes/gerritapi"
	"dmitri.shuralyov.com/changes/maintner"
	"github.com/andygrunwald/go-gerrit"
	"github.com/gorilla/mux"
	"github.com/gregjones/httpcache"
	"github.com/shurcooL/changes/gerritapi"
	"github.com/shurcooL/changes/maintner"
	"github.com/shurcooL/httpgzip"
	"github.com/shurcooL/issues"
	"github.com/shurcooL/issuesapp"
	"github.com/shurcooL/reactions/emojis"
	"golang.org/x/build/maintner/godata"