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 4367ac5 commit 4c1d17eCopy full SHA for 4c1d17e
Makefile
@@ -75,7 +75,7 @@ rbacs: controller-gen
75
# Install gci if not available
76
gci:
77
ifeq (, $(shell which gci))
78
- @go install github.com/daixiang0/[email protected].4
+ @go install github.com/daixiang0/[email protected].5
79
GCI=$(GOBIN)/gci
80
else
81
GCI=$(shell which gci)
pkg/utils/ipam/ips.go
@@ -17,11 +17,10 @@ package ipam
17
import (
18
"encoding/binary"
19
"fmt"
20
+ "iter"
21
"net"
22
"net/netip"
23
- "iter"
24
-
25
ipamv1alpha1 "github.com/liqotech/liqo/apis/ipam/v1alpha1"
26
networkingv1beta1 "github.com/liqotech/liqo/apis/networking/v1beta1"
27
"github.com/liqotech/liqo/pkg/consts"
0 commit comments