-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (23 loc) · 775 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
module github.com/damianoneill/h7t
go 1.14
require (
github.com/damianoneill/net v0.1.2
github.com/golangci/golangci-lint v1.30.0
github.com/goreleaser/goreleaser v0.143.0
github.com/hashicorp/go-hclog v0.15.0
github.com/hashicorp/go-plugin v1.4.2
github.com/jarcoal/httpmock v1.0.6
github.com/jszwec/csvutil v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/olekukonko/tablewriter v0.0.4
github.com/satori/go.uuid v1.2.0 // indirect
github.com/spf13/afero v1.4.0
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/tj/assert v0.0.3
golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899
golang.org/x/lint v0.0.0-20200302205851-738671d3881b
gopkg.in/resty.v1 v1.12.0
gopkg.in/yaml.v2 v2.3.0
)