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.3
github.com/nats-io/nats.go v1.30.2
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.0 // 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.2 // indirect
github.com/nats-io/nkeys v0.4.5 // 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.13.0 // indirect
golang.org/x/sys v0.12.0 // indirect
2023-02-06 21:05:33 +01:00
golang.org/x/time v0.3.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
)