Skip to content

Commit f712b04

Browse files
committed
Add fleetlock client package
1 parent 5bf0144 commit f712b04

File tree

2 files changed

+455
-5
lines changed

2 files changed

+455
-5
lines changed

go.mod

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,14 @@ require (
66
github.com/coreos/go-semver v0.3.0 // indirect
77
github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
88
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f
9+
github.com/flatcar-linux/fleetlock v0.0.0-20210922150917-05e572675abd // indirect
910
github.com/godbus/dbus v4.1.0+incompatible // indirect
10-
github.com/godbus/dbus/v5 v5.0.3
11-
github.com/gogo/protobuf v1.3.1 // indirect
11+
github.com/godbus/dbus/v5 v5.0.4
1212
github.com/hashicorp/errwrap v1.1.0 // indirect
1313
github.com/rkt/rkt v1.30.0
1414
go.etcd.io/etcd v0.0.0-00010101000000-000000000000
15-
go.uber.org/zap v1.16.0 // indirect
16-
golang.org/x/net v0.0.0-20201031054903-ff519b6c9102
17-
google.golang.org/grpc v1.33.2 // indirect
15+
go.uber.org/tools v0.0.0-20190618225709-2cfd321de3ee // indirect
16+
golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4
1817
)
1918

2019
replace (

0 commit comments

Comments
 (0)