Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cert-manager/goversion

Print version used to build Go executables
https://github.com/cert-manager/goversion

add build script

Signed-off-by: Tim Ramlot <[email protected]>

344c74e74c1bd6295fb4080e17f92704389c8479 authored over 1 year ago by Tim Ramlot <[email protected]>
remove print

Signed-off-by: Tim Ramlot <[email protected]>

298649028dcfce07860bacd3c194afe0e5463c54 authored over 1 year ago by Tim Ramlot <[email protected]>
rename module

Signed-off-by: irbekrm <[email protected]>

4ed6ecc7aa15348ec7e626c7c89badaa9097f259 authored over 1 year ago by Tim Ramlot <[email protected]>
version: update for Go 1.17 *.abi0 symbols

Fixes #21.

3a30cee7003ec5dc0903682e79b3059c8e101952 authored almost 2 years ago by Russ Cox <[email protected]>
goversion: handle -buildmode=pie binaries

Fixes #5.

597212e462da05a7902d6cea0ec895a0d9b8b218 authored over 6 years ago by Russ Cox <[email protected]>
goversion: detect asm for go1.10.1 on linux

Fixes #4.

38f6ce479a8bd51821a711abdc8343164d820be4 authored over 6 years ago by Russ Cox <[email protected]>
goversion: use file extension to test for executables on Windows

Fixes #2.

e2aeda81b14b6ee28e21133b1d60da7c21697174 authored over 6 years ago by Russ Cox <[email protected]>
goversion: fixes for Go 1.10

- Move -d flag to binary, not library.
- Update amd64 patterns for Go 1.10.
- Implement f.Entry ...

bbd79cf837be9f342f4c1147be1e519ca25fdea3 authored almost 7 years ago by Russ Cox <[email protected]>
goversion: update docs

04f0b81a96346cb33d48044cbffd24c8f57785ad authored almost 7 years ago by Russ Cox <[email protected]>
goversion: add -m and -mh for versioning

436d770d69b090c096a3e3406148c785445d369f authored almost 7 years ago by Russ Cox <[email protected]>
goversion: add new crypto code signatures

b792656d10497b6b61ef55ce8e3bb725965bda2c authored over 7 years ago by Russ Cox <[email protected]>
goversion: inspect symlinks to files

30897a1db859e73baf4613bfc6d55fd66ffa5efb authored over 7 years ago by Russ Cox <[email protected]>
version: fix standard crypto detection false positive

ab1deb20769d4d9f207b305e166a6acd8415b95f authored over 7 years ago by Russ Cox <[email protected]>
goversion: remove goversion binary (oops)

bc0aa65beab2ba074db8abd25aad7359c271dfb6 authored over 7 years ago by Russ Cox <[email protected]>
goversion/version: add new library

Requested by @rakyll for google/gops.

84cd9d26d7efce780a7aaafd0944961371da741f authored over 7 years ago by Russ Cox <[email protected]>
goversion: scan amd64 binaries without symbol tables

ec04a0c1322d4e0c4ccf52e4c0c225fa856f54aa authored over 7 years ago by Russ Cox <[email protected]>
goversion: initial version

f69a08c66c26c03af375e182d198600299e58cef authored over 7 years ago by Russ Cox <[email protected]>