diff --git a/go.mod b/go.mod index 350f13c..5fc71d9 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/1-platform/api-catalog -go 1.18 +go 1.21.0 require ( github.com/charmbracelet/lipgloss v0.6.0 @@ -9,7 +9,7 @@ require ( github.com/getkin/kin-openapi v0.113.0 github.com/goccy/go-json v0.10.0 github.com/invopop/yaml v0.1.0 - github.com/pelletier/go-toml/v2 v2.0.6 + github.com/pelletier/go-toml/v2 v2.2.4 github.com/spf13/cobra v1.6.1 github.com/spf13/viper v1.15.0 ) diff --git a/go.sum b/go.sum index 5cc2abe..f4ff106 100644 --- a/go.sum +++ b/go.sum @@ -199,6 +199,8 @@ github.com/muesli/termenv v0.13.0 h1:wK20DRpJdDX8b7Ek2QfhvqhRQFZ237RGRO0RQ/Iqdy0 github.com/muesli/termenv v0.13.0/go.mod h1:sP1+uffeLaEYpyOTb8pLCUctGcGLnoFjSn4YJK5e2bc= github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU= github.com/pelletier/go-toml/v2 v2.0.6/go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek= +github.com/pelletier/go-toml/v2 v2.2.4 h1:mye9XuhQ6gvn5h28+VilKrrPoQVanw5PMw/TB0t5Ec4= +github.com/pelletier/go-toml/v2 v2.2.4/go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY= github.com/perimeterx/marshmallow v1.1.4 h1:pZLDH9RjlLGGorbXhcaQLhfuV0pFMNfPO55FuFkxqLw= github.com/perimeterx/marshmallow v1.1.4/go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw= github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=