2022-11-23 16:46:28 +00:00
|
|
|
module request-log
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/chirpstack/chirpstack/api/go/v4 v4.1.0
|
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
|
|
|
google.golang.org/protobuf v1.28.1
|
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.2 // indirect
|
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
|
|
|
github.com/golang/protobuf v1.5.2 // indirect
|
2023-02-28 11:50:21 +00:00
|
|
|
golang.org/x/net v0.7.0 // indirect
|
|
|
|
golang.org/x/sys v0.5.0 // indirect
|
|
|
|
golang.org/x/text v0.7.0 // indirect
|
2022-11-23 16:46:28 +00:00
|
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
|
|
google.golang.org/grpc v1.45.0 // indirect
|
|
|
|
)
|