Skip to content

Commit

Permalink
Dependencies (#119)
Browse files Browse the repository at this point in the history
Updates dependencies
  • Loading branch information
kalverra authored Oct 21, 2021
1 parent 124cb42 commit 2187d4b
Show file tree
Hide file tree
Showing 2 changed files with 528 additions and 283 deletions.
30 changes: 14 additions & 16 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,27 @@ go 1.16

require (
github.com/avast/retry-go v3.0.0+incompatible
github.com/aws/aws-sdk-go v1.27.0
github.com/ethereum/go-ethereum v1.10.8
github.com/aws/aws-sdk-go v1.41.7
github.com/ethereum/go-ethereum v1.10.11
github.com/ghodss/yaml v1.0.0
github.com/google/go-cmp v0.5.6 // indirect
github.com/google/go-github v17.0.0+incompatible
github.com/gorilla/websocket v1.4.2
github.com/hashicorp/go-multierror v1.1.1
github.com/montanaflynn/stats v0.6.6
github.com/onsi/ginkgo v1.16.4
github.com/onsi/ginkgo v1.16.5
github.com/onsi/gomega v1.16.0
github.com/pkg/errors v0.9.1
github.com/prometheus/client_golang v1.8.0
github.com/prometheus/common v0.14.0
github.com/rs/zerolog v1.21.0
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.32.1
github.com/rs/zerolog v1.25.0
github.com/satori/go.uuid v1.2.0
github.com/smartcontractkit/libocr v0.0.0-20210803133922-ddddd3dce7e5
github.com/spf13/cobra v1.1.3
github.com/spf13/viper v1.8.0
github.com/smartcontractkit/libocr v0.0.0-20210826183649-d12971936c12
github.com/spf13/cobra v1.2.1
github.com/spf13/viper v1.9.0
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
google.golang.org/protobuf v1.26.0
helm.sh/helm/v3 v3.6.3
k8s.io/api v0.22.0
k8s.io/apimachinery v0.22.0
k8s.io/client-go v0.22.0
rsc.io/letsencrypt v0.0.3 // indirect
google.golang.org/protobuf v1.27.1
helm.sh/helm/v3 v3.7.1
k8s.io/api v0.22.2
k8s.io/apimachinery v0.22.2
k8s.io/client-go v0.22.2
)
Loading

0 comments on commit 2187d4b

Please sign in to comment.