1
0
mirror of https://github.com/beego/bee.git synced 2025-07-07 16:40:19 +00:00

地址更改

This commit is contained in:
guan
2019-07-03 21:43:08 +08:00
parent 277509ab88
commit 71eeb03213
51 changed files with 142 additions and 142 deletions

View File

@ -80,9 +80,9 @@ import (
"golang.org/x/arch/x86/x86asm"
"github.com/derekparker/delve/pkg/logflags"
"github.com/derekparker/delve/pkg/proc"
"github.com/derekparker/delve/pkg/proc/linutil"
"github.com/go-delve/delve/pkg/logflags"
"github.com/go-delve/delve/pkg/proc"
"github.com/go-delve/delve/pkg/proc/linutil"
"github.com/mattn/go-isatty"
"github.com/sirupsen/logrus"
)

View File

@ -16,8 +16,8 @@ import (
"sync"
"time"
"github.com/derekparker/delve/pkg/logflags"
"github.com/derekparker/delve/pkg/proc"
"github.com/go-delve/delve/pkg/logflags"
"github.com/go-delve/delve/pkg/proc"
"github.com/sirupsen/logrus"
)