This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
go-monero/go.mod
Ciro S. Costa c7f82fb5db remove viper
well, it doesn't really work with `p` flags, so, get rid of it

Signed-off-by: Ciro S. Costa <utxobr@protonmail.com>
2021-07-17 12:14:54 -04:00

17 lines
492 B
Modula-2

module github.com/cirocosta/go-monero
go 1.16
require (
github.com/dustin/go-humanize v1.0.0
github.com/golangci/golangci-lint v1.41.1
github.com/gosuri/uitable v0.0.4
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/mattn/go-runewidth v0.0.13 // indirect
github.com/sclevine/spec v1.4.0
github.com/spf13/cobra v1.2.1
github.com/stretchr/testify v1.7.0
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)