Skip to content

Commit 79a9b93

Browse files
author
laodouya
authored
Merge pull request #369 from CovenantSQL/feature/gomod
Change go package tool from dep to go mod.
2 parents 37cd983 + c11a7f2 commit 79a9b93

2,735 files changed

Lines changed: 601 additions & 1137079 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ pprof.txt
88
idminer
99
.travis.yml
1010
coverage.txt
11-
analysisVendor.png
1211
vendor/**/.gitignore
1312
*.keystore*
1413
node_*/

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ env:
77
- REVIEWDOG_VERSION=0.9.11
88
language: go
99
go:
10-
- '1.12.x'
10+
- '1.13.x'
1111

1212
os:
1313
- linux

0 commit comments

Comments
 (0)