Migrate module path from kyle/ to mc/ org
All import paths updated to git.wntrmute.dev/mc/. Bumps mcdsl to v1.2.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,12 +11,12 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/config"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/db"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/firewall"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/grpcserver"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/metrics"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/server"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/config"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/db"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/firewall"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/grpcserver"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/metrics"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/server"
|
||||
)
|
||||
|
||||
func serverCmd() *cobra.Command {
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/config"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/db"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/config"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/db"
|
||||
)
|
||||
|
||||
func snapshotCmd() *cobra.Command {
|
||||
|
||||
@@ -9,8 +9,8 @@ import (
|
||||
"google.golang.org/grpc"
|
||||
"google.golang.org/grpc/credentials/insecure"
|
||||
|
||||
pb "git.wntrmute.dev/kyle/mc-proxy/gen/mc_proxy/v1"
|
||||
"git.wntrmute.dev/kyle/mc-proxy/internal/config"
|
||||
pb "git.wntrmute.dev/mc/mc-proxy/gen/mc_proxy/v1"
|
||||
"git.wntrmute.dev/mc/mc-proxy/internal/config"
|
||||
)
|
||||
|
||||
func statusCmd() *cobra.Command {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"git.wntrmute.dev/kyle/mc-proxy/client/mcproxy"
|
||||
"git.wntrmute.dev/mc/mc-proxy/client/mcproxy"
|
||||
)
|
||||
|
||||
func firewallCmd() *cobra.Command {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"git.wntrmute.dev/kyle/mc-proxy/client/mcproxy"
|
||||
"git.wntrmute.dev/mc/mc-proxy/client/mcproxy"
|
||||
)
|
||||
|
||||
func healthCmd() *cobra.Command {
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
mcproxy "git.wntrmute.dev/kyle/mc-proxy/client/mcproxy"
|
||||
mcproxy "git.wntrmute.dev/mc/mc-proxy/client/mcproxy"
|
||||
)
|
||||
|
||||
func policiesCmd() *cobra.Command {
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
"git.wntrmute.dev/kyle/mc-proxy/client/mcproxy"
|
||||
"git.wntrmute.dev/mc/mc-proxy/client/mcproxy"
|
||||
)
|
||||
|
||||
const defaultSocketPath = "/srv/mc-proxy/mc-proxy.sock"
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
|
||||
mcproxy "git.wntrmute.dev/kyle/mc-proxy/client/mcproxy"
|
||||
mcproxy "git.wntrmute.dev/mc/mc-proxy/client/mcproxy"
|
||||
)
|
||||
|
||||
func routesCmd() *cobra.Command {
|
||||
|
||||
Reference in New Issue
Block a user