-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prepare 1.0.0 - all the stuff we want to fix before the official initial release #161
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ke it easier to test code that calls os.Exit(). Maybe the interface could live in `customerrors`, like: type exiter func (code int)
…rate process. Mostly for reference. Will work on removing os.Exit() calls.
…err status. Still need to cleanup usage message.
# Conflicts: # go.sum
You were fine to start but newer better things came along. We will never forget your contributions to the cause.
The PR that ate Chicago. Merging back to original branch. Destined for 1.0.0 branch.
…o zendern-bye-bye-go-sum
DarthHater
reviewed
Aug 5, 2020
DarthHater
reviewed
Aug 5, 2020
DarthHater
reviewed
Aug 5, 2020
DarthHater
reviewed
Aug 5, 2020
DarthHater
reviewed
Aug 5, 2020
DarthHater
reviewed
Aug 5, 2020
DarthHater
reviewed
Aug 5, 2020
This was referenced Aug 11, 2020
Closed
This was referenced Aug 11, 2020
Closed
update to latest dependency versions, remove vulnerability fixes that are no longer needed after dependency upgrades.
This was referenced Aug 27, 2020
Closed
zendern
added a commit
to zendern/nancy
that referenced
this pull request
Apr 16, 2021
…ial release (sonatype-nexus-community#161) * Cobra/Viper CLI. * Goodbye go.sum old friend You were fine to start but newer better things came along. We will never forget your contributions to the cause. * fix missing -p flag, document --loud flag * Make some packages internal (sonatype-nexus-community#163) * remove types that migrated to go-sona-types library (sonatype-nexus-community#164) * store config using nested yaml (ossi.yadda, iq.yadda). * separate `sleuth` command for 'oss index' (sonatype-nexus-community#165) new sub command named `sleuth` for running nancy against OSS Index. * make `--clean-cache` available as root command, since it is not specific to ossi or iq. (sonatype-nexus-community#169) * Latest dependencies, remove obsolete 'replace' directives (sonatype-nexus-community#173) * Use goreleaser to build native linux installers (sonatype-nexus-community#175) Co-authored-by: Nathan Zender <github@nathanzender.com> Co-authored-by: Jeffry Hesse <5544326+DarthHater@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
attempting to include most of the breaking changes we know about.
include @zendern changes to remove go.sum.
Holler with stuff we missed.
e.g.
#160 - Un-publify packages not designed for public consumption
cc @bhamail / @DarthHater