Skip to content

Commit

Permalink
fix: bump nitric providers to 1.0.5 and upgrade core dep (#693)
Browse files Browse the repository at this point in the history
* fix: bump nitric provider versions to 1.0.5

* bump go.mod
  • Loading branch information
davemooreuws authored Feb 28, 2024
1 parent 175a4bb commit ae21790
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ require (
github.com/hashicorp/go-getter v1.6.2
github.com/hashicorp/go-version v1.6.0
github.com/nitrictech/go-mods-direct v0.0.0-20221212215233-12bba0c74a7f
github.com/nitrictech/nitric/core v0.0.0-20240220080048-4d3c77d1107f
github.com/nitrictech/nitric/core v0.0.0-20240228053548-cb7c14b2cbf4
github.com/pkg/errors v0.9.1
github.com/pterm/pterm v0.12.54
github.com/spf13/cobra v1.7.0
Expand All @@ -42,6 +42,7 @@ require (
github.com/fasthttp/websocket v1.5.3
github.com/goombaio/namegenerator v0.0.0-20181006234301-989e774b106e
github.com/gorilla/mux v1.8.1
github.com/joho/godotenv v1.5.1
github.com/mattn/go-isatty v0.0.20
github.com/nitrictech/nitric/cloud/common v0.0.0-20231206014944-68e146f4f69a
github.com/olahol/melody v1.1.3
Expand Down Expand Up @@ -165,7 +166,6 @@ require (
github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect
github.com/jjti/go-spancheck v0.5.2 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/julz/importas v0.1.0 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
Expand Down
6 changes: 2 additions & 4 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,8 @@ github.com/nitrictech/go-mods-direct v0.0.0-20221212215233-12bba0c74a7f h1:awate
github.com/nitrictech/go-mods-direct v0.0.0-20221212215233-12bba0c74a7f/go.mod h1:jqImBS1Tsk12vV2Gk7yP9+jajhpG+cHXrg7UhVxFruQ=
github.com/nitrictech/nitric/cloud/common v0.0.0-20231206014944-68e146f4f69a h1:BgsbgSm3iaObiUqGYCdX5mtavHqNJ/3FDxgYeBG+hpw=
github.com/nitrictech/nitric/cloud/common v0.0.0-20231206014944-68e146f4f69a/go.mod h1:+X62o2IvXWO1jw3758kdy+JWDCd5f1hCgqdPa4/Gtbo=
github.com/nitrictech/nitric/core v0.0.0-20240216024540-a81d88f7dce6 h1:g/xXgi4OtCvODYanPFfXBrz8SMzEBpoVscFOf+hD/Fg=
github.com/nitrictech/nitric/core v0.0.0-20240216024540-a81d88f7dce6/go.mod h1:8AtaAfgn+gHscV92FQVEBR9/aktMV95xNMQY+LxlV50=
github.com/nitrictech/nitric/core v0.0.0-20240220080048-4d3c77d1107f h1:cUl3JZ0hidyzV5IdBRoyAyK8lcuk7IPhtHZhybAZyXc=
github.com/nitrictech/nitric/core v0.0.0-20240220080048-4d3c77d1107f/go.mod h1:8AtaAfgn+gHscV92FQVEBR9/aktMV95xNMQY+LxlV50=
github.com/nitrictech/nitric/core v0.0.0-20240228053548-cb7c14b2cbf4 h1:zjPNxzlyw+X2BqG2PLppca9cVQfPw8deTE2PCjru2pU=
github.com/nitrictech/nitric/core v0.0.0-20240228053548-cb7c14b2cbf4/go.mod h1:8AtaAfgn+gHscV92FQVEBR9/aktMV95xNMQY+LxlV50=
github.com/nunnatsa/ginkgolinter v0.15.2 h1:N2ORxUxPU56R9gsfLIlVVvCv/V/VVou5qVI1oBKBNHg=
github.com/nunnatsa/ginkgolinter v0.15.2/go.mod h1:oYxE7dt1vZI8cK2rZOs3RgTaBN2vggkqnENmoJ8kVvc=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/stack/aws.config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The nitric provider to use
provider: nitric/[email protected].0
provider: nitric/[email protected].5
# The target aws region to deploy to
# See available regions:
# https://docs.aws.amazon.com/general/latest/gr/lambda-service.html
Expand Down
2 changes: 1 addition & 1 deletion pkg/project/stack/azure.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The provider to use and it's published version
# See releases:
# https://github.com/nitrictech/nitric/tags
provider: nitric/[email protected].0
provider: nitric/[email protected].5
# The target Azure region to deploy to
# See available regions:
# https://azure.microsoft.com/en-us/explore/global-infrastructure/products-by-region/?products=container-apps
Expand Down
3 changes: 2 additions & 1 deletion pkg/project/stack/gcp.config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@

# The provider to use and it's published version
# See releases:
# https://github.com/nitrictech/nitric/tags
provider: nitric/[email protected].0
provider: nitric/[email protected].5

# The target GCP region to deploy to
# See available regions:
Expand Down

0 comments on commit ae21790

Please sign in to comment.