Skip to content

Commit

Permalink
fix: update qe-tools git ref (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
psturc authored May 31, 2024
1 parent 3d5effd commit c74e02a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.20
require (
github.com/google/go-github/v58 v58.0.0
github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79
github.com/konflux-ci/qe-tools v0.1.1-0.20240529164808-5937f91dbfa5
github.com/konflux-ci/qe-tools v0.1.1-0.20240531105307-af304d47ad47
github.com/onsi/ginkgo/v2 v2.19.0
github.com/palantir/go-githubapp v0.22.0
github.com/pkg/errors v0.9.1
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1136,6 +1136,8 @@ github.com/klauspost/compress v1.15.9/go.mod h1:PhcZ0MbTNciWF3rruxRgKxI5NkcHHrHU
github.com/klauspost/cpuid/v2 v2.0.9/go.mod h1:FInQzS24/EEf25PyTYn52gqo7WaD8xa0213Md/qVLRg=
github.com/konflux-ci/qe-tools v0.1.1-0.20240529164808-5937f91dbfa5 h1:fjMlQ3Qzoy+PLi4WAJJxXc6/cSH2vCHlC501FOmbVpc=
github.com/konflux-ci/qe-tools v0.1.1-0.20240529164808-5937f91dbfa5/go.mod h1:g/fVyiVPO1dyOHCu2BLmMnjwtMGFOj3aYUxIr9YoaF8=
github.com/konflux-ci/qe-tools v0.1.1-0.20240531105307-af304d47ad47 h1:tkOIWBo4foQZ4jFTdiS3cKPve8VwJhmi6yWi753+bFo=
github.com/konflux-ci/qe-tools v0.1.1-0.20240531105307-af304d47ad47/go.mod h1:g/fVyiVPO1dyOHCu2BLmMnjwtMGFOj3aYUxIr9YoaF8=
github.com/konflux-ci/qe-tools v0.1.1 h1:UhaRN3D2tOm1qGkK23ceuvC9Eb/p8S5T1hwjqjPbVqU=
github.com/konflux-ci/qe-tools v0.1.1/go.mod h1:tg99zqn3TfVcMZLsYbJg7PI/DMTG/zC42pfOd1L9e5g=
github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
Expand Down

0 comments on commit c74e02a

Please sign in to comment.