Skip to content

Commit

Permalink
chore: bump gci from 0.13.4 to 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 authored and adamjensenbot committed Feb 19, 2025
1 parent 4367ac5 commit 4c1d17e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rbacs: controller-gen
# Install gci if not available
gci:
ifeq (, $(shell which gci))
@go install github.com/daixiang0/[email protected].4
@go install github.com/daixiang0/[email protected].5
GCI=$(GOBIN)/gci
else
GCI=$(shell which gci)
Expand Down
3 changes: 1 addition & 2 deletions pkg/utils/ipam/ips.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ package ipam
import (
"encoding/binary"
"fmt"
"iter"
"net"
"net/netip"

"iter"

ipamv1alpha1 "github.com/liqotech/liqo/apis/ipam/v1alpha1"
networkingv1beta1 "github.com/liqotech/liqo/apis/networking/v1beta1"
"github.com/liqotech/liqo/pkg/consts"
Expand Down

0 comments on commit 4c1d17e

Please sign in to comment.