File tree 3 files changed +7
-8
lines changed
3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ require (
7
7
github.com/filecoin-project/go-jsonrpc v0.1.5
8
8
github.com/filecoin-project/go-state-types v0.1.10
9
9
github.com/filecoin-project/specs-storage v0.4.1
10
- github.com/filecoin-project/venus v1.6.0-rc2
11
- github.com/filecoin-project/venus-auth v1.6.0-rc1
10
+ github.com/filecoin-project/venus v1.6.0
11
+ github.com/filecoin-project/venus-auth v1.6.0
12
12
github.com/gbrlsnchs/jwt/v3 v3.0.1
13
13
github.com/google/uuid v1.3.0
14
14
github.com/gorilla/mux v1.8.0
Original file line number Diff line number Diff line change @@ -373,11 +373,10 @@ github.com/filecoin-project/specs-storage v0.4.1 h1:yvLEaLZj8f+uByhNC4mFOtCUyL2w
373
373
github.com/filecoin-project/specs-storage v0.4.1 /go.mod h1:Z2eK6uMwAOSLjek6+sy0jNV2DSsMEENziMUz0GHRFBw =
374
374
github.com/filecoin-project/storetheindex v0.3.5 /go.mod h1:0r3d0kSpK63O6AvLr1CjAINLi+nWD49clzcnKV+GLpI =
375
375
github.com/filecoin-project/test-vectors/schema v0.0.5 /go.mod h1:iQ9QXLpYWL3m7warwvK1JC/pTri8mnfEmKygNDqqY6E =
376
- github.com/filecoin-project/venus v1.6.0-rc2 h1:foHOMlA5Qk6wbhtKBW9yYLSBMSx/nxZcFtLiU83rJ8s =
377
- github.com/filecoin-project/venus v1.6.0-rc2 /go.mod h1:P3LC4fOUP02HSCe7yaK6hNx2z9qK13xYrqxL7rjXsz4 =
378
- github.com/filecoin-project/venus-auth v1.6.0-pre-rc1 /go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg =
379
- github.com/filecoin-project/venus-auth v1.6.0-rc1 h1:FPdXmAoMOt7KN12eDuV6Qp2QUc3IYCBrQ1o53c7eKOY =
380
- github.com/filecoin-project/venus-auth v1.6.0-rc1 /go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg =
376
+ github.com/filecoin-project/venus v1.6.0 h1:EG7tLb7q1+MbIRWVxw5pA27Yo9bw1mz/RHj6+lESkdA =
377
+ github.com/filecoin-project/venus v1.6.0 /go.mod h1:ukA+xwqDs40lixoa+HDNfuN8b1G4jpm4k0ujceVejSk =
378
+ github.com/filecoin-project/venus-auth v1.6.0 h1:DLl7q5g1eh6UTpp98MLpRWAI79k6TUw1Myh/RLeaFpU =
379
+ github.com/filecoin-project/venus-auth v1.6.0 /go.mod h1:x/Cv3zz9z5O+/uqIKgYtk5UsL7nYu+CtiPjyVQ8Lywg =
381
380
github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568 /go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc =
382
381
github.com/flynn/noise v0.0.0-20180327030543-2492fe189ae6 /go.mod h1:1i71OnUq3iUe1ma7Lr6yG6/rjvM3emb6yoL7xLFzcVQ =
383
382
github.com/flynn/noise v1.0.0 /go.mod h1:xbMo+0i6+IGbYdJhF31t2eR1BIU0CYc12+BNAKwUTag =
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import "fmt"
5
5
var GitCommit string
6
6
7
7
// BuildVersion is the local build version, set by build system
8
- const BuildVersion = "v1.6.0-rc2 "
8
+ const BuildVersion = "v1.6.0"
9
9
10
10
var UserVersion = BuildVersion + GitCommit
11
11
You can’t perform that action at this time.
0 commit comments