Skip to content

Commit

Permalink
v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhillinger committed Jun 13, 2023
1 parent b584b92 commit 3ce5d48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/labstack/echo/v4 v4.10.2
github.com/labstack/gommon v0.4.0
github.com/lestrrat-go/jwx v1.2.25
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.4
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.5
github.com/mitchellh/mapstructure v1.5.0
github.com/pkg/errors v0.9.1
github.com/sirupsen/logrus v1.9.0
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ github.com/mattn/go-isatty v0.0.17/go.mod h1:kYGgaQfpe5nmfYZH+SKPsOc2e4SrIfOl2e/
github.com/mattn/go-sqlite3 v1.14.15/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/mattn/go-sqlite3 v1.14.16 h1:yOQRA0RpS5PFz/oikGwBEqvAWhWg5ufRz4ETLjwpU1Y=
github.com/mattn/go-sqlite3 v1.14.16/go.mod h1:2eHXhiwb8IkHr+BDWZGa96P6+rkvnG63S2DGjv9HUNg=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.4 h1:tCAy26MefUo2kVpnLWkcSNsq5xg8mPYBVpJhugd2dEg=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.4/go.mod h1:lwlSgdwB0NcxmtHwN0wZZDeQHc735SuzCuql9sQlu7Y=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.5 h1:bT7j0OIEOusBIN/17EXEPcs0rWwMhZ5YILfEFbcq2+I=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.5/go.mod h1:lwlSgdwB0NcxmtHwN0wZZDeQHc735SuzCuql9sQlu7Y=
github.com/mitchellh/mapstructure v1.5.0 h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=
github.com/mitchellh/mapstructure v1.5.0/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo=
github.com/pelletier/go-toml/v2 v2.0.6 h1:nrzqCb7j9cDFj2coyLNLaZuJTLjWjlaz6nvTvIwycIU=
Expand Down

0 comments on commit 3ce5d48

Please sign in to comment.