-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ | |
.idea/ | ||
*.iml | ||
|
||
# File generated as part of `make all` | ||
sidecarinjector |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
module github.com/salesforce/generic-sidecar-injector | ||
|
||
go 1.12 | ||
go 1.16 | ||
|
||
require ( | ||
github.com/evanphx/json-patch v4.5.0+incompatible | ||
github.com/evanphx/json-patch v4.9.0+incompatible | ||
github.com/ghodss/yaml v1.0.0 | ||
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b | ||
github.com/jessevdk/go-flags v1.4.0 | ||
github.com/pkg/errors v0.8.1 | ||
github.com/pkg/errors v0.9.1 | ||
github.com/prometheus/client_golang v1.2.1 | ||
github.com/spf13/afero v1.2.2 | ||
github.com/stretchr/testify v1.3.0 | ||
gopkg.in/yaml.v2 v2.2.5 | ||
k8s.io/api v0.0.0-20191107030003-665c8a257c1a | ||
k8s.io/apimachinery v0.0.0-20191107105744-2c7f8d2b0fd8 | ||
github.com/stretchr/testify v1.6.1 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
k8s.io/api v0.21.0 | ||
k8s.io/apimachinery v0.21.0 | ||
) |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.