chore: migrate to github.com/coder/clistat (#17107)

Migrate from in-tree `clistat` package to
https://github.com/coder/clistat.
This commit is contained in:
Danielle Maywood
2025-03-26 10:36:53 +00:00
committed by GitHub
parent 811097ef03
commit 1bbbae8d57
13 changed files with 17 additions and 1203 deletions

View File

@ -9,7 +9,7 @@ import (
"github.com/stretchr/testify/require"
"github.com/coder/coder/v2/cli/clistat"
"github.com/coder/clistat"
"github.com/coder/coder/v2/cli/clitest"
"github.com/coder/coder/v2/testutil"
)