Re: [go-nuts] []int does not implement []any

2022-05-12 Thread Michel Casabianca
(it is "any type") and then `[]int` has type `[]E` and > everything is great. > > On Wed, May 11, 2022 at 5:45 PM Michel Casabianca < > michel.casabia...@gmail.com> wrote: > >> Hi gophers! >> >> This code https://go.dev/play/p/QHIxegJn3aj doesn't com

[go-nuts] []int does not implement []any

2022-05-11 Thread Michel Casabianca
Hi gophers! This code https://go.dev/play/p/QHIxegJn3aj doesn't compile. I don't understand why. Anyone would have an explanation? And why this code https://go.dev/play/p/PCSzRkLvXhp fixes it? Thanks for your replies Best regards -- Michel Casabianca -- You received this message because you

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-19 Thread Michel Casabianca
Thank you very much for your feedback. I have made a new 0.7.0 release including your suggestions : https://github.com/intercloud/gobinsec/releases/tag/0.7.0 Enjoy! Le lundi 18 avril 2022 à 14:48:55 UTC+2, Michel Casabianca a écrit : > Thank you very much for this feedback. I have made a p

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-18 Thread Michel Casabianca
: > If you only need to target 1.18+, you can use `debug/buildinfo.ReadFile` > which doesn't require shelling out to go > > > On Fri, Apr 15, 2022 at 7:03 AM Zhaoxun Yan wrote: > >> That sounds great! Thanks. >> >> 在2022年4月15日星期五 UTC+8 05:55:27 写道: >> >

Re: [go-nuts] Tool to check binaries for vulnerabilities

2022-04-18 Thread Michel Casabianca
Thank you for your feedback. Nevertheless, I don't call go anymore using debug/buildinfo.ReadFile, as suggested by another feedback below. Le jeudi 14 avril 2022 à 23:55:27 UTC+2, kortschak a écrit : > On Thu, 2022-04-14 at 03:05 -0700, Michel Casabianca wrote: > > Any comment and con

[go-nuts] Tool to check binaries for vulnerabilities

2022-04-14 Thread Michel Casabianca
Hello Gophers, We, at Intercloud, have developed a tool to check dependencies embedded in Go binaries. It first lists dependencies running "go version -m mybinary", then it looks for vulnerabilities in NVD online database (at https://nvd.nist.gov/). This tool is open source and available at

[go-nuts] List embedded dependencies in a Go binary

2021-11-02 Thread Michel Casabianca
Hi gophers, I would like to know which dependencies are embedded in generated Go binary, along with their version. I though at first that they were listed in *go.sum* file, but it seems that this is not the case. I found two different ways to do so: - Running "go version -m my-binary" -

Re: [go-nuts] Go 1.14 is released

2020-03-03 Thread Michel Casabianca
visit > https://groups.google.com/d/msgid/golang-nuts/CAD7Aq3RLzg1fe_eyqVUPkkyTRV_5OZ%2BBO6iVakx1QShZCbhtwA%40mail.gmail.com > . > -- Michel Casabianca -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and

[go-nuts] Re: Go 1.13.6 and Go 1.12.15 are released

2020-01-13 Thread Michel Casabianca
> email to golang-announce+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-announce/CAD7Aq3TRa0geA%2BKp%3D8QEF1-aHQuJ-%2ByUXsfTYUgGok-gjLn7cA%40mail.gmail.com > <https://groups.google.com/d/msgid/golang-announce/CAD7Aq3TRa0geA

Re: [go-nuts] Re: Go 1.13.4 and Go 1.12.13 are released

2019-11-06 Thread Michel Casabianca
ribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > To view this discussion on the web visit > https://groups.google.com/d/msgid/golang-nuts/d43f9dd9-9cdf-4234-8ab2-0bf8085ba090%40googlegroups.com > <https://groups.goo

[go-nuts] Re: Go 1.12.7 and Go 1.11.12 are released

2019-07-09 Thread Michel Casabianca
https://groups.google.com/d/msgid/golang-announce/CAFtHmMhiCAxtKiiyPvofMCpX_wrB80sk6qBv2t1DZ3WuuHK8ww%40mail.gmail.com > . > For more options, visit https://groups.google.com/d/optout. > -- Michel Casabianca -- You received this message because you are subscribed to the Google Groups "

[go-nuts] Re: Go 1.12.5 and Go 1.11.10 are released

2019-05-09 Thread Michel Casabianca
> You received this message because you are subscribed to the Google Groups > "golang-announce" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-announce+unsubscr...@googlegroups.com. > For more options, visit https://groups.goo

Re: [go-nuts] Re: Go 1.11.2 and Go 1.10.5 are released

2018-11-05 Thread Michel Casabianca
You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/

Re: [go-nuts] Re: Go 1.11 and 1.10.4 are Released

2018-08-28 Thread Michel Casabianca
s://golang.org/doc/go1.11>1 >> >> Thanks to everyone who contributed to the release! >> >> Cheers, >> The Go Team >> > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubsc

Re: [go-nuts] Re: Go 1.10.2 and Go 1.9.5 are released

2018-05-04 Thread Michel Casabianca
Hi Gophers, I have updated my list of Go interfaces for these releases : http://sweetohm.net/article/go-interfaces.en.html Enjoy! -- Michel Casabianca Le mar. 1 mai 2018 à 19:27, Nathan Kerr <nat...@pocketgophers.com> a écrit : > I updated my release related resources: > >

Re: [go-nuts] Re: Go 1.10.1 and Go 1.9.5 are released

2018-04-02 Thread Michel Casabianca
--r-- 1 root root 5 Aug 31 2017 VERSION >> $ ./all.bash >> Building Go cmd/dist using /home/lucio/Project/go. >> Building Go toolchain1 using /home/lucio/Project/go. >> Building Go bootstrap cmd/go (go_bootstrap) using Go toolchain1. >> Building Go toolchain2 us

Re: [go-nuts] Re: Go 1.10 is released

2018-02-19 Thread Michel Casabianca
>> Ian >> > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit htt

[go-nuts] Updated list of interfaces

2017-02-17 Thread Michel Casabianca
/go-interfaces.en.html>Enjoy! -- Michel Casabianca -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more opti

Re: [go-nuts] Re: Go 1.8 Release Candidate 1 is released

2017-01-11 Thread Michel Casabianca
; > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to golang-nuts+unsubscr...@googlegroups.com. > For more options, visit https://gro