Skip to content

Commit

Permalink
🐛 Fix concurrent tag/category Ensure(). (#85)
Browse files Browse the repository at this point in the history
Latest hub.
Fixed in hub addon binding:
konveyor/tackle2-hub#629

Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel authored Apr 25, 2024
1 parent cfe202d commit d94b0a0
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 @@ -6,7 +6,7 @@ require (
github.com/gin-gonic/gin v1.9.1
github.com/konveyor/analyzer-lsp v0.4.0-alpha.1.0.20240419184034-20e63239dd27
github.com/konveyor/tackle2-addon v0.3.2-0.20240424160056-2dada61ab632
github.com/konveyor/tackle2-hub v0.3.1-0.20240424154529-719a45207efc
github.com/konveyor/tackle2-hub v0.3.1-0.20240425180948-ae3cb7d1bdaf
github.com/onsi/gomega v1.27.6
github.com/rogpeppe/go-internal v1.10.0
go.lsp.dev/uri v0.3.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ github.com/konveyor/analyzer-lsp v0.4.0-alpha.1.0.20240419184034-20e63239dd27 h1
github.com/konveyor/analyzer-lsp v0.4.0-alpha.1.0.20240419184034-20e63239dd27/go.mod h1:Cxdhi1mAoz+rjUQmBiRjRyBy1oADavx4BbAZ9BkSwjk=
github.com/konveyor/tackle2-addon v0.3.2-0.20240424160056-2dada61ab632 h1:w7j8549onXs8/0Bfr19q6Cj8xuT+do/RMjYYQMfuflM=
github.com/konveyor/tackle2-addon v0.3.2-0.20240424160056-2dada61ab632/go.mod h1:d5jsa9qR1PKF8J7ZZcxfg9K+KFScu5YJQrp1Yzhjoss=
github.com/konveyor/tackle2-hub v0.3.1-0.20240424154529-719a45207efc h1:n1mOsyHnO9FqZx8VoIQLbh3O5/qW2ToDppK1gFoDJLc=
github.com/konveyor/tackle2-hub v0.3.1-0.20240424154529-719a45207efc/go.mod h1:EFvA5NUwWpl8Sqwh4xkOz71IodRcE0oosi4ifjupeeM=
github.com/konveyor/tackle2-hub v0.3.1-0.20240425180948-ae3cb7d1bdaf h1:LrAnPA11VQU1T/GLT05FjtQ3NaEaJsZtstk1q+X0+zM=
github.com/konveyor/tackle2-hub v0.3.1-0.20240425180948-ae3cb7d1bdaf/go.mod h1:EFvA5NUwWpl8Sqwh4xkOz71IodRcE0oosi4ifjupeeM=
github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
Expand Down

0 comments on commit d94b0a0

Please sign in to comment.