Skip to content

Commit

Permalink
Test PR #143 e1c3d804b65fb88d52fe756530e32ea3bd0141be
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman committed Mar 25, 2024
1 parent 1837031 commit 5acf710
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

replace github.com/openpubkey/openpubkey v0.2.2 => github.com/ethanheilman/openpubkey v0.0.0-20240322014659-0801528360d1
replace github.com/openpubkey/openpubkey v0.2.2 => github.com/ethanheilman/openpubkey v0.0.0-20240325203243-e1c3d804b65f
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 h1:8UrgZ3GkP4i/CLijOJx79Yu+etlyjdBU4sfcs2WYQMs=
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0/go.mod h1:v57UDF4pDQJcEfFUCRop3lJL149eHGSe9Jvczhzjo/0=
github.com/ethanheilman/openpubkey v0.0.0-20240322014659-0801528360d1 h1:DnGDZ9blrsWul+DfqM2E5YNePJYdHWUbbMAuN2cv0aM=
github.com/ethanheilman/openpubkey v0.0.0-20240322014659-0801528360d1/go.mod h1:c67dcmy6qsr67i9YQ4FNM5/1Q4mIhnUb3TQBE6FqWn0=
github.com/ethanheilman/openpubkey v0.0.0-20240325203243-e1c3d804b65f h1:BbffZbyYiy4taRwht7wpfgPPnnDPSpADgRuH1cPmJL8=
github.com/ethanheilman/openpubkey v0.0.0-20240325203243-e1c3d804b65f/go.mod h1:c67dcmy6qsr67i9YQ4FNM5/1Q4mIhnUb3TQBE6FqWn0=
github.com/go-logr/logr v1.2.4 h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=
github.com/go-logr/stdr v1.2.2 h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=
github.com/goccy/go-json v0.10.2 h1:CrxCmQqYDkv1z7lO7Wbh2HN93uovUHgrECaO5ZrCXAU=
Expand Down

0 comments on commit 5acf710

Please sign in to comment.