File tree Expand file tree Collapse file tree 11 files changed +8
-8
lines changed Expand file tree Collapse file tree 11 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212
1313 "github.com/coder/coder/v2/codersdk"
1414 "github.com/coder/envbuilder"
15- "github.com/coder/envbuilder/internal/ log"
15+ "github.com/coder/envbuilder/log"
1616 "github.com/coder/serpent"
1717
1818 // *Never* remove this. Certificates are not bundled as part
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ import (
3434 "github.com/GoogleContainerTools/kaniko/pkg/util"
3535 "github.com/coder/envbuilder/devcontainer"
3636 "github.com/coder/envbuilder/internal/ebutil"
37- "github.com/coder/envbuilder/internal/ log"
37+ "github.com/coder/envbuilder/log"
3838 "github.com/containerd/containerd/platforms"
3939 "github.com/distribution/distribution/v3/configuration"
4040 "github.com/distribution/distribution/v3/registry/handlers"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
1212 "github.com/coder/envbuilder/options"
1313
1414 giturls "github.com/chainguard-dev/git-urls"
15- "github.com/coder/envbuilder/internal/ log"
15+ "github.com/coder/envbuilder/log"
1616 "github.com/go-git/go-billy/v5"
1717 "github.com/go-git/go-git/v5"
1818 "github.com/go-git/go-git/v5/plumbing"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
1616
1717 "github.com/coder/envbuilder/options"
1818
19- "github.com/coder/envbuilder/internal/ log"
19+ "github.com/coder/envbuilder/log"
2020 "github.com/coder/envbuilder/testutil/gittest"
2121 "github.com/coder/envbuilder/testutil/mwtest"
2222 "github.com/go-git/go-billy/v5"
Original file line number Diff line number Diff line change 99 "sync"
1010 "syscall"
1111
12- "github.com/coder/envbuilder/internal/ log"
12+ "github.com/coder/envbuilder/log"
1313 "github.com/hashicorp/go-multierror"
1414 "github.com/prometheus/procfs"
1515)
Original file line number Diff line number Diff line change 88 "testing"
99 time "time"
1010
11- "github.com/coder/envbuilder/internal/ log"
11+ "github.com/coder/envbuilder/log"
1212 "github.com/stretchr/testify/assert"
1313 "github.com/stretchr/testify/require"
1414 "go.uber.org/mock/gomock"
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 44 "strings"
55 "testing"
66
7- "github.com/coder/envbuilder/internal/ log"
7+ "github.com/coder/envbuilder/log"
88 "github.com/stretchr/testify/require"
99)
1010
You can’t perform that action at this time.
0 commit comments