Skip to content

Commit

Permalink
[go] add go.sum
Browse files Browse the repository at this point in the history
Signed-off-by: Leo Chen <[email protected]>
  • Loading branch information
Leo Chen committed Jan 20, 2022
1 parent f95daff commit 98da666
Show file tree
Hide file tree
Showing 3 changed files with 1,607 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ node_modules/
.txgenkey

# go mod summary file
go.sum
# go.sum

# bnkey
test/.bnkey
Expand Down Expand Up @@ -93,4 +93,4 @@ explorer_storage_*
.hmy/blskeys

# pprof profiles
profiles/*.pb.gz
profiles/*.pb.gz
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ require (
github.com/ethereum/go-ethereum v1.9.25
github.com/fjl/memsize v0.0.0-20180929194037-2a09253e352a // indirect
github.com/garslo/gogen v0.0.0-20170307003452-d6ebae628c7c // indirect
github.com/goccy/go-json v0.7.10
github.com/golang/mock v1.6.0
github.com/golang/protobuf v1.5.2
github.com/golangci/golangci-lint v1.22.2
Expand Down
Loading

0 comments on commit 98da666

Please sign in to comment.