File tree 3 files changed +10
-6
lines changed
3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changes
2
2
3
+ ## v1.0.4
4
+
5
+ - Upgraded dependencies
6
+
3
7
## v1.0.3
4
8
5
9
- Upgraded dependencies
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ module github.com/couchbase/tools-common/environment
3
3
go 1.21
4
4
5
5
require (
6
- github.com/couchbase/tools-common/http v1.0.4
6
+ github.com/couchbase/tools-common/http v1.0.5
7
7
github.com/couchbase/tools-common/strings v1.0.0
8
- github.com/couchbase/tools-common/types v1.1.3
8
+ github.com/couchbase/tools-common/types v1.1.4
9
9
github.com/stretchr/testify v1.8.4
10
10
)
11
11
Original file line number Diff line number Diff line change 1
- github.com/couchbase/tools-common/http v1.0.4 h1:5lozwEZhPKAZEmsEMlZunvJaRPKrMQmOi80peWzxKsU =
2
- github.com/couchbase/tools-common/http v1.0.4 /go.mod h1:IM9lJE6M/iNGXecIGYEnXO54Kp/Cke1AaGAaBPAUep0 =
1
+ github.com/couchbase/tools-common/http v1.0.5 h1:qzvCoaiJ9fR52hOHjwRuwArKImKPFzcY0SAWpjCWJPk =
2
+ github.com/couchbase/tools-common/http v1.0.5 /go.mod h1:DzEZfsO3/0FoeWSwzOoapyIAaetdVoP83nZHmdvtudk =
3
3
github.com/couchbase/tools-common/strings v1.0.0 h1:GSP3nA/dDkoLbBPt4Zezfl0KJxLiPyw61PoWrNBsK5g =
4
4
github.com/couchbase/tools-common/strings v1.0.0 /go.mod h1:946T46RH9TQ9BwDag7oJsKCJrPguvYFeLlfMir7DFAY =
5
- github.com/couchbase/tools-common/types v1.1.3 h1:JkN/qf/pLS14l3NWUK6WUVsE/o/Ru7+P1EB/upzgrLQ =
6
- github.com/couchbase/tools-common/types v1.1.3 /go.mod h1:uYFdoQnN+BA7/RLJ9oDtQSmUqAtaCYsavMA5Wd9tGLY =
5
+ github.com/couchbase/tools-common/types v1.1.4 h1:YAZn9VOkkmn05YC24/TEm7eXa/j8k/R4tqy6folkSWo =
6
+ github.com/couchbase/tools-common/types v1.1.4 /go.mod h1:089L74+qhIDvDLEZzWk7PoQKAxij9j7KwUnw2aMYUv4 =
7
7
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c =
8
8
github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
9
9
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM =
You can’t perform that action at this time.
0 commit comments