Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore sdk 0 1 17 #7

Merged
merged 7 commits into from
Jun 4, 2021
Merged
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
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,6 @@ linters:
- gofmt
- goheader
- goimports
- golint
# - gomnd
- goprintffuncname
- gosec
Expand All @@ -213,6 +212,7 @@ linters:
- noctx
- nolintlint
- rowserrcheck
- revive
- staticcheck
- structcheck
- stylecheck
Expand Down
29,786 changes: 0 additions & 29,786 deletions cmd/harp-assertion/NOTICE.txt

Large diffs are not rendered by default.

288 changes: 0 additions & 288 deletions cmd/harp-assertion/doc/dependencies.asciidoc

Large diffs are not rendered by default.

26 changes: 4 additions & 22 deletions cmd/harp-assertion/go.mod
Original file line number Diff line number Diff line change
@@ -1,36 +1,18 @@
module github.com/elastic/harp-plugins/cmd/harp-assertion

go 1.15
go 1.16

replace github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b

require (
github.com/awnumar/memcall v0.1.2 // indirect
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/elastic/harp v0.1.15
github.com/fatih/color v1.10.0
github.com/golang/snappy v0.0.3 // indirect
github.com/google/gops v0.3.18 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/go-retryablehttp v0.6.8 // indirect
github.com/elastic/harp v0.1.17
github.com/fatih/color v1.12.0
github.com/hashicorp/vault/api v1.1.0
github.com/hashicorp/vault/sdk v0.2.0 // indirect
github.com/magefile/mage v1.11.0
github.com/magiconair/properties v1.8.5 // indirect
github.com/mitchellh/mapstructure v1.4.1
github.com/pelletier/go-toml v1.9.0 // indirect
github.com/pierrec/lz4 v2.6.0+incompatible // indirect
github.com/spf13/cobra v1.1.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
go.uber.org/multierr v1.6.0 // indirect
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
golang.org/x/net v0.0.0-20210423184538-5f58ad60dda6 // indirect
golang.org/x/sys v0.0.0-20210426080607-c94f62235c83 // indirect
golang.org/x/term v0.0.0-20210422114643-f5beecf764ed // indirect
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba // indirect
gopkg.in/ini.v1 v1.62.0 // indirect
go.uber.org/zap v1.17.0
gopkg.in/square/go-jose.v2 v2.5.1
)
225 changes: 50 additions & 175 deletions cmd/harp-assertion/go.sum

Large diffs are not rendered by default.

29,786 changes: 0 additions & 29,786 deletions cmd/harp-aws/NOTICE.txt

Large diffs are not rendered by default.

288 changes: 0 additions & 288 deletions cmd/harp-aws/doc/dependencies.asciidoc

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cmd/harp-aws/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ go 1.16
replace github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b

require (
github.com/aws/aws-sdk-go v1.38.25
github.com/aws/aws-sdk-go v1.38.54
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
github.com/elastic/harp v0.1.15
github.com/fatih/color v1.10.0
github.com/elastic/harp v0.1.17
github.com/fatih/color v1.12.0
github.com/magefile/mage v1.11.0
github.com/spf13/cobra v1.1.3
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
)
102 changes: 50 additions & 52 deletions cmd/harp-aws/go.sum

Large diffs are not rendered by default.

30,091 changes: 0 additions & 30,091 deletions cmd/harp-linter/NOTICE.txt

Large diffs are not rendered by default.

291 changes: 0 additions & 291 deletions cmd/harp-linter/doc/dependencies.asciidoc

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions cmd/harp-linter/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ replace github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028

require (
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
github.com/elastic/harp v0.1.15
github.com/fatih/color v1.10.0
github.com/elastic/harp v0.1.17
github.com/fatih/color v1.12.0
github.com/go-ozzo/ozzo-validation/v4 v4.3.0
github.com/gobwas/glob v0.2.3
github.com/golang/protobuf v1.5.2
github.com/google/cel-go v0.7.3
github.com/magefile/mage v1.11.0
github.com/spf13/cobra v1.1.3
go.uber.org/zap v1.16.0
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b
google.golang.org/genproto v0.0.0-20210423144448-3a41ef94ed2b
go.uber.org/zap v1.17.0
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a
google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08
google.golang.org/protobuf v1.26.0
sigs.k8s.io/yaml v1.2.0
)
107 changes: 52 additions & 55 deletions cmd/harp-linter/go.sum

Large diffs are not rendered by default.

30,240 changes: 0 additions & 30,240 deletions cmd/harp-server/NOTICE.txt

Large diffs are not rendered by default.

291 changes: 0 additions & 291 deletions cmd/harp-server/doc/dependencies.asciidoc

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions cmd/harp-server/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ replace github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028

require (
cloud.google.com/go/storage v1.15.0
github.com/Azure/azure-sdk-for-go v53.4.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.18 // indirect
github.com/Azure/azure-sdk-for-go v55.1.0+incompatible
github.com/Azure/go-autorest/autorest v0.11.19 // indirect
github.com/Azure/go-autorest/autorest/to v0.4.0 // indirect
github.com/awnumar/memguard v0.22.2
github.com/aws/aws-sdk-go v1.38.25
github.com/aws/aws-sdk-go v1.38.54
github.com/common-nighthawk/go-figure v0.0.0-20200609044655-c4b36f998cf2
github.com/dchest/uniuri v0.0.0-20200228104902-7aecb25e1fe5
github.com/dnaeon/go-vcr v1.1.0 // indirect
github.com/elastic/harp v0.1.15
github.com/fatih/color v1.10.0
github.com/elastic/harp v0.1.17
github.com/fatih/color v1.12.0
github.com/go-chi/chi v1.5.4
github.com/gofrs/uuid v4.0.0+incompatible // indirect
github.com/golang/mock v1.5.0
Expand All @@ -27,6 +27,6 @@ require (
github.com/oklog/run v1.1.0
github.com/spf13/afero v1.6.0
github.com/spf13/cobra v1.1.3
go.uber.org/zap v1.16.0
google.golang.org/grpc v1.37.0
go.uber.org/zap v1.17.0
google.golang.org/grpc v1.38.0
)
Loading