Skip to content

Commit 00e5e0e

Browse files
committed
add slices
1 parent 28befad commit 00e5e0e

File tree

7 files changed

+1718
-1
lines changed

7 files changed

+1718
-1
lines changed

internal/verifier/summary.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ package verifier
77
import (
88
"context"
99
"fmt"
10-
"slices"
1110
"strconv"
1211
"strings"
1312
"time"
@@ -17,6 +16,7 @@ import (
1716
"github.com/olekukonko/tablewriter"
1817
"github.com/samber/lo"
1918
"golang.org/x/exp/maps"
19+
"golang.org/x/exp/slices"
2020
)
2121

2222
const changeEventsTableMaxSize = 10

vendor/golang.org/x/exp/slices/cmp.go

Lines changed: 44 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)