Skip to content

Commit

Permalink
samples: update estore go.mod to use commits from master
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasten committed Oct 9, 2024
1 parent f829c77 commit 8a25b6f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions samples/estore/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ module estore-sample
go 1.22.0

require (
github.com/edgelesssys/estore v1.1.1-0.20241001114403-e9f59787f226
github.com/edgelesssys/marblerun v1.5.3-0.20241007134742-69fe31b6e209
github.com/edgelesssys/estore v1.1.1-0.20241009110350-aabd068d655e
github.com/edgelesssys/marblerun v1.5.3-0.20241009085218-f829c778c6fc
)

require (
Expand Down
8 changes: 4 additions & 4 deletions samples/estore/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/edgelesssys/ego v1.5.5-0.20240925073404-7bac2575a025 h1:DFxfU3oaqOl7tkLJ5qvS+eolJntuYABwOMx6DNO7GUQ=
github.com/edgelesssys/ego v1.5.5-0.20240925073404-7bac2575a025/go.mod h1:t10m29KSwG2hKwWFIq7/vuzfoKhPIdevOXx8nm636iU=
github.com/edgelesssys/estore v1.1.1-0.20241001114403-e9f59787f226 h1:oTBXNz2miFHwJaN3CMo8R7rQagBd7d2n4VxZ+N2RnGg=
github.com/edgelesssys/estore v1.1.1-0.20241001114403-e9f59787f226/go.mod h1:6VwPBea8aA5NsHdNfe+6U7vqDgFHANVhsfk4WZq5kWI=
github.com/edgelesssys/marblerun v1.5.3-0.20241007134742-69fe31b6e209 h1:GmAuUrLaVc0RKYKl6QKlQa3UnN7LBAeMtMfTAEq2V4k=
github.com/edgelesssys/marblerun v1.5.3-0.20241007134742-69fe31b6e209/go.mod h1:br2K39rkfS3Trz4JBr6pYPjEGOLnhuQU9k19E5QKvzo=
github.com/edgelesssys/estore v1.1.1-0.20241009110350-aabd068d655e h1:lj6EEyDsMjxvydV4RSIt8zaBXhtgCNIpA1q8mW/FhvY=
github.com/edgelesssys/estore v1.1.1-0.20241009110350-aabd068d655e/go.mod h1:6VwPBea8aA5NsHdNfe+6U7vqDgFHANVhsfk4WZq5kWI=
github.com/edgelesssys/marblerun v1.5.3-0.20241009085218-f829c778c6fc h1:CAVHxBer7jMzBSZ5YkOS3X/oRI91Y5UyWsosJypaPdE=
github.com/edgelesssys/marblerun v1.5.3-0.20241009085218-f829c778c6fc/go.mod h1:br2K39rkfS3Trz4JBr6pYPjEGOLnhuQU9k19E5QKvzo=
github.com/getsentry/sentry-go v0.29.0 h1:YtWluuCFg9OfcqnaujpY918N/AhCCwarIDWOYSBAjCA=
github.com/getsentry/sentry-go v0.29.0/go.mod h1:jhPesDAL0Q0W2+2YEuVOvdWmVtdsr1+jtBrlDEVWwLY=
github.com/go-errors/errors v1.5.1 h1:ZwEMSLRCapFLflTpT7NKaAc7ukJ8ZPEjzlxt8rPN8bk=
Expand Down

0 comments on commit 8a25b6f

Please sign in to comment.