diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-15 22:00:52 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-15 22:00:52 -0700 |
| commit | 37e5684b404d2874ded2ca18a7acf58e38b0e420 (patch) | |
| tree | 082f91dd3531d61a2593aad121cf76526ff2277b /go.mod | |
| parent | 6f7ef8711ae493764d688feabd6853c0f2b40c98 (diff) | |
| download | seaweedfs-37e5684b404d2874ded2ca18a7acf58e38b0e420.tar.xz seaweedfs-37e5684b404d2874ded2ca18a7acf58e38b0e420.zip | |
able to build on mac
fixed by https://github.com/mattn/go-ieproxy/pull/43
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ require ( github.com/linxGnu/grocksdb v1.7.7 github.com/magiconair/properties v1.8.6 // indirect github.com/mailru/easyjson v0.7.7 // indirect - github.com/mattn/go-ieproxy v0.0.3 // indirect + github.com/mattn/go-ieproxy v0.0.9 github.com/mattn/go-isatty v0.0.16 // indirect github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect github.com/mitchellh/mapstructure v1.5.0 // indirect |
