sops/keyservice
Hidde Beydals f2a1d4c782
Rename Go module to `github.com/getsops/sops/v3`
This commit renames the Go module from `go.mozilla.org/sops/v3` to
`github.com/getsops/sops/v3` without a major version bump, to align
with new stewardship.

For more information around this change, refer to
https://github.com/getsops/sops/issues/1246.

For a one-liner to change the `go.mod` and any import paths in your
Go project making use of this module, run:

```
find /path/to/repo -type f \( -name "*.go" -o -name "go.mod" \) -exec sed -i 's|go.mozilla.org/sops/v3|github.com/getsops/sops/v3|g' {} \;
find /path/to/repo -type f \( -name "*.go" -o -name "go.mod" \) -exec sed -i '' 's|go.mozilla.org/sops/v3|github.com/getsops/sops/v3|g' {} \;
```

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
2023-07-31 22:51:36 +02:00
..
client.go keyservice: accept KeyServiceServer in LocalClient 2022-03-31 14:33:16 +02:00
keyservice.go Rename Go module to `github.com/getsops/sops/v3` 2023-07-31 22:51:36 +02:00
keyservice.pb.go Add support for age. 2020-09-21 12:47:13 -07:00
keyservice.proto Fix whitespace errors. 2020-09-21 12:47:15 -07:00
server.go Rename Go module to `github.com/getsops/sops/v3` 2023-07-31 22:51:36 +02:00
server_test.go code cleanup [1/5] - go fmt 2019-07-08 09:46:36 -07:00