2026-02-12 11:48:01 +01:00
|
|
|
module lab.zlymeda.dynu.net/actions/nats-upload
|
|
|
|
|
|
|
|
|
|
go 1.26
|
|
|
|
|
|
|
|
|
|
require (
|
2026-02-23 23:12:49 +00:00
|
|
|
github.com/nats-io/nats.go v1.49.0
|
2026-02-12 11:48:01 +01:00
|
|
|
golang.org/x/mod v0.33.0
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
require (
|
|
|
|
|
github.com/klauspost/compress v1.18.4 // indirect
|
|
|
|
|
github.com/nats-io/nkeys v0.4.15 // indirect
|
|
|
|
|
github.com/nats-io/nuid v1.0.1 // indirect
|
|
|
|
|
golang.org/x/crypto v0.48.0 // indirect
|
|
|
|
|
golang.org/x/sys v0.41.0 // indirect
|
|
|
|
|
)
|