You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set GO111MODULE=on
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\Administrator\AppData\Local\go-build
set GOENV=C:\Users\Administrator\AppData\Roaming\go\env
set GOEXE=.exe
set GOEXPERIMENT=
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOINSECURE=
set GOMODCACHE=C:\Users\Administrator\go\pkg\mod
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=C:\Users\Administrator\go
set GOPRIVATE=
set GOPROXY=https://goproxy.cn,direct
set GOROOT=D:\devtool\go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
GOTOOLDIR=D:\devtool\go\pkg\tool\windows_amd64
GOVCS=
GOVERSION=go1.18.4
GCCGO=gccgo
GOAMD64=v1
AR=ar
CC=gcc
CXX=g++
CGO_ENABLED=1
GOMOD=C:\Users\Administrator\go\pkg\mod\golang.org\x\crypto@v0.24.0\go.mod
GOWORK=
CGO_CFLAGS=-g -O2
CGO_CPPFLAGS=
CGO_CXXFLAGS=-g -O2
CGO_FFLAGS=-g -O2
CGO_LDFLAGS=-g -O2
PKG_CONFIG=pkg-config
GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\Administrator\AppData\Local\Temp\go-build3615246982=/tmp/go-build -gno-record-gcc-switches
What did you do?
install gin;crypto version:0.24.0;
go run main.go;
Go version
go version 1.18.5 amd64
Output of
go env
in your module/workspace:What did you do?
install gin;crypto version:0.24.0;
go run main.go;
What did you see happen?
no
What did you expect to see?
golang.org\x\cryptc@0.24.0\sha3\xor.go:25:10: undefined subtle.XORBytes
The text was updated successfully, but these errors were encountered: