diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-04-30 03:36:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-04-30 03:36:15 -0700 |
| commit | d74cdf011553ae073d524a080f65f418c76ccaa7 (patch) | |
| tree | a264d490c7244bba0feb4072215ad44d779d1146 /go.mod | |
| parent | 84312e679957a5107735136a731862c7dd297ba7 (diff) | |
| download | seaweedfs-d74cdf011553ae073d524a080f65f418c76ccaa7.tar.xz seaweedfs-d74cdf011553ae073d524a080f65f418c76ccaa7.zip | |
Revert "Merge pull request #2027 from bingoohuang/master"2.42
Need to revert because docker image build failed. The docker apk package only has go 1.15.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ module github.com/chrislusf/seaweedfs -go 1.16 +go 1.12 require ( cloud.google.com/go v0.58.0 // indirect @@ -60,6 +60,7 @@ require ( github.com/peterh/liner v1.1.0 github.com/pierrec/lz4 v2.2.7+incompatible // indirect github.com/prometheus/client_golang v1.3.0 + github.com/rakyll/statik v0.1.7 github.com/rcrowley/go-metrics v0.0.0-20190826022208-cac0b30c2563 // indirect github.com/seaweedfs/fuse v1.1.4 github.com/seaweedfs/goexif v1.0.2 @@ -75,6 +76,7 @@ require ( github.com/tidwall/match v1.0.1 github.com/tsuna/gohbase v0.0.0-20201125011725-348991136365 github.com/valyala/bytebufferpool v1.0.0 + github.com/valyala/fasthttp v1.20.0 github.com/viant/assertly v0.5.4 // indirect github.com/viant/ptrie v0.3.0 github.com/viant/toolbox v0.33.2 // indirect |
