diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-21 12:26:39 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-21 12:26:39 -0700 |
| commit | 9187a649750b43c8948016523429b0f8b223abaa (patch) | |
| tree | e03bac51194e33efbd31098541d20e09c4d9803c /go.mod | |
| parent | 17e91d29179a41131e2a707ac2c5e63be4a21530 (diff) | |
| download | seaweedfs-9187a649750b43c8948016523429b0f8b223abaa.tar.xz seaweedfs-9187a649750b43c8948016523429b0f8b223abaa.zip | |
recover build on windows
related to https://github.com/mattn/go-ieproxy/issues/45#event-9294284869
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ require ( github.com/linxGnu/grocksdb v1.7.16 github.com/magiconair/properties v1.8.7 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/mattn/go-ieproxy v0.0.9 // indirect + github.com/mattn/go-ieproxy v0.0.11 // indirect github.com/mattn/go-isatty v0.0.17 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect |
