File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ require (
1313 github.com/jhump/protoreflect v1.17.0
1414 github.com/jzero-io/desc v1.2.0
1515 github.com/jzero-io/go_fmt v0.0.0-20250905015347-1a45352494b7
16- github.com/jzero-io/jzero v1.0.0
16+ github.com/jzero-io/jzero v1.0.1
1717 github.com/mark3labs/mcp-go v0.43.2
1818 github.com/moby/patternmatcher v0.6.0
1919 github.com/pkg/errors v0.9.1
Original file line number Diff line number Diff line change @@ -159,8 +159,8 @@ github.com/jzero-io/desc v1.2.0 h1:choR7IQZvjm8jw2ZlUoQdPCqTvvMQiFRCoaEJAMzdLs=
159159github.com/jzero-io/desc v1.2.0 /go.mod h1:gav1fZ49+rsEjT/5MUNp6ueyNFuX0lDKGyzIM6NrB+E =
160160github.com/jzero-io/go_fmt v0.0.0-20250905015347-1a45352494b7 h1:XamNaWUxHlOd7ytrgR1gwR2O0vo02gMKaTroXLXrh0w =
161161github.com/jzero-io/go_fmt v0.0.0-20250905015347-1a45352494b7 /go.mod h1:Wupl/J9DdDywVAOC5ExsbfkET0aYuNLhZPlpBF8+OnE =
162- github.com/jzero-io/jzero v1.0.0 h1:GCiZWV5+UIFofVRH9YBC+foBrfFcN83HdlhhYR9sYgw =
163- github.com/jzero-io/jzero v1.0.0 /go.mod h1:CvVPVinNOsIh2NZRAJA+dTJNzk1JxhyzKFbZbgMFTQg =
162+ github.com/jzero-io/jzero v1.0.1 h1:Plf98b0EZiiMoGUCTHwMw0uO3IGLkdRSIByVbx9KQUk =
163+ github.com/jzero-io/jzero v1.0.1 /go.mod h1:CvVPVinNOsIh2NZRAJA+dTJNzk1JxhyzKFbZbgMFTQg =
164164github.com/kevinburke/ssh_config v1.2.0 h1:x584FjTGwHzMwvHx18PXxbBVzfnxogHaAReU4gf13a4 =
165165github.com/kevinburke/ssh_config v1.2.0 /go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM =
166166github.com/klauspost/compress v1.18.1 h1:bcSGx7UbpBqMChDtsF28Lw6v/G94LPrrbMbdC3JH2co =
Original file line number Diff line number Diff line change 4545
4646// ldflags
4747var (
48- version = "v1.0.0 "
48+ version = "v1.0.1 "
4949 commit string
5050 date string
5151)
You can’t perform that action at this time.
0 commit comments