| module main |
| |
| go 1.19 |
| |
| require ( |
| github.com/confluentinc/confluent-kafka-go v1.9.3-RC3 |
| github.com/gorilla/mux v1.8.0 |
| github.com/json-iterator/go v1.1.11 |
| github.com/sirupsen/logrus v1.9.0 |
| golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
| ) |
| |
| require ( |
| github.com/golang/protobuf v1.5.2 // indirect |
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| github.com/modern-go/reflect2 v1.0.1 // indirect |
| golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect |
| golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect |
| google.golang.org/appengine v1.4.0 // indirect |
| google.golang.org/protobuf v1.28.0 // indirect |
| ) |