ceen/go.mod

27 lines
794 B
Modula-2
Raw Normal View History

2022-06-16 22:19:06 +02:00
module github.com/kjuulh/ceen
2022-10-26 19:22:37 +02:00
go 1.19
2022-06-16 22:19:06 +02:00
require (
github.com/nats-io/nats-server/v2 v2.10.8
github.com/nats-io/nats.go v1.31.0
github.com/nats-io/nuid v1.0.1
github.com/stretchr/testify v1.8.4
2022-06-16 22:19:06 +02:00
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
2022-06-16 22:19:06 +02:00
github.com/golang/protobuf v1.5.2 // indirect
github.com/klauspost/compress v1.17.4 // indirect
2022-06-16 22:19:06 +02:00
github.com/minio/highwayhash v1.0.2 // indirect
github.com/nats-io/jwt/v2 v2.5.3 // indirect
github.com/nats-io/nkeys v0.4.7 // indirect
2022-06-16 22:19:06 +02:00
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/objx v0.5.0 // indirect
golang.org/x/crypto v0.18.0 // indirect
golang.org/x/sys v0.16.0 // indirect
golang.org/x/time v0.5.0 // indirect
2022-06-16 22:19:06 +02:00
google.golang.org/protobuf v1.28.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)