Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chain33-pai
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ligaishun
chain33-pai
Commits
98b954b2
Commit
98b954b2
authored
Oct 09, 2019
by
root
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify mod
parent
c415be52
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
5 deletions
+13
-5
.gitignore
.gitignore
+2
-2
Makefile
Makefile
+5
-1
main.go
cmd/parser/main.go
+2
-2
go.mod
go.mod
+2
-0
go.sum
go.sum
+2
-0
No files found.
.gitignore
View file @
98b954b2
.idea/
.DS_Store
build
runtime/*
!runtime/qrcode/bg.jpg
!runtime/fonts
\ No newline at end of file
!runtime/fonts
Makefile
View file @
98b954b2
...
...
@@ -3,7 +3,11 @@
all
:
build
build
:
@
go build
-v
.
@
go build
-v
./cmd/api
@
go build
-v
./cmd/parser
@
mv
api build/
@
mv
parser build/
@
cp
-r
conf build/
tool
:
go vet ./...
;
true
...
...
cmd/parser/main.go
View file @
98b954b2
...
...
@@ -30,4 +30,5 @@ func init() {
func
main
()
{
gin
.
SetMode
(
setting
.
ServerSetting
.
RunMode
)
go
miner
.
SyncBlock
()
}
\ No newline at end of file
select
{}
}
go.mod
View file @
98b954b2
...
...
@@ -4,6 +4,7 @@ go 1.13
require (
github.com/33cn/chain33 v0.0.0-20190918142235-03d5469cb757
github.com/33cn/plugin v6.1.0+incompatible
github.com/360EntSecGroup-Skylar/excelize v0.0.0-20180527032555-9e463b461434
github.com/PuerkitoBio/purell v1.1.0
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578
...
...
@@ -30,6 +31,7 @@ require (
github.com/mattn/go-isatty v0.0.4
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da
github.com/pkg/errors v0.8.1
github.com/swaggo/gin-swagger v0.0.0-20190110070702-0c6fcfd3c7f3
github.com/swaggo/swag v1.4.0
github.com/tealeg/xlsx v0.0.0-20180419195153-f36fa3be8893
...
...
go.sum
View file @
98b954b2
cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
github.com/33cn/chain33 v0.0.0-20190918142235-03d5469cb757 h1:5eujstq5pCIsohYnDK/N8XfjHpQhKZau8osXLB7BcFc=
github.com/33cn/chain33 v0.0.0-20190918142235-03d5469cb757/go.mod h1:4I8n+Zyf3t0UKM5jjpqJY627Tub62oXkLsdzIv4r6rQ=
github.com/33cn/plugin v6.1.0+incompatible h1:d7ny2uwx7RzrgZXdyAmwkBOT5lOGnbsa9vZirAXE6Jc=
github.com/33cn/plugin v6.1.0+incompatible/go.mod h1:Xsn49VOrHa40flpl8NuvoArhpHUPNaiZ+hPajIchE1M=
github.com/360EntSecGroup-Skylar/excelize v0.0.0-20180527032555-9e463b461434 h1:mWJ+AE3Ft5EJnLgaEJ6a3at/yATYsrta4/B8YCACAf0=
github.com/360EntSecGroup-Skylar/excelize v0.0.0-20180527032555-9e463b461434/go.mod h1:R8KYLmGns0vDPe6/HyphW0mzW+MFexlGDafU0ykVEnU=
github.com/AndreasBriese/bbloom v0.0.0-20180913140656-343706a395b7/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8=
...
...
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