2022-11-23 16:46:28 +00:00
|
|
|
module request-log
|
|
|
|
|
|
|
|
go 1.18
|
|
|
|
|
|
|
|
require (
|
2023-12-07 09:43:57 +00:00
|
|
|
github.com/chirpstack/chirpstack/api/go/v4 v4.6.0
|
2022-11-23 16:46:28 +00:00
|
|
|
github.com/go-redis/redis/v8 v8.11.5
|
2023-12-07 09:43:57 +00:00
|
|
|
google.golang.org/protobuf v1.31.0
|
2022-11-23 16:46:28 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
2023-08-08 12:31:53 +00:00
|
|
|
github.com/cespare/xxhash/v2 v2.2.0 // indirect
|
2022-11-23 16:46:28 +00:00
|
|
|
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
2023-12-07 09:43:57 +00:00
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
golang.org/x/net v0.19.0 // indirect
|
|
|
|
golang.org/x/sys v0.15.0 // indirect
|
2022-11-23 16:46:28 +00:00
|
|
|
)
|