bump: go 1.23 and packages + module name; bump: v0.0.9
This commit is contained in:
16
go.mod
16
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user