Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ require (
github.com/stretchr/testify v1.11.1
go.jacobcolvin.com/niceyaml v0.0.0-20260606121633-058e1e37234b
go.jacobcolvin.com/x/cobras v0.0.0-20260609183842-9a3c6cce2cea
go.jacobcolvin.com/x/jsonschema v0.0.0-20260609183842-9a3c6cce2cea
go.jacobcolvin.com/x/jsonschema v0.0.0-20260613001826-8660ae3bdb29
go.jacobcolvin.com/x/stringtest v0.1.0
go.jacobcolvin.com/x/version v0.1.0
golang.org/x/net v0.55.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,8 @@ go.jacobcolvin.com/niceyaml v0.0.0-20260606121633-058e1e37234b h1:ogie3uUuSLCRBC
go.jacobcolvin.com/niceyaml v0.0.0-20260606121633-058e1e37234b/go.mod h1:+octX9wkcgOCQcRjDyRKB77IJAac8hdmuX7opP63E0Q=
go.jacobcolvin.com/x/cobras v0.0.0-20260609183842-9a3c6cce2cea h1:gAXTMGSso3TtGOa77Elq8OFjJCfkcwZMWWL4tB/5ga0=
go.jacobcolvin.com/x/cobras v0.0.0-20260609183842-9a3c6cce2cea/go.mod h1:LLWfBYoVQ1eoAd3meKiEtqaJpcWuXUCECoHv5MZQZy0=
go.jacobcolvin.com/x/jsonschema v0.0.0-20260609183842-9a3c6cce2cea h1:QNec5enMeOX7FxnHD1zaEeerxdgF5gvh3NkUld9kgkY=
go.jacobcolvin.com/x/jsonschema v0.0.0-20260609183842-9a3c6cce2cea/go.mod h1:lmSjzo4LijaWC7NRu2bo+P2MmPYzQlafIQ/+sJQkEbA=
go.jacobcolvin.com/x/jsonschema v0.0.0-20260613001826-8660ae3bdb29 h1:JnWjBqngbFnbYpDlZ88oR7R4TrAguOWiKxyOMJuxfN0=
go.jacobcolvin.com/x/jsonschema v0.0.0-20260613001826-8660ae3bdb29/go.mod h1:5Dvbp9UJFj6hKRPNGjQqpqFZX/RSSgt2kp6dRJtyJnE=
go.jacobcolvin.com/x/magicschema v0.1.1-0.20260609183842-9a3c6cce2cea h1:50zlxbfcmEIYXNOsTIe2n8comSRrHSGnZP0oSY9XUB4=
go.jacobcolvin.com/x/magicschema v0.1.1-0.20260609183842-9a3c6cce2cea/go.mod h1:T+Iu5PFn7QXm78s80VLG3lGdX0pZqHlO2twgyVeaqe8=
go.jacobcolvin.com/x/stringtest v0.1.0 h1:CokQSICcFmywBapU5p1SsA2YBD+aSL3R/EPM1FRv5IM=
Expand Down
Loading