|
1 | 1 | module github.com/vimeo/pentagon |
2 | 2 |
|
3 | | -go 1.14 |
| 3 | +go 1.18 |
4 | 4 |
|
5 | 5 | require ( |
6 | | - cloud.google.com/go v0.103.0 // indirect |
7 | 6 | cloud.google.com/go/compute v1.7.0 |
8 | 7 | github.com/hashicorp/vault/api v1.7.2 |
9 | | - github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect |
10 | 8 | gopkg.in/yaml.v2 v2.4.0 |
11 | 9 | k8s.io/api v0.24.2 |
12 | 10 | k8s.io/apimachinery v0.24.2 |
13 | 11 | k8s.io/client-go v0.24.2 |
14 | 12 | ) |
| 13 | + |
| 14 | +require ( |
| 15 | + github.com/PuerkitoBio/purell v1.1.1 // indirect |
| 16 | + github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect |
| 17 | + github.com/armon/go-metrics v0.3.9 // indirect |
| 18 | + github.com/armon/go-radix v1.0.0 // indirect |
| 19 | + github.com/cenkalti/backoff/v3 v3.0.0 // indirect |
| 20 | + github.com/davecgh/go-spew v1.1.1 // indirect |
| 21 | + github.com/emicklei/go-restful v2.9.5+incompatible // indirect |
| 22 | + github.com/evanphx/json-patch v4.12.0+incompatible // indirect |
| 23 | + github.com/fatih/color v1.7.0 // indirect |
| 24 | + github.com/go-logr/logr v1.2.0 // indirect |
| 25 | + github.com/go-openapi/jsonpointer v0.19.5 // indirect |
| 26 | + github.com/go-openapi/jsonreference v0.19.5 // indirect |
| 27 | + github.com/go-openapi/swag v0.19.14 // indirect |
| 28 | + github.com/gogo/protobuf v1.3.2 // indirect |
| 29 | + github.com/golang/protobuf v1.5.2 // indirect |
| 30 | + github.com/golang/snappy v0.0.4 // indirect |
| 31 | + github.com/google/gnostic v0.5.7-v3refs // indirect |
| 32 | + github.com/google/gofuzz v1.1.0 // indirect |
| 33 | + github.com/hashicorp/errwrap v1.1.0 // indirect |
| 34 | + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect |
| 35 | + github.com/hashicorp/go-hclog v0.16.2 // indirect |
| 36 | + github.com/hashicorp/go-immutable-radix v1.3.1 // indirect |
| 37 | + github.com/hashicorp/go-multierror v1.1.1 // indirect |
| 38 | + github.com/hashicorp/go-plugin v1.4.3 // indirect |
| 39 | + github.com/hashicorp/go-retryablehttp v0.6.6 // indirect |
| 40 | + github.com/hashicorp/go-rootcerts v1.0.2 // indirect |
| 41 | + github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 // indirect |
| 42 | + github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 // indirect |
| 43 | + github.com/hashicorp/go-secure-stdlib/strutil v0.1.2 // indirect |
| 44 | + github.com/hashicorp/go-sockaddr v1.0.2 // indirect |
| 45 | + github.com/hashicorp/go-uuid v1.0.2 // indirect |
| 46 | + github.com/hashicorp/go-version v1.2.0 // indirect |
| 47 | + github.com/hashicorp/golang-lru v0.5.4 // indirect |
| 48 | + github.com/hashicorp/hcl v1.0.0 // indirect |
| 49 | + github.com/hashicorp/vault/sdk v0.5.1 // indirect |
| 50 | + github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect |
| 51 | + github.com/josharian/intern v1.0.0 // indirect |
| 52 | + github.com/json-iterator/go v1.1.12 // indirect |
| 53 | + github.com/mailru/easyjson v0.7.6 // indirect |
| 54 | + github.com/mattn/go-colorable v0.1.6 // indirect |
| 55 | + github.com/mattn/go-isatty v0.0.12 // indirect |
| 56 | + github.com/mitchellh/copystructure v1.0.0 // indirect |
| 57 | + github.com/mitchellh/go-homedir v1.1.0 // indirect |
| 58 | + github.com/mitchellh/go-testing-interface v1.0.0 // indirect |
| 59 | + github.com/mitchellh/mapstructure v1.5.0 // indirect |
| 60 | + github.com/mitchellh/reflectwalk v1.0.0 // indirect |
| 61 | + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect |
| 62 | + github.com/modern-go/reflect2 v1.0.2 // indirect |
| 63 | + github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect |
| 64 | + github.com/oklog/run v1.0.0 // indirect |
| 65 | + github.com/pierrec/lz4 v2.5.2+incompatible // indirect |
| 66 | + github.com/pkg/errors v0.9.1 // indirect |
| 67 | + github.com/ryanuber/go-glob v1.0.0 // indirect |
| 68 | + go.uber.org/atomic v1.9.0 // indirect |
| 69 | + golang.org/x/crypto v0.0.0-20220214200702-86341886e292 // indirect |
| 70 | + golang.org/x/net v0.0.0-20220624214902-1bab6f366d9e // indirect |
| 71 | + golang.org/x/oauth2 v0.0.0-20220622183110-fd043fe589d2 // indirect |
| 72 | + golang.org/x/sys v0.0.0-20220624220833-87e55d714810 // indirect |
| 73 | + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect |
| 74 | + golang.org/x/text v0.3.7 // indirect |
| 75 | + golang.org/x/time v0.0.0-20220210224613-90d013bbcef8 // indirect |
| 76 | + google.golang.org/appengine v1.6.7 // indirect |
| 77 | + google.golang.org/genproto v0.0.0-20220628213854-d9e0b6570c03 // indirect |
| 78 | + google.golang.org/grpc v1.47.0 // indirect |
| 79 | + google.golang.org/protobuf v1.28.0 // indirect |
| 80 | + gopkg.in/inf.v0 v0.9.1 // indirect |
| 81 | + gopkg.in/square/go-jose.v2 v2.5.1 // indirect |
| 82 | + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect |
| 83 | + k8s.io/klog/v2 v2.60.1 // indirect |
| 84 | + k8s.io/kube-openapi v0.0.0-20220328201542-3ee0da9b0b42 // indirect |
| 85 | + k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect |
| 86 | + sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect |
| 87 | + sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect |
| 88 | + sigs.k8s.io/yaml v1.2.0 // indirect |
| 89 | +) |
0 commit comments