compile windows binary
fix https://github.com/seaweedfs/seaweedfs/discussions/4221
This commit is contained in:
5
go.mod
5
go.mod
@@ -114,7 +114,7 @@ require (
|
||||
golang.org/x/crypto v0.3.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20221031165847-c99f073a8326
|
||||
golang.org/x/image v0.0.0-20200119044424-58c23975cae1
|
||||
golang.org/x/net v0.7.0
|
||||
golang.org/x/net v0.6.0
|
||||
golang.org/x/oauth2 v0.2.0 // indirect
|
||||
golang.org/x/sys v0.5.0
|
||||
golang.org/x/text v0.7.0 // indirect
|
||||
@@ -241,3 +241,6 @@ require (
|
||||
)
|
||||
|
||||
// replace github.com/seaweedfs/raft => /Users/chrislu/go/src/github.com/seaweedfs/raft
|
||||
|
||||
// Fixes build issues on windows: https://github.com/mattn/go-ieproxy/issues/45
|
||||
replace github.com/mattn/go-ieproxy => github.com/mattn/go-ieproxy v0.0.7
|
||||
|
||||
Reference in New Issue
Block a user