zenbook migration
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
module nats
|
||||
|
||||
go 1.23.1
|
||||
|
||||
require github.com/nats-io/nats.go v1.37.0
|
||||
|
||||
require (
|
||||
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.18.0 // indirect
|
||||
golang.org/x/sys v0.16.0 // indirect
|
||||
golang.org/x/text v0.14.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user