mitchellh / golicenseLinks
Scan and analyze OSS dependencies and licenses from compiled Go binaries
☆665Updated 4 years ago
Alternatives and similar repositories for golicense
Users that are interested in golicense are comparing it to the libraries listed below
Sorting:
- "go build" wrapper to add version info to Golang applications☆538Updated 2 years ago
- Find outdated dependencies of your Go projects. go-mod-outdated provides a table view of the go list -u -m -json all command which lists …☆660Updated 2 years ago
- Pprof made easy at development time for Go☆757Updated 4 years ago
- experimental new HTTP client API for #golang (WIP)☆586Updated 6 years ago
- Make temporary edits to your Go module dependencies☆899Updated 3 years ago
- Shotizam analyzes the size of Go binaries☆611Updated 10 months ago
- [DEPRECATED] Download Go binaries as fast and easily as possible.☆448Updated 3 years ago
- Debugging helper utilities for Go☆356Updated 2 years ago
- Go (golang) library for creating and consuming HTTP Server-Timing headers☆858Updated last year
- Using brotli compression to embed static files in Go.☆530Updated 3 years ago
- A Transport for http.Client that will cache responses according to the HTTP RFC☆750Updated 2 years ago
- Idiomatic Go input parsing with subcommands, positional values, and flags at any position. No required project or package layout and no e…☆860Updated 2 years ago
- A tool to analyze and troubleshoot a Go binary size.☆1,701Updated last year
- A CLI to turn Go's benchmark output into pictures☆341Updated 5 years ago
- Package renameio provides a way to atomically create or replace a file or symbolic link.☆651Updated last year
- Go subcommand library.☆769Updated 2 years ago
- Source code analyzer that helps you to make your Go programs more consistent.☆347Updated 3 months ago
- Detect ineffectual assignments in Go code.☆418Updated last year
- Takes an input http.FileSystem (likely at go generate time) and generates Go code that statically implements it.☆982Updated last year
- fault injection library in go using standard http middleware☆510Updated 2 months ago
- Search for Go code using syntax trees☆476Updated 3 years ago
- Go (golang) http calls with retries and backoff☆652Updated 3 years ago
- Utilities for slightly better logging in Go (Golang).☆367Updated 5 months ago
- Quick helpers for testing Go applications☆529Updated last year
- Use a custom domain in your Go import path☆531Updated last month
- A go library to improve readability in terminal apps using tabular data☆742Updated 2 years ago
- Embed static files in Go binaries (replacement for gobuffalo/packr)☆1,187Updated 3 years ago
- A general-purpose bot library inspired by Hubot but written in Go.☆477Updated 7 months ago
- Generate documentation for your REST/HTTP API from your Go unit tests