Skip to content

Commit

Permalink
[cmd] Fix instrument package name (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
wybczu authored Mar 2, 2021
1 parent caafdf3 commit 2c46b70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ linters-settings:
github.com/golang/protobuf/proto: "replace with github.com/gogo/protobuf/proto"
google.golang.org/protobuf/proto: "replace with github.com/gogo/protobuf/proto"
github.com/tj/assert: "use github.com/stretchr/testify/assert"
github.com/m3db/m3x/instrument: "use github.com/m3db/m3/instrument"
github.com/m3db/m3x/instrument: "use github.com/m3db/m3/src/x/instrument"
misspell:
# Correct spellings using locale preferences for US or UK.
# Default is to use a neutral variety of English.
Expand Down
2 changes: 1 addition & 1 deletion cmd/m3db-operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"github.com/m3db/m3db-operator/pkg/k8sops/m3db"
"github.com/m3db/m3db-operator/pkg/k8sops/podidentity"

"github.com/m3db/m3x/instrument"
"github.com/m3db/m3/src/x/instrument"

apiextensionsclient "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ require (
github.com/hashicorp/go-retryablehttp v0.6.0
github.com/m3db/build-tools v0.0.0-20181013000606-edd1bdd1df8a
github.com/m3db/m3 v0.15.18-0.20201027011129-53414ba8082a
github.com/m3db/m3x v0.0.0-20190408051622-ebf3c7b94afd
github.com/m3db/tools v0.0.0-20181008195521-c6ded3f34878
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.6
Expand Down

0 comments on commit 2c46b70

Please sign in to comment.