aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2023-02-20 01:14:08 -0800
committerchrislu <chris.lu@gmail.com>2023-02-20 01:14:08 -0800
commit28c36913b4fac8c4a25cddc38064dd8aa537b20c (patch)
treeec7e9d873ee86b7b62bd03d1799991d76f71a7f0 /go.mod
parentf05261157f0aafc4162a5c2e6bdf9cf48fece826 (diff)
downloadseaweedfs-28c36913b4fac8c4a25cddc38064dd8aa537b20c.tar.xz
seaweedfs-28c36913b4fac8c4a25cddc38064dd8aa537b20c.zip
Revert "compile windows binary"
This reverts commit 472528f6f0113ac47bafccc96958bfdcacfbb675.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod5
1 files changed, 1 insertions, 4 deletions
diff --git a/go.mod b/go.mod
index 608ef9ba0..fb555412b 100644
--- a/go.mod
+++ b/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.6.0
+ golang.org/x/net v0.7.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,6 +241,3 @@ 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