Skip to content

Commit

Permalink
build: bump edgex-snap-hooks for env value bugfix
Browse files Browse the repository at this point in the history
canonical/edgex-snap-hooks#46
Signed-off-by: Farshid Tavakolizadeh <[email protected]>
  • Loading branch information
farshidtz committed Apr 25, 2022
1 parent 1642766 commit 1d3cb66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion snap/local/hooks/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module github.com/canonical/edgex-go/hooks

require github.com/canonical/edgex-snap-hooks/v2 v2.2.0-beta.4
require github.com/canonical/edgex-snap-hooks/v2 v2.2.0-beta.5

// replace github.com/canonical/edgex-snap-hooks/v2 => ./edgex-snap-hooks
// replace github.com/canonical/edgex-snap-hooks/v2 => github.com/farshidtz/edgex-snap-hooks/v2 d43ccc771100d663099c8ca8e3974d78076b2058

go 1.17
4 changes: 2 additions & 2 deletions snap/local/hooks/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/canonical/edgex-snap-hooks/v2 v2.2.0-beta.4 h1:mbHxD8lIv3ewSUSkwqXj4SEVek2bvw5Nh/+gngInscI=
github.com/canonical/edgex-snap-hooks/v2 v2.2.0-beta.4/go.mod h1:rOxrwdYL7hJDhxFH3uV+nVgLPjWOhJWgM5PRD5YG1jI=
github.com/canonical/edgex-snap-hooks/v2 v2.2.0-beta.5 h1:EDFjmHy8CG4T8uFPqD+Per8Hgk250PvRsMgEDCXjYtE=
github.com/canonical/edgex-snap-hooks/v2 v2.2.0-beta.5/go.mod h1:rOxrwdYL7hJDhxFH3uV+nVgLPjWOhJWgM5PRD5YG1jI=
github.com/davecgh/go-spew v1.1.0 h1:ZDRjVQ15GmhC3fiQ8ni8+OwkZQO4DARzQgrnXU1Liz8=
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
Expand Down

0 comments on commit 1d3cb66

Please sign in to comment.