Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhillinger committed Jun 8, 2023
1 parent e4f4964 commit 86ad750
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 @@ -15,7 +15,7 @@ require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/labstack/echo/v4 v4.10.2
github.com/lestrrat-go/jwx v1.2.25
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.0
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.1
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.0 h1:ZDbOweDwalpIkYUDFsrCwbCPOLYgLOxY+EwwtaVrXr4=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.0/go.mod h1:R9U5eUJiu9FvqEPwYJJQYuYyul9yrpxDYBzGUGp+mNM=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.1 h1:sxWrT08U58IWStmn5yc9tC3XQGFlPlncD8ADtvG5BZc=
github.com/microsoft/commercial-marketplace-offer-deploy/sdk v1.3.1/go.mod h1:R9U5eUJiu9FvqEPwYJJQYuYyul9yrpxDYBzGUGp+mNM=
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 86ad750

Please sign in to comment.