bump: go 1.22 and packages; bump: v0.0.8

This commit is contained in:
Georg K
2024-03-21 01:23:15 +03:00
parent 67b4b4bdcc
commit 0e0ccf65c2
5 changed files with 23 additions and 37 deletions

14
go.mod
View File

@@ -1,16 +1,16 @@
module gitlab.connectone.pro/github/nats-transport
go 1.20
go 1.22.1
require (
github.com/golang/protobuf v1.5.3
github.com/nats-io/nats.go v1.24.0
google.golang.org/protobuf v1.30.0
github.com/nats-io/nats.go v1.34.0
google.golang.org/protobuf v1.33.0
)
require (
github.com/nats-io/nats-server/v2 v2.9.15 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/klauspost/compress v1.17.2 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.6.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
)