Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.14

require (
github.com/damianoneill/net v0.1.2
github.com/golangci/golangci-lint v1.30.0
github.com/golangci/golangci-lint v1.38.0
github.com/goreleaser/goreleaser v0.143.0
github.com/hashicorp/go-hclog v0.14.1
github.com/hashicorp/go-plugin v1.3.0
Expand All @@ -14,12 +14,12 @@ require (
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/cobra v1.1.3
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/stretchr/testify v1.7.0
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
gopkg.in/yaml.v2 v2.4.0
)
Loading