You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
910 B
26 lines
910 B
module gitea.russia9.dev/Russia9/chatwars-spy |
|
|
|
go 1.18 |
|
|
|
require ( |
|
github.com/confluentinc/confluent-kafka-go v1.8.2 |
|
github.com/google/uuid v1.3.0 |
|
github.com/rs/zerolog v1.26.1 |
|
go.mongodb.org/mongo-driver v1.9.0 |
|
) |
|
|
|
require ( |
|
github.com/go-stack/stack v1.8.1 // indirect |
|
github.com/golang/snappy v0.0.4 // indirect |
|
github.com/klauspost/compress v1.15.1 // indirect |
|
github.com/pkg/errors v0.9.1 // indirect |
|
github.com/stretchr/testify v1.7.0 // indirect |
|
github.com/xdg-go/pbkdf2 v1.0.0 // indirect |
|
github.com/xdg-go/scram v1.1.1 // indirect |
|
github.com/xdg-go/stringprep v1.0.3 // indirect |
|
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a // indirect |
|
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect |
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect |
|
golang.org/x/text v0.3.7 // indirect |
|
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
|
)
|
|
|