File tree 8 files changed +16
-26
lines changed
8 files changed +16
-26
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4
4
5
5
<!-- next version -->
6
6
7
+ ## v0.22.0
8
+
9
+ ### 🚀 New components 🚀
10
+
11
+ - ` checkapi ` : New tool to check API constraints of Golang modules (#729 )
12
+
7
13
## v0.21.0
8
14
9
15
### 💡 Enhancements 💡
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
8
8
github.com/spf13/cobra v1.9.1
9
9
github.com/spf13/pflag v1.0.6
10
10
github.com/stretchr/testify v1.10.0
11
- go.opentelemetry.io/build-tools v0.21 .0
11
+ go.opentelemetry.io/build-tools v0.22 .0
12
12
go.uber.org/zap v1.27.0
13
13
golang.org/x/mod v0.24.0
14
14
)
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ go 1.23.0
5
5
require (
6
6
github.com/spf13/cobra v1.9.1
7
7
github.com/stretchr/testify v1.10.0
8
- go.opentelemetry.io/build-tools v0.21 .0
8
+ go.opentelemetry.io/build-tools v0.22 .0
9
9
golang.org/x/mod v0.24.0
10
10
gopkg.in/yaml.v3 v3.0.1
11
11
)
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ require (
7
7
github.com/gogo/protobuf v1.3.2
8
8
github.com/golangci/golangci-lint v1.64.8
9
9
github.com/matryer/moq v0.4.0
10
- go.opentelemetry.io/build-tools/chloggen v0.21 .0
11
- go.opentelemetry.io/build-tools/crosslink v0.21 .0
12
- go.opentelemetry.io/build-tools/dbotconf v0.21 .0
13
- go.opentelemetry.io/build-tools/multimod v0.21 .0
10
+ go.opentelemetry.io/build-tools/chloggen v0.22 .0
11
+ go.opentelemetry.io/build-tools/crosslink v0.22 .0
12
+ go.opentelemetry.io/build-tools/dbotconf v0.22 .0
13
+ go.opentelemetry.io/build-tools/multimod v0.22 .0
14
14
golang.org/x/vuln v1.1.4
15
15
)
16
16
@@ -195,7 +195,7 @@ require (
195
195
gitlab.com/bosi/decorder v0.4.2 // indirect
196
196
go-simpler.org/musttag v0.13.0 // indirect
197
197
go-simpler.org/sloglint v0.9.0 // indirect
198
- go.opentelemetry.io/build-tools v0.21 .0 // indirect
198
+ go.opentelemetry.io/build-tools v0.22 .0 // indirect
199
199
go.uber.org/automaxprocs v1.6.0 // indirect
200
200
go.uber.org/multierr v1.11.0 // indirect
201
201
go.uber.org/zap v1.27.0 // indirect
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ require (
7
7
github.com/spf13/cobra v1.9.1
8
8
github.com/spf13/viper v1.20.0
9
9
github.com/stretchr/testify v1.10.0
10
- go.opentelemetry.io/build-tools v0.21 .0
10
+ go.opentelemetry.io/build-tools v0.22 .0
11
11
go.uber.org/multierr v1.11.0
12
12
golang.org/x/mod v0.24.0
13
13
)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.23.0
4
4
5
5
require (
6
6
github.com/spf13/pflag v1.0.6
7
- go.opentelemetry.io/build-tools v0.21 .0
7
+ go.opentelemetry.io/build-tools v0.22 .0
8
8
golang.org/x/mod v0.24.0
9
9
golang.org/x/text v0.24.0
10
10
)
Original file line number Diff line number Diff line change 14
14
15
15
module-sets :
16
16
tools :
17
- version : v0.21 .0
17
+ version : v0.22 .0
18
18
modules :
19
19
- go.opentelemetry.io/build-tools
20
20
- go.opentelemetry.io/build-tools/checkapi
You can’t perform that action at this time.
0 commit comments