Skip to content

Commit

Permalink
Chore: Rename module path to reflect project name (grafana#23)
Browse files Browse the repository at this point in the history
* Chore: Rename module path to reflect project name

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Remove cortexproject/cortex from go.mod

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* More substitutions

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Fix linting errors

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Update protobuf files

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Rename more Cortex references

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Rename more Cortex references

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Undo renaming of Docker repo

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Remove outdated workflows doc section

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Roll back unnecessary changes

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* .golangci.yml: Fix local-prefixes

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Updating proto

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Undo example build image renaming

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>

* Fix GitHub paths

Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
  • Loading branch information
aknuds1 authored Jul 26, 2021
1 parent aa7be02 commit 852bc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/user_registries.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/prometheus/prometheus/pkg/labels"
tsdb_errors "github.com/prometheus/prometheus/tsdb/errors"

util_log "github.com/cortexproject/cortex/pkg/util/log"
util_log "github.com/grafana/mimir/pkg/util/log"
)

var (
Expand Down

0 comments on commit 852bc3e

Please sign in to comment.