bump: go 1.20 and packages; bump: v0.0.7

This commit is contained in:
Georg K
2023-03-18 22:15:06 +03:00
parent c8bcc8f44c
commit 67b4b4bdcc
2 changed files with 20 additions and 45 deletions

12
go.mod
View File

@@ -1,16 +1,16 @@
module gitlab.connectone.pro/github/nats-transport
go 1.17
go 1.20
require (
github.com/golang/protobuf v1.5.2
github.com/nats-io/nats.go v1.13.1-0.20220308171302-2f2f6968e98d
google.golang.org/protobuf v1.27.1
github.com/golang/protobuf v1.5.3
github.com/nats-io/nats.go v1.24.0
google.golang.org/protobuf v1.30.0
)
require (
github.com/nats-io/nats-server/v2 v2.7.4 // indirect
github.com/nats-io/nats-server/v2 v2.9.15 // indirect
github.com/nats-io/nkeys v0.3.0 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce // indirect
golang.org/x/crypto v0.6.0 // indirect
)