Project Amber CLI client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
amber_cli/go.mod

19 lines
724 B

module git.tdem.in/tdemin/amber_cli
go 1.13
require (
github.com/ddliu/go-httpclient v0.6.7
github.com/genjidb/genji v0.7.2-0.20200903114359-096d479e14cc
github.com/golang/protobuf v1.4.2 // indirect
github.com/gookit/color v1.2.9
github.com/jmoiron/sqlx v1.2.0
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect
github.com/pkg/errors v0.9.1
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
golang.org/x/net v0.0.0-20200822124328-c89045814202 // indirect
golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a // indirect
google.golang.org/appengine v1.6.6 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
)