File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11module github.com/1-platform/api-catalog
22
3- go 1.18
3+ go 1.21.0
44
55require (
66 github.com/charmbracelet/lipgloss v0.6.0
@@ -9,7 +9,7 @@ require (
99 github.com/getkin/kin-openapi v0.113.0
1010 github.com/goccy/go-json v0.10.0
1111 github.com/invopop/yaml v0.1.0
12- github.com/pelletier/go-toml/v2 v2.0.6
12+ github.com/pelletier/go-toml/v2 v2.3.0
1313 github.com/spf13/cobra v1.6.1
1414 github.com/spf13/viper v1.15.0
1515)
Original file line number Diff line number Diff line change @@ -199,6 +199,8 @@ github.com/muesli/termenv v0.13.0 h1:wK20DRpJdDX8b7Ek2QfhvqhRQFZ237RGRO0RQ/Iqdy0
199199github.com/muesli/termenv v0.13.0 /go.mod h1:sP1+uffeLaEYpyOTb8pLCUctGcGLnoFjSn4YJK5e2bc =
200200github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU =
201201github.com/pelletier/go-toml/v2 v2.0.6 /go.mod h1:eumQOmlWiOPt5WriQQqoM5y18pDHwha2N+QD+EUNTek =
202+ github.com/pelletier/go-toml/v2 v2.3.0 h1:k59bC/lIZREW0/iVaQR8nDHxVq8OVlIzYCOJf421CaM =
203+ github.com/pelletier/go-toml/v2 v2.3.0 /go.mod h1:2gIqNv+qfxSVS7cM2xJQKtLSTLUE9V8t9Stt+h56mCY =
202204github.com/perimeterx/marshmallow v1.1.4 h1:pZLDH9RjlLGGorbXhcaQLhfuV0pFMNfPO55FuFkxqLw =
203205github.com/perimeterx/marshmallow v1.1.4 /go.mod h1:dsXbUu8CRzfYP5a87xpp0xq9S3u0Vchtcl8we9tYaXw =
204206github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
You can’t perform that action at this time.
0 commit comments