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
f812c0a7
Commit
f812c0a7
authored
Aug 26, 2019
by
harrylee
Committed by
vipwzw
Aug 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update go.mod
parent
cfbd7ebd
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
4 deletions
+14
-4
appveyor.yml
appveyor.yml
+4
-1
go.mod
go.mod
+10
-3
go.sum
go.sum
+0
-0
No files found.
appveyor.yml
View file @
f812c0a7
...
...
@@ -9,7 +9,9 @@ clone_folder: c:\gopath\src\github.com\33cn\plugin
environment
:
GOPATH
:
c:\gopath
DEPTESTBYPASS501
:
1
GOVERSION
:
1.9
GOVERSION
:
1.12
GO111MODULE
:
on
#init:
# - git config --global core.autocrlf input
...
...
@@ -23,6 +25,7 @@ install:
-
msiexec /i go%GOVERSION%.windows-amd64.msi /q
# - choco install bzr
-
set Path=c:\go\bin;c:\gopath\bin;C:\Program Files (x86)\Bazaar\;C:\Program Files\Mercurial\%Path%
-
set GO111MODULE=on
-
go version
-
go env
...
...
go.mod
View file @
f812c0a7
...
...
@@ -3,9 +3,11 @@ module github.com/33cn/plugin
go 1.12
require (
github.com/33cn/chain33 v0.0.0-20190823042135-d05c4b3b53e3
github.com/BurntSushi/toml v0.3.1
github.com/NebulousLabs/Sia v1.3.7
github.com/NebulousLabs/errors v0.0.0-20171229012116-7ead97ef90b8 // indirect
github.com/NebulousLabs/fastrand v0.0.0-20180208210444-3cf7173006a0 // indirect
github.com/NebulousLabs/merkletree v0.0.0-20181025040823-2a1d1d1dc33c // indirect
github.com/btcsuite/btcd v0.0.0-20181013004428-67e573d211ac
github.com/btcsuite/btclog v0.0.0-20170628155309-84c8d2346e9f // indirect
github.com/btcsuite/btcutil v0.0.0-20190425235716-9e5f4b9a998d // indirect
...
...
@@ -20,20 +22,25 @@ require (
github.com/golang-collections/collections v0.0.0-20130729185459-604e922904d3
github.com/golang/protobuf v1.3.2
github.com/hashicorp/golang-lru v0.5.0
github.com/
modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
// indirect
github.com/
modern-go/reflect2 v1.0.1
// indirect
github.com/
inconshreveable/mousetrap v1.0.0
// indirect
github.com/
kr/pretty v0.1.0
// indirect
github.com/pkg/errors v0.8.0
github.com/prometheus/client_golang v1.1.0 // indirect
github.com/robertkrimen/otto v0.0.0-20180617131154-15f95af6e78d
github.com/rs/cors v1.6.0
github.com/spf13/cobra v0.0.3
github.com/spf13/pflag v1.0.3 // indirect
github.com/stretchr/testify v1.3.0
github.com/tjfoc/gmsm v0.0.0-20171124023159-98aa888b79d8
github.com/valyala/fasthttp v1.4.0
github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect
golang.org/x/crypto v0.0.0-20190701094942-4def268fd1a4
golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7
golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 // indirect
google.golang.org/grpc v1.22.1
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/sourcemap.v1 v1.0.5 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)
go.sum
View file @
f812c0a7
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