@@ -22,19 +22,19 @@ require (
2222 github.com/hashicorp/consul/sdk v0.13.0
2323 github.com/hashicorp/go-getter v1.6.2
2424 github.com/hashicorp/go-version v1.7.0
25- github.com/nitrictech/nitric/core v0.0.0-20241003062412-76ea6275fb0b
25+ github.com/nitrictech/nitric/core v0.0.0-20250305021715-06f92b813ce3
2626 github.com/pkg/errors v0.9.1
2727 github.com/spf13/cobra v1.8.1
2828 github.com/valyala/fasthttp v1.55.0
2929 golang.org/x/exp v0.0.0-20240904232852-e7e105dedf7e // indirect
30- golang.org/x/mod v0.21 .0 // indirect
30+ golang.org/x/mod v0.22 .0 // indirect
3131 golang.org/x/oauth2 v0.22.0 // indirect
3232 google.golang.org/grpc v1.66.0
3333 gopkg.in/yaml.v2 v2.4.0
3434)
3535
3636require (
37- github.com/Masterminds/semver/v3 v3.3.0
37+ github.com/Masterminds/semver/v3 v3.3.1
3838 github.com/asaskevich/EventBus v0.0.0-20200907212545-49d423059eef
3939 github.com/charmbracelet/bubbles v0.16.1
4040 github.com/charmbracelet/bubbletea v0.24.2
@@ -53,7 +53,7 @@ require (
5353 github.com/samber/lo v1.38.1
5454 github.com/sirupsen/logrus v1.9.3
5555 github.com/spf13/afero v1.11.0
56- github.com/stretchr/testify v1.9 .0
56+ github.com/stretchr/testify v1.10 .0
5757 github.com/wk8/go-ordered-map/v2 v2.1.8
5858 go.etcd.io/bbolt v1.3.6
5959 golang.org/x/sync v0.10.0
@@ -115,7 +115,7 @@ require (
115115 github.com/denis-tingaikin/go-header v0.5.0 // indirect
116116 github.com/distribution/reference v0.6.0 // indirect
117117 github.com/docker/go-units v0.5.0 // indirect
118- github.com/fatih/color v1.17 .0 // indirect
118+ github.com/fatih/color v1.18 .0 // indirect
119119 github.com/fatih/structtag v1.2.0 // indirect
120120 github.com/felixge/httpsnoop v1.0.4 // indirect
121121 github.com/firefart/nonamedreturns v1.0.5 // indirect
@@ -275,18 +275,17 @@ require (
275275 go.opentelemetry.io/otel/metric v1.29.0 // indirect
276276 go.opentelemetry.io/otel/sdk v1.29.0 // indirect
277277 go.opentelemetry.io/otel/trace v1.29.0 // indirect
278- go.uber.org/atomic v1.10.0 // indirect
279278 go.uber.org/automaxprocs v1.5.3 // indirect
280- go.uber.org/multierr v1.8 .0 // indirect
281- go.uber.org/zap v1.24 .0 // indirect
282- golang.org/x/crypto v0.31 .0 // indirect
279+ go.uber.org/multierr v1.11 .0 // indirect
280+ go.uber.org/zap v1.27 .0 // indirect
281+ golang.org/x/crypto v0.32 .0 // indirect
283282 golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
284- golang.org/x/net v0.28 .0 // indirect
285- golang.org/x/sys v0.28 .0 // indirect
286- golang.org/x/term v0.27 .0 // indirect
283+ golang.org/x/net v0.34 .0 // indirect
284+ golang.org/x/sys v0.29 .0 // indirect
285+ golang.org/x/term v0.28 .0 // indirect
287286 golang.org/x/text v0.21.0 // indirect
288287 golang.org/x/time v0.6.0 // indirect
289- golang.org/x/tools v0.24 .0 // indirect
288+ golang.org/x/tools v0.28 .0 // indirect
290289 google.golang.org/api v0.196.0 // indirect
291290 google.golang.org/genproto v0.0.0-20240903143218-8af14fe29dc1 // indirect
292291 google.golang.org/genproto/googleapis/api v0.0.0-20240827150818-7e3bb234dfed // indirect
0 commit comments