Skip to content

Commit 4c1d17e

Browse files
cheina97adamjensenbot
authored andcommitted
chore: bump gci from 0.13.4 to 0.13.5
1 parent 4367ac5 commit 4c1d17e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ rbacs: controller-gen
7575
# Install gci if not available
7676
gci:
7777
ifeq (, $(shell which gci))
78-
@go install github.com/daixiang0/[email protected].4
78+
@go install github.com/daixiang0/[email protected].5
7979
GCI=$(GOBIN)/gci
8080
else
8181
GCI=$(shell which gci)

pkg/utils/ipam/ips.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,10 @@ package ipam
1717
import (
1818
"encoding/binary"
1919
"fmt"
20+
"iter"
2021
"net"
2122
"net/netip"
2223

23-
"iter"
24-
2524
ipamv1alpha1 "github.com/liqotech/liqo/apis/ipam/v1alpha1"
2625
networkingv1beta1 "github.com/liqotech/liqo/apis/networking/v1beta1"
2726
"github.com/liqotech/liqo/pkg/consts"

0 commit comments

Comments
 (0)