mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-23 07:58:04 +00:00
Initial 1Password Operator commit
This commit is contained in:
9
vendor/gomodules.xyz/jsonpatch/v2/go.mod
vendored
Normal file
9
vendor/gomodules.xyz/jsonpatch/v2/go.mod
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module gomodules.xyz/jsonpatch/v2
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
github.com/evanphx/json-patch v4.5.0+incompatible
|
||||
github.com/pkg/errors v0.8.1 // indirect
|
||||
github.com/stretchr/testify v1.3.0
|
||||
)
|
Reference in New Issue
Block a user