Initial 1Password Operator commit

This commit is contained in:
jillianwilson
2020-12-10 18:07:27 -04:00
commit 824f54b4fa
2651 changed files with 890643 additions and 0 deletions

9
vendor/google.golang.org/appengine/go.mod generated vendored Normal file
View File

@@ -0,0 +1,9 @@
module google.golang.org/appengine
go 1.11
require (
github.com/golang/protobuf v1.3.1
golang.org/x/net v0.0.0-20190603091049-60506f45cf65
golang.org/x/text v0.3.2
)