Commit 526602d7 authored by Eric's avatar Eric

[update]

parent d8ac5f68
...@@ -2,11 +2,12 @@ package proxy ...@@ -2,11 +2,12 @@ package proxy
import ( import (
"bytes" "bytes"
"github.com/jumpserver/koko/pkg/logger"
"github.com/jumpserver/koko/pkg/utils"
"regexp" "regexp"
"strings" "strings"
"sync" "sync"
"github.com/jumpserver/koko/pkg/logger"
"github.com/jumpserver/koko/pkg/utils"
) )
var ps1Pattern = regexp.MustCompile(`^\[?.*@.*\]?[\\$#]\s|mysql>\s`) var ps1Pattern = regexp.MustCompile(`^\[?.*@.*\]?[\\$#]\s|mysql>\s`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment