Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

dep: update deps that were reported in OSV issues #179

Merged
merged 8 commits into from
Jan 28, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions crypto/encoding/amino/encode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ func ExamplePrintRegisteredTypes() {
// Output: | Type | Name | Prefix | Length | Notes |
//| ---- | ---- | ------ | ----- | ------ |
//| PubKeyEd25519 | tendermint/PubKeyEd25519 | 0x1624DE64 | 0x20 | |
//| PubKeySecp256k1 | tendermint/PubKeySecp256k1 | 0xEB5AE987 | 0x21 | |
//| PubKeySecp256k1 | tendermint/PubKeySecp256k1 | 0xEB5AE987 | variable | |
//| PubKeyMultisigThreshold | tendermint/PubKeyMultisigThreshold | 0x22C1F7E2 | variable | |
//| PrivKeyEd25519 | tendermint/PrivKeyEd25519 | 0xA3288910 | 0x40 | |
//| PrivKeySecp256k1 | tendermint/PrivKeySecp256k1 | 0xE1B0F79B | 0x20 | |
//| PrivKeySecp256k1 | tendermint/PrivKeySecp256k1 | 0xE1B0F79B | variable | |
}

func TestKeyEncodings(t *testing.T) {
Expand Down
26 changes: 0 additions & 26 deletions crypto/secp256k1/bench_test.go

This file was deleted.

24 changes: 0 additions & 24 deletions crypto/secp256k1/internal/secp256k1/.gitignore

This file was deleted.

31 changes: 0 additions & 31 deletions crypto/secp256k1/internal/secp256k1/LICENSE

This file was deleted.

3 changes: 0 additions & 3 deletions crypto/secp256k1/internal/secp256k1/README.md

This file was deleted.

Loading