mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.38.0. - [Commits](https://github.com/golang/net/compare/v0.9.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
18 lines
413 B
Modula-2
18 lines
413 B
Modula-2
module github.com/lightninglabs/loop/swapserverrpc
|
|
|
|
require (
|
|
google.golang.org/grpc v1.56.3
|
|
google.golang.org/protobuf v1.34.2
|
|
)
|
|
|
|
require (
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
golang.org/x/net v0.38.0 // indirect
|
|
golang.org/x/sys v0.31.0 // indirect
|
|
golang.org/x/text v0.23.0 // indirect
|
|
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
|
|
)
|
|
|
|
go 1.23.6
|
|
|
|
toolchain go1.24.0
|