chirpstack/examples/event_log/go/go.mod
dependabot[bot] 1505abf215
Bump google.golang.org/protobuf in /examples/event_log/go (#381)
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 10:39:36 +00:00

15 lines
307 B
Modula-2

module event-log
go 1.18
require (
github.com/chirpstack/chirpstack/api/go/v4 v4.6.0
github.com/go-redis/redis/v8 v8.11.5
google.golang.org/protobuf v1.33.0
)
require (
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
)