Packages — G (Page 10 of 15)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

go-github-com-btcsuite-btcd-btcec 0.12.0-beta-0.67e573d

Package `btcec' implements elliptic curve cryptography needed for working with Bitcoin (secp256k1 only for now). It is designed so that it may be used with the standard crypto/ecdsa packages provided with…

go-github-com-btcsuite-btclog 0.0.3-0.84c8d23

Package `btclog' defines a logger interface and provides a default implementation of a subsystem-aware leveled logger implementing the same interface. …

go-github-com-burntsushi-locker 0.0.0-0.a6e239e

Golang package for conveniently using named read/write locks. These appear to be especially useful for synchronizing access to session based information in web applications. The common use case is to use the…

go-github-com-burntsushi-toml 0.3.1

This package is toml parser and encoder for Go. The interface is similar to Go's standard library `json' and `xml' package. …

go-github-com-calmh-du 1.0.1

This is a Go implementation of `du`. It provides disk usage information, such as how much storage space is available, free, and used. …

go-github-com-calmh-xdr 1.1.0

XDR is an External Data Representation (XDR) marshalling and unmarshalling library in Go. It uses code generation and not reflection. …

go-github-com-ccding-go-stun 0.0.0-2.be486d1

Go-stun is a go implementation of the STUN client (RFC 3489 and RFC 5389). …

go-github-com-certifi-gocertifi 2018.01.18-1.a5e0173

This package is a Go language X.509 TLS root certificate bundle, derived from Mozilla's collection. …

go-github-com-cespare-xxhash 2.1.0

This package provides of Go implementation of the 64-bit xxHash algorithm (XXH64). …

go-github-com-charmbracelet-glamour 0.2.0

`glamour' lets you render markdown documents and templates on ANSI compatible terminals. You can create your own stylesheet or use one of our glamourous default themes. …

go-github-com-cheekybits-genny 1.0.0

This package provides `genny', a Go language implementation of generics. …

go-github-com-cheekybits-is 0.0.0-0.68e9c06

A mini testing helper for Go. * It has a simple interface (`is.OK' and `is.Equal'). * It plugs into existing Go toolchain (uses `testing.T'). …

go-github-com-chmduquesne-rollinghash 4.0.0-0.a60f8e7

This package provides a Go implementation of several rolling hashes. …

go-github-com-chris-ramon-douceur 0.2.0

This package provides a CSS parser and inliner. …

go-github-com-coreos-go-semver 0.3.0

`go-semver' is a semantic versioning library for Go. It lets you parse and compare two semantic version strings. …

go-github-com-d4l3k-messagediff 1.2.1

Messagediff is a library for calculating diffs of arbitrary structs in the Go programming language. …

go-github-com-danwakefield-fnmatch 0.0.0-0.cbb64ac

This package provides an updated clone of kballards golang fnmatch gist (https://gist.github.com/kballard/272720). …

go-github-com-davecgh-go-spew 1.1.1

Package `spew' implements a deep pretty printer for Go data structures to aid in debugging. A quick overview of the additional features spew provides over the built-in printing facilities for Go data types…

go-github-com-ddevault-go-libvterm 0.0.0-0.b7d861d

This is a fork of another go-libvterm library for use with aerc. …

go-github-com-direnv-go-dotenv 0.0.0-0.4cce6d1

This package provides a library for parsing the dotenv format in Go. …

go-github-com-dlclark-regexp2 1.2.0

Regexp2 is a feature-rich RegExp engine for Go. …

go-github-com-docker-distribution 0.0.0-0.325b080

Docker Distribution is a Docker toolset to pack, ship, store, and deliver content. It contains Docker Registry 2.0 and libraries to interact with distribution components. …

go-github-com-docker-go-connections 0.0.0-0.3ede32e

This package provides a library to work with network connections in the Go language. In particular it provides tools to deal with network address translation (NAT), proxies, sockets, and transport layer…

go-github-com-docker-machine 0.0.0-0.7b7a141

"Machine" lets you create Docker hosts on your computer, on hosting providers, and inside your data center. It creates servers, installs Docker on them, then configures the Docker client to talk…

go-github-com-emersion-go-imap 1.0.0

This package provides an IMAP4rev1 library written in Go. It can be used to build a client and/or a server. …

go-github-com-emersion-go-imap-idle 0.0.0-0.2704abd

This package provides an IDLE extension for go-imap. …

go-github-com-emersion-go-sasl 0.0.0-0.240c840

This package provides a SASL library written in Go. …

go-github-com-emicklei-go-restful 0.0.0-0.89ef8af

This package provides `go-restful', which helps developers to use `http' methods explicitly and in a way that's consistent with the HTTP protocol definition. …

go-github-com-emirpasic-gods 1.12.0

This package provides implementation of various data structures and algorithms in Go. …

go-github-com-fatih-color 1.8.0

This package provides an ANSI color package to output colorized or SGR defined output to the standard output. …

go-github-com-flynn-archive-go-shlex 0.0.0-0.3f9db97

Shlex is a simple lexer for go that supports shell-style quoting, commenting, and escaping. …

go-github-com-fogleman-gg 1.3.0

`gg' is a library for rendering 2D graphics in pure Go. …

go-github-com-francoispqt-gojay 1.2.13

GoJay is a performant JSON encoder/decoder for Golang. It has a simple API and doesn't use reflection. It relies on small interfaces to decode/encode structures and slices. …

go-github-com-fsnotify-fsnotify 1.4.9

File system notifications for Go …

go-github-com-gdamore-encoding 1.0.0

This package provides useful encodings not included in the standard `Text' package, including some for dealing with I/O streams from non-UTF-friendly sources. …

go-github-com-gdamore-tcell 1.1.2-1.aaadc57

This package includes a full parser and expander for terminfo capability strings to avoid hard-coding escape strings for formatting. It also favors portability, and includes support for all POSIX systems. …

go-github-com-gedex-inflector 0.0.0-1.16278e9

Go library that pluralizes and singularizes English nouns. …

go-github-com-getsentry-raven-go 0.2.0-0.5c24d51

This package is a Go client API for the Sentry event/error logging system. …

go-github-com-go-asn1-ber-asn1-ber 1.3.1

This package provides ASN.1 BER encoding and decoding in the Go language. …

go-github-com-go-git-gcfg 1.5.0

Gcfg reads INI-style configuration files into Go structs. …

go-github-com-go-git-go-billy 5.0.0

Billy implements an interface based on the os standard library, allowing to develop applications without dependency on the underlying storage. Makes it virtually free to implement mocks and testing over filesystem…

go-github-com-go-git-go-git-fixtures 4.0.1

This package provides fixtures used by `go-git'. …

go-github-com-go-ldap-ldap 3.1.7

This package provides basic LDAP v3 functionality in the Go language. …

go-github-com-go-md2man 2.0.0

Go-md2man is a Go program that converts markdown to roff for the purpose of building man pages. …

go-github-com-gobwas-glob 0.2.3

This package provides a Go implementation of globs. …

go-github-com-godbus-dbus 5.0.3

`dbus' is a library that implements native Go client bindings for the D-Bus message bus system. …

go-github-com-gogo-protobuf 1.3.1

Gogoprotobuf is a fork of golang/protobuf with extra code generation features. This code generation is used to achieve: * fast marshalling and unmarshalling * more canonical Go…

go-github-com-golang-freetype 0.0.0-1.e2365df

The Freetype font rasterizer in the Go programming language. …

go-github-com-golang-groupcache-lru 0.0.0-2.869f871

Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases. It provides a data loading mechanism with caching and de-duplication that works across a set…

go-github-com-golang-protobuf-proto 1.3.1

This package provides Go support for the Protocol Buffers data serialization format. …

go-github-com-golang-snappy 0.0.0-0.553a641

This package provides a Go implementation of the Snappy compression format. …

go-github-com-google-cadvisor 0.0.0-0.2ed7198

The package provides `cadvisor', which provides information about the resource usage and performance characteristics of running containers. …

go-github-com-google-go-cmp-cmp 0.3.1

This package provides a more powerful and safer alternative to `reflect.DeepEqual' for comparing whether two values are semantically equal in Go (for writing tests). …

go-github-com-google-go-github 26.1.3

`go-github' is a Go client library for accessing the GitHub API v3. …

go-github-com-google-go-querystring 1.0.0

`go-querystring' is Go library for encoding structs into URL query parameters. …

go-github-com-google-gofuzz 0.0.0-0.fd52762

Gofuzz is a library for populationg Go objects with random values for the purpose of fuzz testing. …

go-github-com-google-goterm 0.0.1-1.fc88cf8

The term package implements PTY creation and termios get/set attributes. It also contains some convenience functions for colors, SSH to and from termios translations, readCh, reading passwords, etc. …

go-github-com-google-renameio 0.1.0

`renameio' Go package provides a way to atomically create or replace a file or symbolic link. …

go-github-com-google-uuid 1.1.1

The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. …

go-github-com-gorhill-cronexpr 0.0.0-0.f098431

This package provides a cron expression parser in the Go language. Given a cron expression and a time stamp, you can get the next time stamp which satisfies the cron expression. …

go-github-com-gorilla-context 0.0.0-0.08b5f42

This package provides `gorilla/context', which is a general purpose registry for global request variables in the Go programming language. …

go-github-com-gorilla-css 1.0.0

This package provides a CSS3 tokenizer. …

go-github-com-gorilla-mux 0.0.0-0.599cba5

Gorilla/Mux implements a request router and dispatcher for matching incoming requests with their respective handler. …

go-github-com-gxed-hashland-keccakpg 0.0.0-0.d9f6b97

Package `keccak' implements the Keccak (SHA-3) hash algorithm. See http://keccak.noekeon.org. …

go-github-com-hashicorp-go-version 0.0.0-0.03c5bf6

This package is a library for parsing versions and version constraints, and verifying versions against a set of constraints. It can sort a collection of versions properly, handles prerelease/beta versions, can…

go-github-com-hashicorp-hcl 0.0.0-0.23c074d

This package contains the main implementation of the HCL (HashiCorp Configuration Language). HCL is designed to be a language for expressing configuration which is easy for both humans and machines to…

go-github-com-huandu-xstrings 1.3.2

Go package xstrings is a collection of string functions, which are widely used in other languages but absent in Go package strings. …

go-github-com-imdario-mergo 0.3.10

Helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. Mergo merges same-type structs and maps by setting default values in zero-value fields. Mergo won't…

go-github-com-ipfs-go-ipfs-api 1.3.1-0.dafc2a1

An unofficial Go interface to IPFS's HTTP API …

go-github-com-ipfs-go-ipfs-cmdkit-files 1.1.3-0.386fcf8

`cmdkit' offers some types, functions and values that are shared between `go-ipfs/commands' and its rewrite `go-ipfs-cmds'. …

go-github-com-jackpal-gateway 1.0.6

`gateway' is a Go library for discovering the IP address of the default LAN gateway. …

go-github-com-jackpal-go-nat-pmp 1.0.2

This package provides a Go client for the NAT-PMP internet protocol for port mapping and discovering the external IP address of a firewall. …

go-github-com-jbenet-go-context 0.0.1-1.d14ea06

This package provides `jbenet's' context extensions. …

go-github-com-jonboulle-clockwork 0.0.0-0.e3653ac

Replace uses of the `time' package with the `clockwork.Clock' interface instead. …

go-github-com-jpillora-backoff 0.0.0-0.06c7a16

This package is a simple exponential backoff counter in Go. …

go-github-com-junegunn-fzf 0.18.0

This package provides an interactive command-line filter usable with any list--including files, command history, processes and more. …

go-github-com-kardianos-osext 0.0.0-1.ae77be6

Osext provides a method for finding the current executable file that is running. This can be used for upgrading the current executable or finding resources located relative to the executable file. …

go-github-com-kballard-go-shellquote 0.0.0-1.95032a8

Shellquote provides utilities for joining/splitting strings using sh's word-splitting rules. …

go-github-com-kevinburke-ssh-config 1.0

This is a Go parser for `ssh_config' files. Importantly, this parser attempts to preserve comments in a given file, so you can manipulate a `ssh_config' file from a program. …

go-github-com-klauspost-cpuid 1.2.3

`cpuid' provides information about the CPU running the current program. CPU features are detected on startup, and kept for fast access through the life of the application. Currently x86 /…

go-github-com-kr-fs 0.1.0-0.1455def

The fs package provides file-system-related Go functions. …

go-github-com-kr-pretty 0.2.0

This package provides a pretty printer for Go values. …

go-github-com-kr-text 0.1.0

This package provides a text formatting functions in Go. …

go-github-com-lib-pq 1.2.0

This package provides a pure Go Postgres driver for Go's database/sql package. …

go-github-com-libp2p-go-flow-metrics 0.2.0-0.7e5a55a

A simple alternative to rcrowley's `go-metrics' that's a lot faster (and only does simple bandwidth metrics). …

go-github-com-libp2p-go-libp2p-crypto 2.0.1-0.7240b40

Various cryptographic utilities used by IPFS …

go-github-com-libp2p-go-libp2p-metrics 2.1.6-0.a10ff6e

A connection wrapper for `go-libp2p' that provides bandwidth statistics for wrapped connections. …

go-github-com-libp2p-go-libp2p-peer 2.3.8-0.993d742

PKI based identities for use in `go-libp2p'. …

go-github-com-libp2p-go-libp2p-protocol 1.0.0-0.b29f3d9

Just a type for protocol strings. Nothing more. …

go-github-com-lucas-clemente-quic-go 0.14.4

This package provides a Go language implementation of the QUIC network protocol. …

go-github-com-magiconair-properties 1.8.1

Java properties scanner for Go …

go-github-com-marten-seemann-chacha20 0.2.0

This package is an external copy of the Go standard library's internal ChaCha20 package. …

go-github-com-marten-seemann-qtls 0.4.1

This package provides `qtls', a QUIC-capable variant of the Go standard library's TLS 1.3 implementation. …

go-github-com-maruel-panicparse 1.3.0

This package provides a toolkit for parsing Go language panic stack traces. It simplifies the traces to make salient information more visible and aid debugging. …

go-github-com-masterminds-goutils 1.1.0

GoUtils provides utility functions to manipulate strings in various ways. It is a Go implementation of some string manipulation libraries of Java Apache Commons. …

go-github-com-masterminds-semver 3.1.0

The semver package provides the ability to work with semantic versions. Specifically it provides the ability to: * Parse semantic versions * Sort semantic versions …

go-github-com-masterminds-sprig 3.1.0

Sprig is a library that provides more than 100 commonly used template functions. …

go-github-com-mattn-go-colorable 0.0.0-0.efa5899

This package provides `colorable', a module that makes it possible to handle ANSI color escapes on Windows. …

go-github-com-mattn-go-isatty 0.0.11

This package provides `isatty', a Go module that can tell you whether a file descriptor points to a terminal and the type of the terminal. …

go-github-com-mattn-go-pointer 0.0.0-1.a0a4439

This package allows for a cgo argument to be passed a Go pointer. …

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z