natsbot

NATS bot
git clone https://git.instinctive.eu/natsbot.git
Log | Files | Refs | README | LICENSE

go.mod (361B)


      1 module instinctive.eu/go/natsbot
      2 
      3 go 1.24.4
      4 
      5 require (
      6 	github.com/nats-io/nats.go v1.43.0
      7 	github.com/yuin/gopher-lua v1.1.1
      8 )
      9 
     10 require (
     11 	github.com/klauspost/compress v1.18.0 // indirect
     12 	github.com/nats-io/nkeys v0.4.11 // indirect
     13 	github.com/nats-io/nuid v1.0.1 // indirect
     14 	golang.org/x/crypto v0.37.0 // indirect
     15 	golang.org/x/sys v0.32.0 // indirect
     16 )