File tree 5 files changed +0
-5
lines changed
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package aivencmd
2
2
3
3
import (
4
4
"github.com/nais/cli/pkg/aiven"
5
- "github.com/nais/cli/pkg/metrics"
6
5
"github.com/urfave/cli/v2"
7
6
)
8
7
Original file line number Diff line number Diff line change 1
1
package devicecmd
2
2
3
3
import (
4
- "github.com/nais/cli/pkg/metrics"
5
4
"github.com/nais/cli/pkg/naisdevice"
6
5
"github.com/urfave/cli/v2"
7
6
)
Original file line number Diff line number Diff line change 6
6
7
7
"github.com/mitchellh/go-ps"
8
8
"github.com/nais/cli/pkg/doctor"
9
- "github.com/nais/cli/pkg/metrics"
10
9
"github.com/urfave/cli/v2"
11
10
)
12
11
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package postgrescmd
3
3
import (
4
4
"github.com/nais/cli/cmd/postgrescmd/migratecmd"
5
5
"github.com/nais/cli/pkg/gcp"
6
- "github.com/nais/cli/pkg/metrics"
7
6
"github.com/urfave/cli/v2"
8
7
)
9
8
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ package rootcmd
2
2
3
3
import (
4
4
"github.com/nais/cli/pkg/gcp"
5
- "github.com/nais/cli/pkg/metrics"
6
5
"github.com/urfave/cli/v2"
7
6
)
8
7
You can’t perform that action at this time.
0 commit comments