diff --git a/.changes/0.23.0.md b/.changes/0.23.0.md index 5b0cc9dc..7a80ed25 100644 --- a/.changes/0.23.0.md +++ b/.changes/0.23.0.md @@ -457,7 +457,7 @@ ### Security Fixes -* Update Go's Docker module per Dependabot (https://github.com/ChrisWiegman/kana/pull/18) +* Update Go's Docker module per Dependabot (https://github.com/ChrisWiegman/kana-wordpress/pull/18) ## 0.6.1 - 2023-04-22 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6e44efa..bd0454ea 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: go mod vendor go build \ -o ./build/kana \ - -ldflags "-s -w -X github.com/ChrisWiegman/kana/internal/cmd.Version=1.0.0 -X github.com/ChrisWiegman/kana/internal/cmd.Timestamp=2024-03-16_10:50:11PM" \ + -ldflags "-s -w -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Version=1.0.0 -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Timestamp=2024-03-16_10:50:11PM" \ ./cmd/... - name: Test diff --git a/.golangci.yaml b/.golangci.yaml index af25b82a..3b3c8f69 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -22,7 +22,7 @@ linters-settings: gocyclo: min-complexity: 20 goimports: - local-prefixes: github.com/ChrisWiegman/kana + local-prefixes: github.com/ChrisWiegman/kana-wordpress mnd: # don't include the "operation" and "assign" checks: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index d396b4e1..ddd345cc 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -16,7 +16,7 @@ builds: main: ./cmd/kana/main.go binary: kana ldflags: - - -s -w -X github.com/ChrisWiegman/kana/internal/cmd.Version={{.Version}} -X github.com/ChrisWiegman/kana/internal/cmd.Timestamp={{.Date}} + - -s -w -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Version={{.Version}} -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Timestamp={{.Date}} - id: linux goos: - linux @@ -25,7 +25,7 @@ builds: main: ./cmd/kana/main.go binary: kana ldflags: - - -s -w -X github.com/ChrisWiegman/kana/internal/cmd.Version={{.Version}} -X github.com/ChrisWiegman/kana/internal/cmd.Timestamp={{.Date}} + - -s -w -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Version={{.Version}} -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Timestamp={{.Date}} archives: - id: macos @@ -55,7 +55,7 @@ nfpms: builds: - linux license: GPL-3.0 license - homepage: https://github.com/ChrisWiegman/kana + homepage: https://github.com/ChrisWiegman/kana-wordpress maintainer: Chris Wiegman description: A simple, portable CLI for efficient WordPress development. file_name_template: >- @@ -79,5 +79,5 @@ brews: license: GPL-3.0 license test: | system "#{bin}/kana version" - homepage: https://github.com/ChrisWiegman/kana + homepage: https://github.com/ChrisWiegman/kana-wordpress description: A simple, portable CLI for efficient WordPress development. diff --git a/CHANGELOG.md b/CHANGELOG.md index 121e0502..ef3d0df5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -473,7 +473,7 @@ and is generated by [Changie](https://github.com/miniscruff/changie). ### Security Fixes -* Update Go's Docker module per Dependabot (https://github.com/ChrisWiegman/kana/pull/18) +* Update Go's Docker module per Dependabot (https://github.com/ChrisWiegman/kana-wordpress/pull/18) ## 0.6.1 - 2023-04-22 diff --git a/Dockerfile b/Dockerfile index 31619b23..68ee2076 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ ENV PATH="$PATH:/usr/local/go/bin" CMD go build \ -o ./build/kana \ -buildvcs=false \ - -ldflags "-s -w -X github.com/ChrisWiegman/kana/internal/cmd.Version=1.0.0 -X github.com/ChrisWiegman/kana/internal/cmd.Timestamp=2024-03-16_10:50:11PM" \ + -ldflags "-s -w -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Version=1.0.0 -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Timestamp=2024-03-16_10:50:11PM" \ ./cmd/... && \ go test \ -v \ diff --git a/Makefile b/Makefile index 312f305d..50237427 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PKG := github.com/ChrisWiegman/kana +PKG := github.com/ChrisWiegman/kana-wordpress VERSION := $(shell git describe --tags || echo "0.0.1") TIMESTAMP := $(shell date -u '+%Y-%m-%d_%I:%M:%S%p') ARGS = `arg="$(filter-out $@,$(MAKECMDGOALS))" && echo $${arg:-${1}}` @@ -127,7 +127,7 @@ update-test-snapshot: go build \ -o ./build/kana \ -buildvcs=false \ - -ldflags "-s -w -X github.com/ChrisWiegman/kana/internal/cmd.Version=1.0.0 -X github.com/ChrisWiegman/kana/internal/cmd.Timestamp=2024-03-16_10:50:11PM" \ + -ldflags "-s -w -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Version=1.0.0 -X github.com/ChrisWiegman/kana-wordpress/internal/cmd.Timestamp=2024-03-16_10:50:11PM" \ ./cmd/... && \ UPDATE_SNAPS=true go test \ -v \ diff --git a/README.md b/README.md index 3156cf57..d1ae2e01 100644 --- a/README.md +++ b/README.md @@ -20,21 +20,21 @@ Docker Desktop for Linux may work but I have not tested it. # Installing Kana -There are a few options for installing Kana. You can use [Homebrew](https://brew.sh) (recommended), you can install it from [the "releases" page](https://github.com/ChrisWiegman/kana/releases) here or you can build it manually. +There are a few options for installing Kana. You can use [Homebrew](https://brew.sh) (recommended), you can install it from [the "releases" page](https://github.com/ChrisWiegman/kana-wordpress/releases) here or you can build it manually. ## Install from Homebrew Installing from [Homebrew](https://brew.sh) is the recommended approach on both Mac and Linux as it allows for automatic updates when needed. To install from Homebrew run the following command: ``` -brew install ChrisWiegman/kana/kana +brew install ChrisWiegman/kana-wordpress/kana ``` Note that, as there are numerous ways to install Docker, I have chosen, at least for now, to not list it as a dependency when installing via Homebrew. You'll want to make sure Docker is already installed or install it with `brew install --cask docker` if you're on Mac (see [this documentation](https://docs.docker.com/engine/install/) if you're in Linux). ## Download from GitHub releases -Simply download the latest release from our [release page](https://github.com/ChrisWiegman/kana/releases) and extract the CLI to a location accessible by your system PATH +Simply download the latest release from our [release page](https://github.com/ChrisWiegman/kana-wordpress/releases) and extract the CLI to a location accessible by your system PATH **Note for Mac users** I have not signed the download copy so you'll need to manually allow it in your Mac settings if you download it from the releases page. Install it via Homebrew to avoid this step. @@ -42,7 +42,7 @@ Simply download the latest release from our [release page](https://github.com/Ch You will need [Go](https://go.dev) installed locally to build the application. -1. Clone this repo `git clone https://github.com/ChrisWiegman/kana.git` +1. Clone this repo `git clone https://github.com/ChrisWiegman/kana-wordpress.git` 2. CD into the repo and run `make install` Assuming you have Go properly setup with `GOBIN` in your system path, you should now be able to use Kana. Run `kana version` to test. @@ -147,7 +147,7 @@ By default Kana will open the appropriate WordPress site. To open the database o Note that by default Kana will open the database in [phpMyAdmin](https://www.phpmyadmin.net). You can also tell Kana to open the database in [TablePlus](https://tableplus.com) instead by setting the `databaseClient` configuration setting to `tableplus`. -Currently pphpMyAdmin and TablePlus are the only two clients I've configured. If you would like to use a different client, please [open an issue](https://github.com/ChrisWiegman/kana/issues) and I'd be happy to take a look. +Currently pphpMyAdmin and TablePlus are the only two clients I've configured. If you would like to use a different client, please [open an issue](https://github.com/ChrisWiegman/kana-wordpress/issues) and I'd be happy to take a look. > *Note* Opening the Database directly with Kana doesn't work for SQLite databases. To open a SQLite database directly navigate to `/wp-content/database/.ht.sqlite` and open the file directly. @@ -305,7 +305,7 @@ I hate apps that leave leftovers on your machine. When stopping a site all Docke 1. Delete the application from your $GOBIN or system path (or run `brew uninstall kana` if installed via homebrew) 2. Delete the `~/.config/kana` folder which contains all site and app configuration 3. (Mac only) Delete the `Kana Development CA` certificate from the _System_ keychain in the _Keychain Access_ app -4. If installed via homebrew run `brew untap ChrisWiegman/kana` to remove the Homebrew tap +4. If installed via homebrew run `brew untap ChrisWiegman/kana-wordpress` to remove the Homebrew tap You can also safely remove any new images added however it is not a requirement. Many other apps might share those images leading to your system simply needing to download them again. diff --git a/cmd/kana/main.go b/cmd/kana/main.go index 5ad823a1..c49a4686 100644 --- a/cmd/kana/main.go +++ b/cmd/kana/main.go @@ -1,6 +1,6 @@ package main -import "github.com/ChrisWiegman/kana/internal/cmd" +import "github.com/ChrisWiegman/kana-wordpress/internal/cmd" func main() { cmd.Execute() diff --git a/go.mod b/go.mod index 78cedcf4..e813645f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ChrisWiegman/kana +module github.com/ChrisWiegman/kana-wordpress go 1.23.0 diff --git a/internal/cmd/changelog.go b/internal/cmd/changelog.go index 3b5e003f..ff3b5e22 100644 --- a/internal/cmd/changelog.go +++ b/internal/cmd/changelog.go @@ -1,7 +1,7 @@ package cmd import ( - "github.com/ChrisWiegman/kana/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/console" "github.com/pkg/browser" "github.com/spf13/cobra" @@ -13,7 +13,7 @@ func changelog(consoleOutput *console.Console) *cobra.Command { Short: "Open Kana's changelog in your browser", Args: cobra.NoArgs, Run: func(cmd *cobra.Command, args []string) { - err := browser.OpenURL("https://github.com/ChrisWiegman/kana/releases") + err := browser.OpenURL("https://github.com/ChrisWiegman/kana-wordpress/releases") if err != nil { consoleOutput.Error(err) } diff --git a/internal/cmd/changelog_test.go b/internal/cmd/changelog_test.go index 4b4804f9..941c4cac 100644 --- a/internal/cmd/changelog_test.go +++ b/internal/cmd/changelog_test.go @@ -3,7 +3,7 @@ package cmd import ( "testing" - "github.com/ChrisWiegman/kana/tests" + "github.com/ChrisWiegman/kana-wordpress/tests" ) func TestChangelog(t *testing.T) { diff --git a/internal/cmd/config.go b/internal/cmd/config.go index dcaafa87..423193db 100644 --- a/internal/cmd/config.go +++ b/internal/cmd/config.go @@ -1,8 +1,8 @@ package cmd import ( - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" "github.com/spf13/cobra" ) diff --git a/internal/cmd/config_test.go b/internal/cmd/config_test.go index 816fadfb..6d649432 100644 --- a/internal/cmd/config_test.go +++ b/internal/cmd/config_test.go @@ -3,7 +3,7 @@ package cmd import ( "testing" - "github.com/ChrisWiegman/kana/tests" + "github.com/ChrisWiegman/kana-wordpress/tests" ) func TestConfig(t *testing.T) { diff --git a/internal/cmd/db.go b/internal/cmd/db.go index 80e951ad..3d08e95e 100644 --- a/internal/cmd/db.go +++ b/internal/cmd/db.go @@ -3,8 +3,8 @@ package cmd import ( "fmt" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/cmd/destroy.go b/internal/cmd/destroy.go index e10cd998..d6b0856b 100644 --- a/internal/cmd/destroy.go +++ b/internal/cmd/destroy.go @@ -4,9 +4,9 @@ import ( "fmt" "os" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" "github.com/spf13/pflag" diff --git a/internal/cmd/export.go b/internal/cmd/export.go index 41f715cf..a714adb8 100644 --- a/internal/cmd/export.go +++ b/internal/cmd/export.go @@ -4,9 +4,9 @@ import ( "fmt" "path/filepath" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/cmd/flush.go b/internal/cmd/flush.go index 294bd42f..7c03f17c 100644 --- a/internal/cmd/flush.go +++ b/internal/cmd/flush.go @@ -3,8 +3,8 @@ package cmd import ( "fmt" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/cmd/list.go b/internal/cmd/list.go index 3863726d..fbe715c7 100644 --- a/internal/cmd/list.go +++ b/internal/cmd/list.go @@ -6,8 +6,8 @@ import ( "os" "strconv" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/aquasecurity/table" "github.com/spf13/cobra" diff --git a/internal/cmd/list_test.go b/internal/cmd/list_test.go index d21cc23a..818c50e9 100644 --- a/internal/cmd/list_test.go +++ b/internal/cmd/list_test.go @@ -3,7 +3,7 @@ package cmd import ( "testing" - "github.com/ChrisWiegman/kana/tests" + "github.com/ChrisWiegman/kana-wordpress/tests" ) func TestList(t *testing.T) { diff --git a/internal/cmd/open.go b/internal/cmd/open.go index a5bcabc4..0f019e06 100644 --- a/internal/cmd/open.go +++ b/internal/cmd/open.go @@ -3,9 +3,9 @@ package cmd import ( "fmt" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" "github.com/spf13/pflag" diff --git a/internal/cmd/root.go b/internal/cmd/root.go index 327c1810..5c6f545b 100644 --- a/internal/cmd/root.go +++ b/internal/cmd/root.go @@ -3,9 +3,9 @@ package cmd import ( "runtime" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/cmd/root_test.go b/internal/cmd/root_test.go index a3cbc085..bec8fd06 100644 --- a/internal/cmd/root_test.go +++ b/internal/cmd/root_test.go @@ -3,7 +3,7 @@ package cmd import ( "testing" - "github.com/ChrisWiegman/kana/tests" + "github.com/ChrisWiegman/kana-wordpress/tests" ) func TestRoot(t *testing.T) { diff --git a/internal/cmd/start.go b/internal/cmd/start.go index bed4772b..192cfb81 100644 --- a/internal/cmd/start.go +++ b/internal/cmd/start.go @@ -4,10 +4,10 @@ import ( "fmt" "os" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/helpers" - "github.com/ChrisWiegman/kana/internal/settings" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/helpers" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/mitchellh/go-homedir" "github.com/spf13/cobra" diff --git a/internal/cmd/stop.go b/internal/cmd/stop.go index 54eecadd..d7edeb1e 100644 --- a/internal/cmd/stop.go +++ b/internal/cmd/stop.go @@ -3,9 +3,9 @@ package cmd import ( "fmt" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/cmd/trust.go b/internal/cmd/trust.go index f45b8a2d..8b363534 100644 --- a/internal/cmd/trust.go +++ b/internal/cmd/trust.go @@ -1,8 +1,8 @@ package cmd import ( - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/settings" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/settings" "github.com/spf13/cobra" ) diff --git a/internal/cmd/version.go b/internal/cmd/version.go index e3acf754..7e1e186b 100644 --- a/internal/cmd/version.go +++ b/internal/cmd/version.go @@ -4,7 +4,7 @@ import ( "encoding/json" "fmt" - "github.com/ChrisWiegman/kana/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/console" "github.com/spf13/cobra" ) diff --git a/internal/cmd/version_test.go b/internal/cmd/version_test.go index 0e67bc15..bfa29d75 100644 --- a/internal/cmd/version_test.go +++ b/internal/cmd/version_test.go @@ -3,7 +3,7 @@ package cmd import ( "testing" - "github.com/ChrisWiegman/kana/tests" + "github.com/ChrisWiegman/kana-wordpress/tests" ) func TestVersion(t *testing.T) { diff --git a/internal/cmd/wp.go b/internal/cmd/wp.go index 4b2323eb..6152d026 100644 --- a/internal/cmd/wp.go +++ b/internal/cmd/wp.go @@ -5,8 +5,8 @@ import ( "fmt" "strings" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/cmd/xdebug.go b/internal/cmd/xdebug.go index 2f05a5e0..b0683ea7 100644 --- a/internal/cmd/xdebug.go +++ b/internal/cmd/xdebug.go @@ -1,8 +1,8 @@ package cmd import ( - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/site" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/site" "github.com/spf13/cobra" ) diff --git a/internal/docker/docker.go b/internal/docker/docker.go index eb1beb60..62bb5f22 100644 --- a/internal/docker/docker.go +++ b/internal/docker/docker.go @@ -12,7 +12,7 @@ import ( "os/exec" "strings" - "github.com/ChrisWiegman/kana/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/console" "github.com/docker/docker/api/types/container" "github.com/docker/docker/client" diff --git a/internal/docker/docker_test.go b/internal/docker/docker_test.go index 16d41d8f..5e6fbc53 100644 --- a/internal/docker/docker_test.go +++ b/internal/docker/docker_test.go @@ -6,7 +6,7 @@ import ( "os/exec" "testing" - "github.com/ChrisWiegman/kana/internal/docker/mocks" + "github.com/ChrisWiegman/kana-wordpress/internal/docker/mocks" "github.com/docker/docker/api/types" "github.com/docker/docker/api/types/container" diff --git a/internal/docker/image.go b/internal/docker/image.go index 0750780f..9cd6cfe5 100644 --- a/internal/docker/image.go +++ b/internal/docker/image.go @@ -11,7 +11,7 @@ import ( "strings" "time" - "github.com/ChrisWiegman/kana/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/console" "github.com/docker/docker/api/types/image" kjson "github.com/knadh/koanf/parsers/json" diff --git a/internal/docker/image_test.go b/internal/docker/image_test.go index e721b698..0d9842d5 100644 --- a/internal/docker/image_test.go +++ b/internal/docker/image_test.go @@ -4,8 +4,8 @@ import ( "fmt" "testing" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/internal/docker/mocks" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/docker/mocks" "github.com/docker/docker/api/types/image" "github.com/stretchr/testify/assert" diff --git a/internal/docker/mocks/APIClient.go b/internal/docker/mocks/APIClient.go index 422a7dbe..b00730d1 100644 --- a/internal/docker/mocks/APIClient.go +++ b/internal/docker/mocks/APIClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.43.2. DO NOT EDIT. +// Code generated by mockery v2.46.0. DO NOT EDIT. package mocks diff --git a/internal/docker/mocks/ContainerAPIClient.go b/internal/docker/mocks/ContainerAPIClient.go index b629b66c..51c510db 100644 --- a/internal/docker/mocks/ContainerAPIClient.go +++ b/internal/docker/mocks/ContainerAPIClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.43.2. DO NOT EDIT. +// Code generated by mockery v2.46.0. DO NOT EDIT. package mocks diff --git a/internal/docker/mocks/ImageAPIClient.go b/internal/docker/mocks/ImageAPIClient.go index 1308780a..cfb87ddf 100644 --- a/internal/docker/mocks/ImageAPIClient.go +++ b/internal/docker/mocks/ImageAPIClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.43.2. DO NOT EDIT. +// Code generated by mockery v2.46.0. DO NOT EDIT. package mocks diff --git a/internal/docker/mocks/NetworkAPIClient.go b/internal/docker/mocks/NetworkAPIClient.go index 4c6e5661..c22db9fc 100644 --- a/internal/docker/mocks/NetworkAPIClient.go +++ b/internal/docker/mocks/NetworkAPIClient.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.43.2. DO NOT EDIT. +// Code generated by mockery v2.46.0. DO NOT EDIT. package mocks diff --git a/internal/docker/network_test.go b/internal/docker/network_test.go index ac51d81d..febdd922 100644 --- a/internal/docker/network_test.go +++ b/internal/docker/network_test.go @@ -3,7 +3,7 @@ package docker import ( "testing" - "github.com/ChrisWiegman/kana/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/console" ) func TestNetworkCreate(t *testing.T) { diff --git a/internal/settings/config.go b/internal/settings/config.go index 896f10d4..78e0835b 100644 --- a/internal/settings/config.go +++ b/internal/settings/config.go @@ -6,7 +6,7 @@ import ( "os" "strings" - "github.com/ChrisWiegman/kana/internal/console" + "github.com/ChrisWiegman/kana-wordpress/internal/console" "github.com/aquasecurity/table" ) diff --git a/internal/settings/mocks/Koanf.go b/internal/settings/mocks/Koanf.go index 0d28d184..3609f5d6 100644 --- a/internal/settings/mocks/Koanf.go +++ b/internal/settings/mocks/Koanf.go @@ -1,4 +1,4 @@ -// Code generated by mockery v2.43.2. DO NOT EDIT. +// Code generated by mockery v2.46.0. DO NOT EDIT. package mocks diff --git a/internal/settings/settings.go b/internal/settings/settings.go index fe680e5c..388698d5 100644 --- a/internal/settings/settings.go +++ b/internal/settings/settings.go @@ -12,8 +12,8 @@ import ( "strconv" "strings" - "github.com/ChrisWiegman/kana/internal/docker" - "github.com/ChrisWiegman/kana/internal/helpers" + "github.com/ChrisWiegman/kana-wordpress/internal/docker" + "github.com/ChrisWiegman/kana-wordpress/internal/helpers" "github.com/go-playground/validator/v10" "github.com/mitchellh/go-homedir" diff --git a/internal/settings/ssl.go b/internal/settings/ssl.go index 8400f6ba..0cb075b9 100644 --- a/internal/settings/ssl.go +++ b/internal/settings/ssl.go @@ -7,8 +7,8 @@ import ( "path/filepath" "runtime" - "github.com/ChrisWiegman/kana/internal/console" - "github.com/ChrisWiegman/kana/pkg/minica" + "github.com/ChrisWiegman/kana-wordpress/internal/console" + "github.com/ChrisWiegman/kana-wordpress/pkg/minica" ) var execCommand = exec.Command diff --git a/internal/settings/templates/kana-local-development.php b/internal/settings/templates/kana-local-development.php index d7a5536b..b605d121 100644 --- a/internal/settings/templates/kana-local-development.php +++ b/internal/settings/templates/kana-local-development.php @@ -1,7 +1,7 @@