forgejo/models/asymkey
Gusted 242dddfcb7
Remove ioutil (#18222)
- Don't use `ioutil` package anymore as it doesn't anything special
anymore since Go 1.16:

```
// As of Go 1.16, the same functionality is now provided
// by package io or package os, and those implementations
// should be preferred in new code.
```

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2022-01-10 09:48:13 +08:00
..
error.go
gpg_key.go
gpg_key_add.go
gpg_key_commit_verification.go
gpg_key_common.go
gpg_key_import.go
gpg_key_test.go
gpg_key_verify.go
main_test.go
ssh_key.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
ssh_key_authorized_keys.go
ssh_key_authorized_principals.go
ssh_key_commit_verification.go
ssh_key_deploy.go
ssh_key_fingerprint.go
ssh_key_parse.go
ssh_key_principals.go Refactor auth package (#17962) 2022-01-02 21:12:35 +08:00
ssh_key_test.go Remove ioutil (#18222) 2022-01-10 09:48:13 +08:00
ssh_key_verify.go Migration 204 use Sync2 (#18044) 2021-12-20 18:58:38 +01:00