Update zord-tree
This commit is contained in:
parent
fd4148bcb5
commit
1a2ef9c705
1 changed files with 3 additions and 2 deletions
5
go.mod
5
go.mod
|
@ -3,7 +3,7 @@ module g.arns.lt/zordsdavini/arns-lt-tree-push-service
|
|||
go 1.19
|
||||
|
||||
require (
|
||||
g.arns.lt/zordsdavini/zord-tree v0.2.3
|
||||
g.arns.lt/zordsdavini/zord-tree v0.2.4
|
||||
google.golang.org/grpc v1.48.0
|
||||
google.golang.org/protobuf v1.28.1
|
||||
)
|
||||
|
@ -12,8 +12,9 @@ require (
|
|||
g.arns.lt/zordsdavini/abcex v1.0.0 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/otiai10/copy v1.6.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20230522175609-2e198f4a06a1 // indirect
|
||||
golang.org/x/net v0.0.0-20201021035429-f5854403a974 // indirect
|
||||
golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 // indirect
|
||||
golang.org/x/sys v0.1.0 // indirect
|
||||
golang.org/x/text v0.3.3 // indirect
|
||||
google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013 // indirect
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue