chore: upgrade github.com/codeclysm/extract to v3.1.1 (#8480)

This commit is contained in:
Colin Adler
2023-07-12 14:33:46 -05:00
committed by GitHub
parent a0fedebd62
commit b5c17048c6
4 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
"os"
"sort"
"github.com/codeclysm/extract"
"github.com/codeclysm/extract/v3"
"golang.org/x/xerrors"
"github.com/coder/coder/cli/clibase"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"path/filepath"
"testing"
"github.com/codeclysm/extract"
"github.com/codeclysm/extract/v3"
"github.com/google/uuid"
"github.com/stretchr/testify/require"