GitHub / leetcode-golang-classroom / golang-coffee-store-with-kafka
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Go
Size: 235 KB
Dependencies parsed at:
150
Created at: 11 months ago
Updated at: 11 months ago
Pushed at: 11 months ago
Last synced at: 11 months ago
docker-compose.yml
docker
- bitnami/kafka latest
go.mod
go
- github.com/IBM/sarama v1.43.2
- github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
- github.com/eapache/go-resiliency v1.6.0
- github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
- github.com/eapache/queue v1.1.0
- github.com/fsnotify/fsnotify v1.7.0
- github.com/go-playground/locales v0.14.1
- github.com/go-playground/universal-translator v0.18.1
- github.com/go-playground/validator v9.31.0+incompatible
- github.com/golang/snappy v0.0.4
- github.com/hashicorp/errwrap v1.1.0
- github.com/hashicorp/go-multierror v1.1.1
- github.com/hashicorp/go-uuid v1.0.3
- github.com/hashicorp/hcl v1.0.0
- github.com/jcmturner/aescts/v2 v2.0.0
- github.com/jcmturner/dnsutils/v2 v2.0.0
- github.com/jcmturner/gofork v1.7.6
- github.com/jcmturner/gokrb5/v8 v8.4.4
- github.com/jcmturner/rpc/v2 v2.0.3
- github.com/klauspost/compress v1.17.8
- github.com/leodido/go-urn v1.4.0
- github.com/magiconair/properties v1.8.7
- github.com/mitchellh/mapstructure v1.5.0
- github.com/pelletier/go-toml/v2 v2.2.2
- github.com/pierrec/lz4/v4 v4.1.21
- github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
- github.com/sagikazarmark/locafero v0.4.0
- github.com/sagikazarmark/slog-shim v0.1.0
- github.com/sourcegraph/conc v0.3.0
- github.com/spf13/afero v1.11.0
- github.com/spf13/cast v1.6.0
- github.com/spf13/pflag v1.0.5
- github.com/spf13/viper v1.19.0
- github.com/subosito/gotenv v1.6.0
- go.uber.org/atomic v1.9.0
- go.uber.org/multierr v1.9.0
- golang.org/x/crypto v0.22.0
- golang.org/x/exp v0.0.0-20230905200255-921286631fa9
- golang.org/x/net v0.24.0
- golang.org/x/sys v0.19.0
- golang.org/x/text v0.14.0
- gopkg.in/go-playground/assert.v1 v1.2.1
- gopkg.in/ini.v1 v1.67.0
- gopkg.in/yaml.v3 v3.0.1