Skip to content

Commit

Permalink
go.mod: Temp replace for release-sdk to test ListComments
Browse files Browse the repository at this point in the history
ref: kubernetes-sigs/release-sdk#148

Signed-off-by: Stephen Augustus <foo@auggie.dev>
  • Loading branch information
justaugustus committed Jan 3, 2023
1 parent 74e05b6 commit f0f8cf0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ module github.com/uwu-tools/gh-jira-issue-sync

go 1.19

// TODO(github): Drop `replace` once sigs.k8s.io/release-sdk@v0.9.8 is released.
// Temporary `replace` to test `ListComments`: https://github.com/kubernetes-sigs/release-sdk/pull/148
replace sigs.k8s.io/release-sdk => github.com/justaugustus/release-sdk v0.0.0-20230103230224-7e244591eef8

require (
github.com/andygrunwald/go-jira/v2 v2.0.0-20221123211055-094697715517
github.com/cenkalti/backoff/v4 v4.2.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i
github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/justaugustus/release-sdk v0.0.0-20230103230224-7e244591eef8 h1:+tCIQuH6x6JM/46fKAI7dmKWzs99/yli7Y99eFdUQF0=
github.com/justaugustus/release-sdk v0.0.0-20230103230224-7e244591eef8/go.mod h1:ohsBOgvFzg+cbNHaZL5EkeTVqjQb6mdISXUCdCOKNfo=
github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4=
github.com/kevinburke/ssh_config v1.2.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM=
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
Expand Down Expand Up @@ -615,7 +617,5 @@ honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
sigs.k8s.io/release-sdk v0.9.7 h1:YWZX0HxknbrxBO5XQUuXobc9GJ6Ol5kiNXRqR9+mmCk=
sigs.k8s.io/release-sdk v0.9.7/go.mod h1:jf1OljdCZ0XncrztYOIM9vBQaCBu3dlvUC1Iasv4S9Q=
sigs.k8s.io/release-utils v0.7.3 h1:6pS8x6c5RmdUgR9qcg1LO6hjUzuE4Yo9TGZ3DemrZdM=
sigs.k8s.io/release-utils v0.7.3/go.mod h1:n0mVez/1PZYZaZUTJmxewxH3RJ/Lf7JUDh7TG1CASOE=

0 comments on commit f0f8cf0

Please sign in to comment.