Skip to content

Dependencies

GGP1 edited this page Jul 28, 2024 · 8 revisions
Dependency License Used for
github.com/AlecAivazis/survey/v2 MIT License Building the interactive prompt
github.com/GGP1/atoll MIT License Generating cryptographically secure secrets
github.com/atotto/clipboard BSD-3-Clause License Writing to the clipboard
github.com/awnumar/memguard Apache-2.0 License Store sensitive information in-memory securely
github.com/pelletier/go-toml/v2 MIT License Encode and decode TOML values
github.com/pkg/errors BSD-2-Clause License Error handling
github.com/skip2/go-qrcode MIT License Build and display a QR code image on the terminal
github.com/spf13/cast MIT License Type casting
github.com/spf13/cobra Apache-2.0 License Building CLI commands
github.com/spf13/pflag BSD-3-Clause License Flag parsing
github.com/stretchr/testify MIT License Testing toolkit
go.etcd.io/bbolt MIT License Storing information (database)
golang.org/x/crypto BSD 3-Clause License Encryption as well as reading passwords from the terminal without echoing
github.com/golang/protobuf BSD-3-Clause License Serializing and deserializing objects to store them
gopkg.in/yaml.v3 Apache-2.0 License Encode and decode YAML values