File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,8 @@ archives:
95
95
{{- title .Os }}_
96
96
{{- if eq .Arch "amd64" }}x86_64
97
97
{{- else if eq .Arch "386" }}i386
98
- {{- else }}{{ .Arch }}{{ end }}
98
+ {{- else }}{{ .Arch }}{{ end }}_
99
+ {{- .Version }}
99
100
checksum :
100
101
name_template : ' checksums.txt'
101
102
snapshot :
Original file line number Diff line number Diff line change @@ -86,13 +86,11 @@ require (
86
86
go.uber.org/multierr v1.7.0 // indirect
87
87
go.uber.org/zap v1.24.0 // indirect
88
88
golang.org/x/crypto v0.6.0 // indirect
89
- golang.org/x/mod v0.8.0 // indirect
90
89
golang.org/x/net v0.8.0 // indirect
91
90
golang.org/x/sync v0.1.0 // indirect
92
91
golang.org/x/sys v0.6.0 // indirect
93
92
golang.org/x/text v0.8.0 // indirect
94
93
golang.org/x/time v0.0.0-20220411224347-583f2d630306 // indirect
95
- golang.org/x/tools v0.6.0 // indirect
96
94
google.golang.org/protobuf v1.28.1 // indirect
97
95
gopkg.in/ini.v1 v1.66.2 // indirect
98
96
gopkg.in/yaml.v2 v2.4.0 // indirect
Original file line number Diff line number Diff line change @@ -785,8 +785,6 @@ golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
785
785
golang.org/x/mod v0.4.2 /go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA =
786
786
golang.org/x/mod v0.5.0 /go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro =
787
787
golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 /go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY =
788
- golang.org/x/mod v0.8.0 h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8 =
789
- golang.org/x/mod v0.8.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
790
788
golang.org/x/net v0.0.0-20180724234803-3673e40ba225 /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
791
789
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
792
790
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd /go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4 =
@@ -1033,8 +1031,6 @@ golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk=
1033
1031
golang.org/x/tools v0.1.4 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
1034
1032
golang.org/x/tools v0.1.5 /go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk =
1035
1033
golang.org/x/tools v0.1.10 /go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E =
1036
- golang.org/x/tools v0.6.0 h1:BOw41kyTf3PuCW1pVQf8+Cyg8pMlkYB1oo9iJ6D/lKM =
1037
- golang.org/x/tools v0.6.0 /go.mod h1:Xwgl3UAJ/d3gWutnCtw505GrjyAbvKui8lOU390QaIU =
1038
1034
golang.org/x/xerrors v0.0.0-20190410155217-1f06c39b4373 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
1039
1035
golang.org/x/xerrors v0.0.0-20190513163551-3ee3066db522 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
1040
1036
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 /go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0 =
You can’t perform that action at this time.
0 commit comments