diff --git a/_tools/go.mod b/_tools/go.mod index cb8756589..6f330e746 100644 --- a/_tools/go.mod +++ b/_tools/go.mod @@ -1,6 +1,6 @@ module github.com/wharflab/tally/_tools -go 1.27.0 +go 1.27.1 require ( github.com/atombender/go-jsonschema v0.24.1 diff --git a/go.mod b/go.mod index 50b9cd805..a3ceddcdb 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/wharflab/tally -go 1.27.0 +go 1.27.1 require ( charm.land/bubbles/v2 v2.1.1