File tree Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Expand file tree Collapse file tree 3 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 13
13
14
14
# Dependency directories (remove the comment below to include it)
15
15
vendor /
16
+
17
+ dist /
Original file line number Diff line number Diff line change
1
+ before :
2
+ hooks :
3
+ - go mod tidy
4
+ builds :
5
+ - main : ./cmd/iftree
6
+ env :
7
+ - CGO_ENABLED=0
8
+ goos :
9
+ - linux
10
+ # - windows
11
+ # - darwin
12
+ archives :
13
+ - replacements :
14
+ darwin : Darwin
15
+ linux : Linux
16
+ windows : Windows
17
+ 386 : i386
18
+ amd64 : x86_64
19
+ checksum :
20
+ name_template : ' checksums.txt'
21
+ snapshot :
22
+ name_template : " {{ incpatch .Version }}-next"
23
+ changelog :
24
+ sort : asc
25
+ filters :
26
+ exclude :
27
+ - ' ^docs:'
28
+ - ' ^test:'
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ require (
8
8
github.com/containerd/nerdctl v0.22.0
9
9
github.com/fatih/color v1.13.0
10
10
github.com/jedib0t/go-pretty/v6 v6.3.5
11
+ github.com/lucasb-eyer/go-colorful v1.2.0
11
12
github.com/pkg/errors v0.9.1
12
13
github.com/sirupsen/logrus v1.9.0
13
14
github.com/spf13/pflag v1.0.5
@@ -25,7 +26,6 @@ require (
25
26
github.com/gogo/protobuf v1.3.2 // indirect
26
27
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
27
28
github.com/golang/protobuf v1.5.2 // indirect
28
- github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
29
29
github.com/mattn/go-colorable v0.1.12 // indirect
30
30
github.com/mattn/go-isatty v0.0.14 // indirect
31
31
github.com/mattn/go-runewidth v0.0.13 // indirect
You can’t perform that action at this time.
0 commit comments