BjornMagnussonXA | c5655db | 2023-03-17 14:55:16 +0100 | [diff] [blame] | 1 | module main |
| 2 | |
| 3 | go 1.19 |
| 4 | |
| 5 | require ( |
| 6 | github.com/confluentinc/confluent-kafka-go v1.9.3-RC3 |
| 7 | github.com/gorilla/mux v1.8.0 |
| 8 | github.com/json-iterator/go v1.1.11 |
| 9 | github.com/sirupsen/logrus v1.9.0 |
| 10 | golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d |
| 11 | ) |
| 12 | |
| 13 | require ( |
| 14 | github.com/golang/protobuf v1.5.2 // indirect |
| 15 | github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 16 | github.com/modern-go/reflect2 v1.0.1 // indirect |
| 17 | golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 // indirect |
| 18 | golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect |
| 19 | google.golang.org/appengine v1.4.0 // indirect |
| 20 | google.golang.org/protobuf v1.28.0 // indirect |
| 21 | ) |