Skip to content

Commit

Permalink
Tests #179 2e9ec9124e3df2e07da4b34d65bd443b3c3d297d
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman committed Apr 18, 2024
1 parent 4138029 commit a68be5e
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 @@ -41,4 +41,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-20240417153953-405a1c222177
replace github.com/openpubkey/openpubkey v0.2.2 => github.com/ethanheilman/openpubkey v0.0.0-20240418135230-2e9ec9124e3d
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-20240417153953-405a1c222177 h1:l5PsAEEINCazOdizeSKQs1fWepMTZg+19OFy6yoFlXs=
github.com/ethanheilman/openpubkey v0.0.0-20240417153953-405a1c222177/go.mod h1:gpUKhj4EIz1AwMyHkWedKON2L6e0mcyYnOL7ITbCqRk=
github.com/ethanheilman/openpubkey v0.0.0-20240418135230-2e9ec9124e3d h1:polCFJfbOTKFuwRpzhVpMugfKABRoyMcEWePLK7s5G8=
github.com/ethanheilman/openpubkey v0.0.0-20240418135230-2e9ec9124e3d/go.mod h1:gpUKhj4EIz1AwMyHkWedKON2L6e0mcyYnOL7ITbCqRk=
github.com/go-chi/chi v1.5.4 h1:QHdzF2szwjqVV4wmByUnTcsbIg7UGaQ0tPF2t5GcAIs=
github.com/go-jose/go-jose/v3 v3.0.0 h1:s6rrhirfEP/CGIoc6p+PZAeogN2SxKav6Wp7+dyMWVo=
github.com/go-jose/go-jose/v3 v3.0.0/go.mod h1:RNkWWRld676jZEYoV3+XK8L2ZnNSvIsxFMht0mSX+u8=
Expand Down

0 comments on commit a68be5e

Please sign in to comment.