Skip to content

Commit

Permalink
Tests PR #143 0801528360d11733e99dc3ce859cc0f0efb942bf
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanHeilman committed Mar 22, 2024
1 parent 1023a07 commit 1837031
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ For instance: `go mod edit -replace github.com/openpubkey/openpubkey@v0.2.2=gith

2. Run `go mod tidy`

3. run go test ./... to ensure the code is correct
3. run go test ./... to ensure the code is correct.

4. Push to origin to run the test in a github-action

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-20240319174908-20c195d39cf5
replace github.com/openpubkey/openpubkey v0.2.2 => github.com/ethanheilman/openpubkey v0.0.0-20240322014659-0801528360d1
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-20240319174908-20c195d39cf5 h1:PpmAAgLd3okewXdIdJFujVDCBEi0E/9QdcsXTK1IQ94=
github.com/ethanheilman/openpubkey v0.0.0-20240319174908-20c195d39cf5/go.mod h1:c67dcmy6qsr67i9YQ4FNM5/1Q4mIhnUb3TQBE6FqWn0=
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/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 1837031

Please sign in to comment.