We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a284e2 commit bda91e6Copy full SHA for bda91e6
locksmithctl/locksmithctl.go
@@ -28,8 +28,8 @@ import (
28
"text/tabwriter"
29
"time"
30
31
- "github.com/flatcar-linux/locksmith/lock"
32
"github.com/flatcar-linux/locksmith/version"
+ "github.com/flatcar-linux/fleetlock/pkg/client"
33
34
"go.etcd.io/etcd/client"
35
)
@@ -181,7 +181,7 @@ func main() {
181
182
// getLockClient returns an initialized EtcdLockClient, using an etcd
183
// client configured from the global etcd flags
184
-func getClient() (*lock.EtcdLockClient, error) {
+func getClient() (*client.Client, error) {
185
// copy of github.com/coreos/etcd/client.DefaultTransport so that
186
// TLSClientConfig can be overridden.
187
transport := &http.Transport{
0 commit comments