bump: go 1.23 and packages + module name; bump: v0.0.9

This commit is contained in:
Georg K
2024-12-27 22:52:11 +03:00
parent 0e0ccf65c2
commit a0d086d9c6
2 changed files with 20 additions and 20 deletions

16
go.mod
View File

@@ -1,16 +1,16 @@
module gitlab.connectone.pro/github/nats-transport
module git.ahax86.ru/pub/nats-transport
go 1.22.1
go 1.23.2
require (
github.com/nats-io/nats.go v1.34.0
google.golang.org/protobuf v1.33.0
github.com/nats-io/nats.go v1.38.0
google.golang.org/protobuf v1.36.1
)
require (
github.com/klauspost/compress v1.17.2 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/nats-io/nkeys v0.4.9 // indirect
github.com/nats-io/nuid v1.0.1 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/crypto v0.31.0 // indirect
golang.org/x/sys v0.28.0 // indirect
)