Description
Go version
go version go1.22.8 darwin/arm64
Output of go env
in your module/workspace:
admin@lele-de-MacBook-Pro bitwallet % go env
GO111MODULE='on'
GOARCH='arm64'
GOBIN='/Users/admin/Documents/work/go/bin'
GOCACHE='/Users/admin/Library/Caches/go-build'
GOENV='/Users/admin/Library/Application Support/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='arm64'
GOHOSTOS='darwin'
GOINSECURE=''
GOMODCACHE='/Users/admin/Documents/work/go/pkg/mod'
GONOPROXY='gitlab.yyle.com,gitint.epandabank.com'
GONOSUMDB='gitlab.yyle.com,gitint.epandabank.com'
GOOS='darwin'
GOPATH='/Users/admin/Documents/work/go'
GOPRIVATE='gitlab.yyle.com,gitint.epandabank.com'
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/usr/local/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='local'
GOTOOLDIR='/usr/local/go/pkg/tool/darwin_arm64'
GOVCS=''
GOVERSION='go1.22.8'
GCCGO='gccgo'
AR='ar'
CC='clang'
CXX='clang++'
CGO_ENABLED='1'
GOMOD='/Users/admin/work_atom/channel-doge/unitwork/bitwallet/go.mod'
GOWORK='/Users/admin/work_atom/channel-doge/unitwork/go.work'
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -arch arm64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -ffile-prefix-map=/var/folders/y0/nd19tl3j51b10r1gj1l98qsc0000gn/T/go-build613053705=/tmp/go-build -gno-record-gcc-switches -fno-common'
admin@lele-de-MacBook-Pro bitwallet %
What did you do?
admin@lele-de-MacBook-Pro bitwallet % go mod tidy
go: finding module for package github.com/orzkratos/zapzhkratos
go: finding module for package github.com/go-xlan/yaml-go-edit/yamlv3edit
go: finding module for package github.com/yyle88/must
go: finding module for package github.com/yyle88/done
go: finding module for package github.com/yyle88/erero
go: finding module for package github.com/orzkratos/swaggokratos/swaggogin
go: finding module for package github.com/orzkratos/swaggokratos
go: finding module for package github.com/yyle88/gormrepo/gormclass
go: finding module for package github.com/yyle88/neatjson/neatjsons
go: found github.com/orzkratos/zapzhkratos in github.com/orzkratos/zapzhkratos v0.0.9
go: found github.com/yyle88/done in github.com/yyle88/done v1.0.26
go: found github.com/yyle88/must in github.com/yyle88/must v0.0.25
go: found github.com/go-xlan/yaml-go-edit/yamlv3edit in github.com/go-xlan/yaml-go-edit v0.0.5
go: found github.com/orzkratos/swaggokratos in github.com/orzkratos/swaggokratos v0.0.4
go: found github.com/orzkratos/swaggokratos/swaggogin in github.com/orzkratos/swaggokratos v0.0.4
go: found github.com/yyle88/erero in github.com/yyle88/erero v1.0.23
go: found github.com/yyle88/gormrepo/gormclass in github.com/yyle88/gormrepo v1.0.52
go: found github.com/yyle88/neatjson/neatjsons in github.com/yyle88/neatjson v0.0.12
admin@lele-de-MacBook-Pro bitwallet % GOTOOLCHAIN=go1.22.8 go get github.com/pmezard/go-difflib@latest
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3up
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
removing github.com/go-xlan/[email protected]
go: github.com/orzkratos/[email protected]: parsing go.mod:
module declares its path as: github.com/orzkratos/zapzkratos
but was required as: github.com/orzkratos/zapzhkratos
trying github.com/orzkratos/[email protected]
go: github.com/orzkratos/[email protected]: parsing go.mod:
module declares its path as: github.com/orzkratos/zapzkratos
but was required as: github.com/orzkratos/zapzhkratos
removing github.com/orzkratos/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
removing github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: removed github.com/go-xlan/yaml-go-edit v0.0.5
go: removed github.com/orzkratos/swaggokratos v0.0.4
go: removed github.com/orzkratos/zapkratos v0.0.7
go: removed github.com/orzkratos/zapzhkratos v0.0.9
go: downgraded github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 => v1.0.0
go: removed github.com/yyle88/done v1.0.26
go: removed github.com/yyle88/erero v1.0.23
go: downgraded github.com/yyle88/gormcnm v1.0.55 => v1.0.10
go: removed github.com/yyle88/gormrepo v1.0.52
go: removed github.com/yyle88/must v0.0.25
go: removed github.com/yyle88/neatjson v0.0.12
go: removed github.com/yyle88/rese v0.0.10
go: downgraded github.com/yyle88/runpath v1.0.23 => v1.0.5
go: removed github.com/yyle88/sure v0.0.38
go: removed github.com/yyle88/syntaxgo v0.0.52
go: downgraded github.com/yyle88/zaplog v0.0.26 => v0.0.8
admin@lele-de-MacBook-Pro bitwallet % GOTOOLCHAIN=go1.22.8 go get github.com/pmezard/go-difflib@latest
admin@lele-de-MacBook-Pro bitwallet % go mod tidy
go: finding module for package github.com/orzkratos/zapzhkratos
go: finding module for package github.com/go-xlan/yaml-go-edit/yamlv3edit
go: finding module for package github.com/yyle88/done
go: finding module for package github.com/yyle88/must
go: finding module for package github.com/yyle88/erero
go: finding module for package github.com/orzkratos/swaggokratos/swaggogin
go: finding module for package github.com/yyle88/gormrepo/gormclass
go: finding module for package github.com/orzkratos/swaggokratos
go: finding module for package github.com/yyle88/neatjson/neatjsons
go: found github.com/orzkratos/zapzhkratos in github.com/orzkratos/zapzhkratos v0.0.9
go: found github.com/yyle88/done in github.com/yyle88/done v1.0.26
go: found github.com/yyle88/must in github.com/yyle88/must v0.0.25
go: found github.com/go-xlan/yaml-go-edit/yamlv3edit in github.com/go-xlan/yaml-go-edit v0.0.5
go: found github.com/orzkratos/swaggokratos in github.com/orzkratos/swaggokratos v0.0.4
go: found github.com/orzkratos/swaggokratos/swaggogin in github.com/orzkratos/swaggokratos v0.0.4
go: found github.com/yyle88/erero in github.com/yyle88/erero v1.0.23
go: found github.com/yyle88/gormrepo/gormclass in github.com/yyle88/gormrepo v1.0.52
go: found github.com/yyle88/neatjson/neatjsons in github.com/yyle88/neatjson v0.0.12
admin@lele-de-MacBook-Pro bitwallet % GOTOOLCHAIN=go1.22.8 go get github.com/pmezard/go-difflib@latest
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3up
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
removing github.com/go-xlan/[email protected]
go: github.com/orzkratos/[email protected]: parsing go.mod:
module declares its path as: github.com/orzkratos/zapzkratos
but was required as: github.com/orzkratos/zapzhkratos
trying github.com/orzkratos/[email protected]
go: github.com/orzkratos/[email protected]: parsing go.mod:
module declares its path as: github.com/orzkratos/zapzkratos
but was required as: github.com/orzkratos/zapzhkratos
removing github.com/orzkratos/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
removing github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: removed github.com/go-xlan/yaml-go-edit v0.0.5
go: removed github.com/orzkratos/swaggokratos v0.0.4
go: removed github.com/orzkratos/zapkratos v0.0.7
go: removed github.com/orzkratos/zapzhkratos v0.0.9
go: downgraded github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 => v1.0.0
go: removed github.com/yyle88/done v1.0.26
go: removed github.com/yyle88/erero v1.0.23
go: downgraded github.com/yyle88/gormcnm v1.0.55 => v1.0.10
go: removed github.com/yyle88/gormrepo v1.0.52
go: removed github.com/yyle88/must v0.0.25
go: removed github.com/yyle88/neatjson v0.0.12
go: removed github.com/yyle88/rese v0.0.10
go: downgraded github.com/yyle88/runpath v1.0.23 => v1.0.5
go: removed github.com/yyle88/sure v0.0.38
go: removed github.com/yyle88/syntaxgo v0.0.52
go: downgraded github.com/yyle88/zaplog v0.0.26 => v0.0.8
admin@lele-de-MacBook-Pro bitwallet % GOTOOLCHAIN=go1.22.8 go get github.com/pmezard/go-difflib@latest
admin@lele-de-MacBook-Pro bitwallet %
What did you see happen?
admin@lele-de-MacBook-Pro bitwallet % GOTOOLCHAIN=go1.22.8 go get github.com/pmezard/go-difflib@latest
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3up
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
trying github.com/go-xlan/[email protected]
go: github.com/go-xlan/[email protected]: parsing go.mod:
module declares its path as: github.com/go-xlan/goyamlv3x
but was required as: github.com/go-xlan/yaml-go-edit
removing github.com/go-xlan/[email protected]
go: github.com/orzkratos/[email protected]: parsing go.mod:
module declares its path as: github.com/orzkratos/zapzkratos
but was required as: github.com/orzkratos/zapzhkratos
trying github.com/orzkratos/[email protected]
go: github.com/orzkratos/[email protected]: parsing go.mod:
module declares its path as: github.com/orzkratos/zapzkratos
but was required as: github.com/orzkratos/zapzhkratos
removing github.com/orzkratos/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/mustdone
but was required as: github.com/yyle88/sure
removing github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: github.com/yyle88/[email protected]: parsing go.mod:
module declares its path as: github.com/yyle88/gormcls
but was required as: github.com/yyle88/gormrepo
trying github.com/yyle88/[email protected]
go: removed github.com/go-xlan/yaml-go-edit v0.0.5
go: removed github.com/orzkratos/swaggokratos v0.0.4
go: removed github.com/orzkratos/zapkratos v0.0.7
go: removed github.com/orzkratos/zapzhkratos v0.0.9
go: downgraded github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 => v1.0.0
go: removed github.com/yyle88/done v1.0.26
go: removed github.com/yyle88/erero v1.0.23
go: downgraded github.com/yyle88/gormcnm v1.0.55 => v1.0.10
go: removed github.com/yyle88/gormrepo v1.0.52
go: removed github.com/yyle88/must v0.0.25
go: removed github.com/yyle88/neatjson v0.0.12
go: removed github.com/yyle88/rese v0.0.10
go: downgraded github.com/yyle88/runpath v1.0.23 => v1.0.5
go: removed github.com/yyle88/sure v0.0.38
go: removed github.com/yyle88/syntaxgo v0.0.52
go: downgraded github.com/yyle88/zaplog v0.0.26 => v0.0.8
admin@lele-de-MacBook-Pro bitwallet %
What did you expect to see?
admin@lele-de-MacBook-Pro bitwallet % GOTOOLCHAIN=go1.22.8 go get github.com/pmezard/go-difflib@latest
admin@lele-de-MacBook-Pro bitwallet %