Skip to content

Commit

Permalink
Tests #196 58f9751ec46e87385f1f1cac390fabe276033f80
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman committed Apr 23, 2024
1 parent ff8e544 commit 1585e88
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 58f9751ec46e87385f1f1cac390fabe276033f80
replace github.com/openpubkey/openpubkey v0.2.2 => github.com/ymarcus93/openpubkey v0.0.0-20240423181540-58f9751ec46e
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ 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-20240422192506-fc7fd6c4d21d h1:qL0bOE7YJ7KdBIihnpq01ilc13RhYRRHsj+TvjS0UZU=
github.com/ethanheilman/openpubkey v0.0.0-20240422192506-fc7fd6c4d21d/go.mod h1:KsQUjxoJvxkpnqPCaidX3owBtod1fAqCc3DbXNd+liA=
github.com/go-chi/chi v1.5.4 h1:QHdzF2szwjqVV4wmByUnTcsbIg7UGaQ0tPF2t5GcAIs=
github.com/go-jose/go-jose/v3 v3.0.3 h1:fFKWeig/irsp7XD2zBxvnmA/XaRWp5V3CBsZXJF7G7k=
github.com/go-jose/go-jose/v3 v3.0.3/go.mod h1:5b+7YgP7ZICgJDBdfjZaIt+H/9L9T/YQrVfLAMboGkQ=
Expand Down Expand Up @@ -60,6 +58,8 @@ github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg=
github.com/stretchr/testify v1.9.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/ymarcus93/openpubkey v0.0.0-20240423181540-58f9751ec46e h1:pEiEKj7YzqwlGkeYG1myXZIYK7MdRhdCHA2sIVmpclc=
github.com/ymarcus93/openpubkey v0.0.0-20240423181540-58f9751ec46e/go.mod h1:KsQUjxoJvxkpnqPCaidX3owBtod1fAqCc3DbXNd+liA=
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
github.com/zitadel/logging v0.4.0 h1:lRAIFgaRoJpLNbsL7jtIYHcMDoEJP9QZB4GqMfl4xaA=
github.com/zitadel/logging v0.4.0/go.mod h1:6uALRJawpkkuUPCkgzfgcPR3c2N908wqnOnIrRelUFc=
Expand Down

0 comments on commit 1585e88

Please sign in to comment.