Skip to content

Commit

Permalink
Bump github.com/cjlapao/common-go in /abstractions/go
Browse files Browse the repository at this point in the history
Bumps [github.com/cjlapao/common-go](https://github.com/cjlapao/common-go) from 0.0.18 to 0.0.19.
- [Release notes](https://github.com/cjlapao/common-go/releases)
- [Commits](cjlapao/common-go@v0.0.18...v0.0.19)

---
updated-dependencies:
- dependency-name: github.com/cjlapao/common-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 30, 2022
1 parent fb71842 commit 1246bcd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion abstractions/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/microsoft/kiota/abstractions/go
go 1.17

require (
github.com/cjlapao/common-go v0.0.18
github.com/cjlapao/common-go v0.0.19
github.com/google/uuid v1.3.0
github.com/stretchr/testify v1.7.1
github.com/yosida95/uritemplate/v3 v3.0.1
Expand Down
4 changes: 2 additions & 2 deletions abstractions/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/cjlapao/common-go v0.0.18 h1:j6kT/0pmJ69HmUCs9LrCc7IWyxTOh2WYJyZMzUYTULs=
github.com/cjlapao/common-go v0.0.18/go.mod h1:zGdh2KmXnH4HTRfT7vPpY41cws776KULk44f09OPJgs=
github.com/cjlapao/common-go v0.0.19 h1:dhPllblgZwHn92u8wNleLDCg6+T2rjV57H8eyz82tbQ=
github.com/cjlapao/common-go v0.0.19/go.mod h1:EVLEXIxsBHblPMrhJYOvL4yBCcBj7IYDdW88VlfxpPM=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
Expand Down

0 comments on commit 1246bcd

Please sign in to comment.