Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
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
张蕾
Geth-Modification
Commits
0f044f34
Unverified
Commit
0f044f34
authored
Jun 23, 2022
by
ucwong
Committed by
GitHub
Jun 23, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
go.mod: upgrade to latest goleveldb (#25067)
Co-authored-by:
Felix Lange
<
fjl@twurst.com
>
parent
68420e1a
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
29 deletions
+51
-29
go.mod
go.mod
+9
-9
go.sum
go.sum
+42
-20
No files found.
go.mod
View file @
0f044f34
...
...
@@ -24,7 +24,7 @@ require (
github.com/gballet/go-libpcsclite v0.0.0-20190607065134-2772fd86a8ff
github.com/go-stack/stack v1.8.0
github.com/golang-jwt/jwt/v4 v4.3.0
github.com/golang/protobuf v1.
4.3
github.com/golang/protobuf v1.
5.2
github.com/golang/snappy v0.0.4
github.com/google/gofuzz v1.1.1-0.20200604201612-c04b05f3adfa
github.com/google/uuid v1.2.0
...
...
@@ -51,15 +51,15 @@ require (
github.com/rs/cors v1.7.0
github.com/shirou/gopsutil v3.21.4-0.20210419000835-c7a38de76ee5+incompatible
github.com/status-im/keycard-go v0.0.0-20190316090335-8537d3370df4
github.com/stretchr/testify v1.7.
0
github.com/stretchr/testify v1.7.
2
github.com/supranational/blst v0.3.8-0.20220526154634-513d2456b344
github.com/syndtr/goleveldb v1.0.1-0.202
10819022825-2ae1ddf74ef7
github.com/syndtr/goleveldb v1.0.1-0.202
20614013038-64ee5596c38a
github.com/tyler-smith/go-bip39 v1.0.1-0.20181017060643-dbb3b84ba2ef
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519
golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/sys v0.0.0-202
11019181941-9d821ace8654
golang.org/x/term v0.0.0-202
01126162022-7de9c90e9dd
1
golang.org/x/sys v0.0.0-202
20520151302-bc2c85ada10a
golang.org/x/term v0.0.0-202
10927222741-03fcf44c221
1
golang.org/x/text v0.3.7
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
golang.org/x/tools v0.1.8-0.20211029000441-d6a9af8af023
...
...
@@ -95,9 +95,9 @@ require (
github.com/tklauser/go-sysconf v0.3.5 // indirect
github.com/tklauser/numcpus v0.2.2 // indirect
golang.org/x/mod v0.6.0-dev.0.20211013180041-c96bc1413d57 // indirect
golang.org/x/net v0.0.0-202
11015210444-4f30a5c0130f
// indirect
golang.org/x/xerrors v0.0.0-202
00804184101-5ec99f83aff1
// indirect
google.golang.org/protobuf v1.2
3
.0 // indirect
golang.org/x/net v0.0.0-202
20607020251-c690dde0001d
// indirect
golang.org/x/xerrors v0.0.0-202
20517211312-f3a8303e98df
// indirect
google.golang.org/protobuf v1.2
6
.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.
0-20210107192922-496545a6307b
// indirect
gopkg.in/yaml.v3 v3.0.
1
// indirect
)
go.sum
View file @
0f044f34
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