File tree 5 files changed +751
-569
lines changed
5 files changed +751
-569
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
### Changed
13
13
14
+ ### Changed
15
+
16
+ ## [ 1.8.0] - 2024-07-09
17
+
18
+ - Remove native support for date in ` std-uritemplate ` [ #1 .8.0] ( https://github.com/microsoft/kiota-abstractions-go/issues/183 )
19
+
14
20
### Added
15
21
16
22
## [ 1.7.0] - 2024-07-09
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/cjlapao/common-go v0.0.39
7
7
github.com/google/uuid v1.6.0
8
- github.com/std-uritemplate/std-uritemplate/go v0 .0.57
8
+ github.com/std-uritemplate/std-uritemplate/go v1 .0.6
9
9
github.com/stretchr/testify v1.9.0
10
10
go.opentelemetry.io/otel v1.24.0
11
11
go.opentelemetry.io/otel/trace v1.24.0
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
16
16
github.com/kr/text v0.1.0 /go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI =
17
17
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
18
18
github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
19
- github.com/std-uritemplate/std-uritemplate/go v0 .0.57 h1:GHGjptrsmazP4IVDlUprssiEf9ESVkbjx15xQXXzvq4 =
20
- github.com/std-uritemplate/std-uritemplate/go v0 .0.57 /go.mod h1:rG/bqh/ThY4xE5de7Rap3vaDkYUT76B0GPJ0loYeTTc =
19
+ github.com/std-uritemplate/std-uritemplate/go v1 .0.6 h1:XkCI5iBsbDxc9bYnFArKlgBkNvcw8St1UBJoNpYGCCo =
20
+ github.com/std-uritemplate/std-uritemplate/go v1 .0.6 /go.mod h1:rG/bqh/ThY4xE5de7Rap3vaDkYUT76B0GPJ0loYeTTc =
21
21
github.com/stretchr/testify v1.9.0 h1:HtqpIVDClZ4nwg75+f6Lvsy/wHu+3BoSGCbBAcpTsTg =
22
22
github.com/stretchr/testify v1.9.0 /go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY =
23
23
go.opentelemetry.io/otel v1.24.0 h1:0LAOdjNmQeSTzGBzduGe/rU4tZhMwL5rWgtp9Ku5Jfo =
You can’t perform that action at this time.
0 commit comments