File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.9
77require (
88 github.com/fatih/color v1.18.0
99 github.com/getkin/kin-openapi v0.132.0
10- github.com/graingo/maltose v0.2.1
10+ github.com/graingo/maltose v0.2.2
1111 github.com/iancoleman/strcase v0.3.0
1212 github.com/jinzhu/inflection v1.0.0
1313 github.com/joho/godotenv v1.5.1
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.23.9
77require (
88 github.com/apolloconfig/agollo/v4 v4.4.0
99 github.com/go-playground/validator/v10 v10.27.0
10- github.com/graingo/maltose v0.2.1
10+ github.com/graingo/maltose v0.2.2
1111 github.com/graingo/mconv v1.1.4
1212 github.com/spf13/viper v1.20.1
1313 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ toolchain go1.23.9
66
77require (
88 github.com/go-playground/validator/v10 v10.27.0
9- github.com/graingo/maltose v0.2.1
9+ github.com/graingo/maltose v0.2.2
1010 github.com/nacos-group/nacos-sdk-go/v2 v2.2.9
1111 github.com/spf13/viper v1.20.1
1212 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55toolchain go1.23.9
66
77require (
8- github.com/graingo/maltose v0.2.1
8+ github.com/graingo/maltose v0.2.2
99 go.opentelemetry.io/otel v1.37.0
1010 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.36.0
1111 go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.36.0
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
55toolchain go1.23.9
66
77require (
8- github.com/graingo/maltose v0.2.1
8+ github.com/graingo/maltose v0.2.2
99 go.opentelemetry.io/otel v1.37.0
1010 go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
1111 go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package maltose
22
33const (
44 // VERSION is the current maltose version.
5- VERSION = "v0.2.1 "
5+ VERSION = "v0.2.2 "
66 // COMPONENT is the component name.
77 COMPONENT = "component"
88)
You can’t perform that action at this time.
0 commit comments