velero/pkg/repository
Tiger Kaovilai 05722876b9
Moving kopia logging to remove kopia from indirect dependency in velero plugins
when running `go mod why -m github.com/kopia/kopia` in velero-plugins prior to this change you will see following

```
❯ go mod why -m github.com/kopia/kopia
github.com/konveyor/openshift-velero-plugin/velero-plugins
github.com/vmware-tanzu/velero/pkg/plugin/framework
github.com/vmware-tanzu/velero/pkg/util/logging
github.com/kopia/kopia/repo/logging
```

after
```
❯ go mod why -m github.com/kopia/kopia
(main module does not need module github.com/kopia/kopia)
```

Signed-off-by: Tiger Kaovilai <tkaovila@redhat.com>
2023-07-12 10:44:33 -04:00
..
config Merge pull request #6296 from Lyndon-Li/issue-fix-6258 2023-06-01 16:03:52 +08:00
keys fix lint errors 2022-10-18 21:53:47 +08:00
mocks bump up kopia v0.13.0 2023-05-10 10:26:10 +08:00
provider add ut for pkg/repository 2023-06-29 07:40:59 +00:00
restic Add exit code log and possible memory shortage warning log for Restic command failure. 2023-07-05 21:35:52 +08:00
udmrepo Moving kopia logging to remove kopia from indirect dependency in velero plugins 2023-07-12 10:44:33 -04:00
backup_repo_op.go fix issue 6255 2023-06-02 16:11:23 +08:00
backup_repo_op_test.go fix issue 5358 2022-09-19 16:46:03 +08:00
ensurer.go fix concurrent repo ensure problem 2023-06-30 14:48:51 +08:00
ensurer_test.go fix concurrent repo ensure problem 2023-06-30 14:48:51 +08:00
locker.go remove restic from code 2022-10-13 13:45:32 +08:00
manager.go Enable linter revive and resolve found errors: part 1 2023-04-25 23:15:15 +08:00
manager_test.go Kopia Pod Volume Backup/Restore (#5259) 2022-09-05 10:29:30 +08:00