gosumcheck

command
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2024 License: BSD-3-Clause Imports: 11 Imported by: 0

Documentation

Overview

Gosumcheck checks a go.sum file against a go.sum database server.

Usage:

gosumcheck [-h H] [-k key] [-u url] [-v] go.sum

The -h flag changes the tile height (default 8).

The -k flag changes the go.sum database server key.

The -u flag overrides the URL of the server (usually set from the key name).

The -v flag enables verbose output. In particular, it causes gosumcheck to report the URL and elapsed time for each server request.

WARNING! WARNING! WARNING!

Gosumcheck is meant as a proof of concept demo and should not be used in production scripts or continuous integration testing. It does not cache any downloaded information from run to run, making it expensive and also keeping it from detecting server misbehavior or successful HTTPS man-in-the-middle timeline forks.

To discourage misuse in automated settings, gosumcheck does not set any exit status to report whether any problems were found.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL