Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
c029e111
Commit
c029e111
authored
Oct 20, 2020
by
vipwzw
Committed by
33cn
Oct 28, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update chain33 v1.65.0
parent
799dc52f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
10 deletions
+7
-10
Makefile
Makefile
+2
-2
go.mod
go.mod
+5
-8
go.sum
go.sum
+0
-0
No files found.
Makefile
View file @
c029e111
...
@@ -49,9 +49,9 @@ autotest_tick: autotest ## run with ticket mining
...
@@ -49,9 +49,9 @@ autotest_tick: autotest ## run with ticket mining
update
:
##
version 可以是git tag打的具体版本号
,
也可以是commit hash
,
什么都不填的情况下默认从master分支拉取最新版本
update
:
##
version 可以是git tag打的具体版本号
,
也可以是commit hash
,
什么都不填的情况下默认从master分支拉取最新版本
@
if
[
-n
"
$(version)
"
]
;
then
\
@
if
[
-n
"
$(version)
"
]
;
then
\
go get github.com/33cn/chain33@
${
version
}
;
\
go get
-v
github.com/33cn/chain33@
${
version
}
;
\
else
\
else
\
go get github.com/33cn/chain33@master
;
fi
go get
-v
github.com/33cn/chain33@master
;
fi
@
go mod tidy
@
go mod tidy
dep
:
dep
:
@
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
@
go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.18.0
...
...
go.mod
View file @
c029e111
...
@@ -3,7 +3,7 @@ module github.com/33cn/plugin
...
@@ -3,7 +3,7 @@ module github.com/33cn/plugin
go 1.12
go 1.12
require (
require (
github.com/33cn/chain33 v
0.0.0-20200729032621-0fbd543868cf
github.com/33cn/chain33 v
1.65.0
github.com/BurntSushi/toml v0.3.1
github.com/BurntSushi/toml v0.3.1
github.com/NebulousLabs/Sia v1.3.7
github.com/NebulousLabs/Sia v1.3.7
github.com/NebulousLabs/errors v0.0.0-20181203160057-9f787ce8f69e // indirect
github.com/NebulousLabs/errors v0.0.0-20181203160057-9f787ce8f69e // indirect
...
@@ -24,25 +24,22 @@ require (
...
@@ -24,25 +24,22 @@ require (
github.com/hashicorp/golang-lru v0.5.4
github.com/hashicorp/golang-lru v0.5.4
github.com/holiman/uint256 v1.1.1
github.com/holiman/uint256 v1.1.1
github.com/huin/goupnp v1.0.0
github.com/huin/goupnp v1.0.0
github.com/jackpal/go-nat-pmp v1.0.2
-0.20160603034137-1fa385a6f458
github.com/jackpal/go-nat-pmp v1.0.2
github.com/miguelmota/go-solidity-sha3 v0.1.0
github.com/miguelmota/go-solidity-sha3 v0.1.0
github.com/mr-tron/base58 v1.
1.3
github.com/mr-tron/base58 v1.
2.0
github.com/pborman/uuid v1.2.0
github.com/pborman/uuid v1.2.0
github.com/phoreproject/bls v0.0.0-20200525203911-a88a5ae26844
github.com/phoreproject/bls v0.0.0-20200525203911-a88a5ae26844
github.com/pkg/errors v0.
8
.1
github.com/pkg/errors v0.
9
.1
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/prometheus/client_golang v0.9.2 // indirect
github.com/prometheus/common v0.4.1
github.com/prometheus/common v0.4.1
github.com/prometheus/procfs v0.0.3 // indirect
github.com/prometheus/procfs v0.0.3 // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rs/cors v1.6.0
github.com/rs/cors v1.6.0
github.com/spf13/cobra v0.0.5
github.com/spf13/cobra v0.0.5
github.com/stretchr/testify v1.
4.0
github.com/stretchr/testify v1.
6.1
github.com/tjfoc/gmsm v1.3.1
github.com/tjfoc/gmsm v1.3.1
github.com/valyala/fasthttp v1.5.0
github.com/valyala/fasthttp v1.5.0
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
go.uber.org/atomic v1.4.0 // indirect
go.uber.org/multierr v1.2.0 // indirect
go.uber.org/zap v1.10.0 // indirect
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/crypto v0.0.0-20200604202706-70a84ac30bf9
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/net v0.0.0-20200301022130-244492dfa37a
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1
...
...
go.sum
View file @
c029e111
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment