Releases: wagoodman/go-bouncer
v0.4.0
v0.3.0
v0.2.0
v0.1.0
Changelog
be1a20a update docs + pipeline
2b05be6 new application wrapper for licenseclassifier
f29a4c6 Freeze dependency with new version of "copy"
e4cf7a3 Use copy.Options.Skip to ignore .git directory on save
40a1297 Update dependencies
26faeb7 Update README
0fa8c76 Detect licenses regardless of their file extension
2ee7a02 Merge pull request google#14 from google/NatalieDoduc-readme
ce6644b Update README.md
5c9bd38 Add missing newline to go-licenses check
output
5468dca Add tests/documentation for using tool with build tags.
03ce1ab Update dependencies
afcf1d3 Fix README formatting (#9)
8e8d2f7 Allow multiple import paths to be passed to commands (#6)
629e99d Change "URLs will not be available" to "may not"
b112ec1 Add an "installation" section to README.md
e1225e8 Correct the tool name in README.md
212ea35 Create Dockerfile for distributing the tool
ca58ae4 Use Go Modules
ddda5c1 Make findUpwards() convert dir into absolute path
a3b2ddb Fix testdata paths
6caad97 Update imports to new location
8c3e42c Add disclaimer to README.md
6dee590 Format README.md
4ad9cbd Add CONTRIBUTING.md and LICENSE files
12d5792 Add more filenames to licenseRegexp
ddddb62 Use license classifier to find files containing licenses
5b4a38c Do not treat a failure to identify a license as a terminal error
c1a533f Support LICENCE spelling. 🇬🇧
6d25f93 Derive file URL from package name
45b2c33 Refactor licenses/git.go
8850e14 Add check command to licenses command.
268734b Modify licenses tool to use "golang.org/x/tools/go/packages"
0916978 Improve formatting of errors in log output from licenses csv
c70fe60 Parse flags that use "flag" package
06ebf30 licenses.Libraries() returns the Library containing the given pkg
cbac3d1 Tool for identifying and complying with licenses for Go packages