mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-29 17:38:55 +00:00
e60aafc553
Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.6 to 0.3.8. - [Release notes](https://github.com/golang/text/releases) - [Commits](https://github.com/golang/text/compare/v0.3.6...v0.3.8) --- updated-dependencies: - dependency-name: golang.org/x/text dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
21 lines
613 B
Modula-2
21 lines
613 B
Modula-2
module frame-log
|
|
|
|
go 1.18
|
|
|
|
require (
|
|
github.com/chirpstack/chirpstack/api/go/v4 v4.0.2
|
|
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
|
|
golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 // indirect
|
|
golang.org/x/sys v0.1.0 // indirect
|
|
golang.org/x/text v0.3.8 // indirect
|
|
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
|
google.golang.org/grpc v1.45.0 // indirect
|
|
)
|