Skip to content

Commit

Permalink
Merge pull request #203 from meshery/dependabot/go_modules/github.com…
Browse files Browse the repository at this point in the history
…/layer5io/meshkit-0.8.0

Bump github.com/layer5io/meshkit from 0.7.84 to 0.8.0
  • Loading branch information
leecalcote authored Jan 30, 2025
2 parents 3b39d20 + 38f2847 commit 2d9cf5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
module github.com/meshery/schemas

go 1.21
toolchain go1.23.4

require (
github.com/gofrs/uuid v4.4.0+incompatible
github.com/layer5io/meshkit v0.7.84
github.com/layer5io/meshkit v0.8.0
github.com/oapi-codegen/runtime v1.1.1
github.com/pkg/errors v0.9.1
gorm.io/gorm v1.25.12
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/layer5io/meshkit v0.7.84 h1:BGedXw44ns+7+eiSST8zkEo0l4hJsbdaXV09IWcszvk=
github.com/layer5io/meshkit v0.7.84/go.mod h1:Yvcd6dKXqw05lmlYjH1cTq83Gh6T2/3XGyCO1X9k5js=
github.com/layer5io/meshkit v0.8.0 h1:M9WAch+PGtfcuYrcH3ILgUpaLDeOxT4NfkLWjkgSn2I=
github.com/layer5io/meshkit v0.8.0/go.mod h1:sE+xZqshrMmYL4YCYMmTMEC10fOYyWeYGflgY/+12og=
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
github.com/mattn/go-sqlite3 v1.14.17 h1:mCRHCLDUBXgpKAqIKsaAaAsrAlbkeomtRFKXh2L6YIM=
Expand Down

0 comments on commit 2d9cf5f

Please sign in to comment.