File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ require (
66 github.com/bufbuild/connect-go v1.10.0
77 github.com/getsentry/sentry-go v0.22.0
88 github.com/google/uuid v1.3.0
9- github.com/overmindtech/sdp-go v0.36.2
9+ github.com/overmindtech/sdp-go v0.41.0
1010 github.com/sirupsen/logrus v1.9.3
1111 github.com/spf13/cobra v1.7.0
1212 github.com/spf13/viper v1.16.0
@@ -42,7 +42,7 @@ require (
4242 github.com/minio/highwayhash v1.0.2 // indirect
4343 github.com/mitchellh/mapstructure v1.5.0 // indirect
4444 github.com/nats-io/jwt/v2 v2.4.1 // indirect
45- github.com/nats-io/nats.go v1.27.1 // indirect
45+ github.com/nats-io/nats.go v1.28.0 // indirect
4646 github.com/nats-io/nkeys v0.4.4 // indirect
4747 github.com/nats-io/nuid v1.0.1 // indirect
4848 github.com/pelletier/go-toml/v2 v2.0.8 // indirect
Original file line number Diff line number Diff line change @@ -232,6 +232,8 @@ github.com/nats-io/jwt/v2 v2.4.1/go.mod h1:24BeQtRwxRV8ruvC4CojXlx/WQ/VjuwlYiH+v
232232github.com/nats-io/nats-server/v2 v2.9.15 h1:MuwEJheIwpvFgqvbs20W8Ish2azcygjf4Z0liVu2I4c =
233233github.com/nats-io/nats.go v1.27.1 h1:OuYnal9aKVSnOzLQIzf7554OXMCG7KbaTkCSBHRcSoo =
234234github.com/nats-io/nats.go v1.27.1 /go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc =
235+ github.com/nats-io/nats.go v1.28.0 h1:Th4G6zdsz2d0OqXdfzKLClo6bOfoI/b1kInhRtFIy5c =
236+ github.com/nats-io/nats.go v1.28.0 /go.mod h1:XpbWUlOElGwTYbMR7imivs7jJj9GtK7ypv321Wp6pjc =
235237github.com/nats-io/nkeys v0.4.4 h1:xvBJ8d69TznjcQl9t6//Q5xXuVhyYiSos6RPtvQNTwA =
236238github.com/nats-io/nkeys v0.4.4 /go.mod h1:XUkxdLPTufzlihbamfzQ7mw/VGx6ObUs+0bN5sNvt64 =
237239github.com/nats-io/nuid v1.0.1 h1:5iA8DT8V7q8WK2EScv2padNa/rTESc1KdnPw4TC2paw =
@@ -244,6 +246,8 @@ github.com/overmindtech/sdp-go v0.36.1 h1:c2pbYCJUwpdFbl6GPs+m1TH4TjaQgKGrggl9/c
244246github.com/overmindtech/sdp-go v0.36.1 /go.mod h1:LIUppm58V+JpNJsPCXiBOwlySgQ9uacsC+Hfl5D/zQo =
245247github.com/overmindtech/sdp-go v0.36.2 h1:pIBMzuADDR1A10lZk0zQcroo2VzeNwmiYXpA/0h5Q3Q =
246248github.com/overmindtech/sdp-go v0.36.2 /go.mod h1:LIUppm58V+JpNJsPCXiBOwlySgQ9uacsC+Hfl5D/zQo =
249+ github.com/overmindtech/sdp-go v0.41.0 h1:eIBLblW2MDCCEk7ZSPk6sFo/1piMzba1+nUDa722vOo =
250+ github.com/overmindtech/sdp-go v0.41.0 /go.mod h1:fwGtzDA7h//c+QBnOhRa7KQRt1RFFWMPnVndH+39GLs =
247251github.com/pelletier/go-toml/v2 v2.0.8 h1:0ctb6s9mE31h0/lhu+J6OPmVeDxJn+kYnJc2jZR9tGQ =
248252github.com/pelletier/go-toml/v2 v2.0.8 /go.mod h1:vuYfssBdrU2XDZ9bYydBu6t+6a6PYNcZljzZR9VXg+4 =
249253github.com/pingcap/errors v0.11.4 h1:lFuQV/oaUMGcD2tqt+01ROSmJs75VG1ToEOkZIZ4nE4 =
You can’t perform that action at this time.
0 commit comments