Skip to content

Commit c531c73

Browse files
authored
Use latest typeid prerelease (#531)
## Summary Use latest typeid prerelease in opensource repo. ## How was it tested? devbox run test ## Community Contribution License All community contributions in this pull request are licensed to the project maintainers under the terms of the [Apache 2 License](https://www.apache.org/licenses/LICENSE-2.0). By creating this pull request I represent that I have the right to license the contributions to the project maintainers under the Apache 2 License as stated in the [Community Contribution License](https://github.com/jetify-com/opensource/blob/main/CONTRIBUTING.md#community-contribution-license).
1 parent 5aabc28 commit c531c73

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

typeid/typeid/go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ go 1.24.0
44

55
require (
66
github.com/spf13/cobra v1.9.1
7-
go.jetify.com/typeid/v2 v2.0.0-alpha.2
7+
go.jetify.com/typeid/v2 v2.0.0-alpha.3
88
)
99

1010
require (
1111
github.com/gofrs/uuid/v5 v5.3.2 // indirect
1212
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1313
github.com/spf13/pflag v1.0.6 // indirect
14-
go.jetify.com/typeid v1.3.1-0.20250708200829-05dce5112f3d // indirect
1514
)

typeid/typeid/go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ github.com/spf13/pflag v1.0.6 h1:jFzHGLGAlb3ruxLB8MhbI6A8+AQX/2eW4qeyNZXNp2o=
1414
github.com/spf13/pflag v1.0.6/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
1515
github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOfJA=
1616
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
17-
go.jetify.com/typeid v1.3.1-0.20250708200829-05dce5112f3d h1:KfAndOJ7MZvJki9kM/C7diLvGtbU64O5ZCCdvwUgXYc=
18-
go.jetify.com/typeid v1.3.1-0.20250708200829-05dce5112f3d/go.mod h1:x8vtxYf2h/0T0a4fS2K2vqVM0aBsGwkw03tal6PxK1s=
19-
go.jetify.com/typeid/v2 v2.0.0-alpha.2 h1:fuBR+uZRfJVBQ3EIN0JeQd3EKRbfVAYiY/S37dm8SeU=
20-
go.jetify.com/typeid/v2 v2.0.0-alpha.2/go.mod h1:XJylExBUgyKTEoTtUfwD6VuoZJ/gxcWrLHUbAmIIj2E=
17+
go.jetify.com/typeid/v2 v2.0.0-alpha.3 h1:T6RPx6bNl10lp0JN2Xz/XcgLZWSlVmL58Xqy9cgTCcc=
18+
go.jetify.com/typeid/v2 v2.0.0-alpha.3/go.mod h1:zfD1ZDHDJNgXZANsO9jDOD81XRRQ0zAOnDBEHmIV/Gw=
2119
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
2220
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
2321
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=

0 commit comments

Comments
 (0)