diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-13 09:32:40 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-04-13 09:32:40 -0700 |
| commit | 0ea041f4bf34d00d267db923a1d9f6de7f18b643 (patch) | |
| tree | ef1de7e7e2d38db327b9db07b6469df59b91d525 /internal/wfs | |
| parent | Bump deps (diff) | |
| download | ccp-0ea041f4bf34d00d267db923a1d9f6de7f18b643.tar.zst | |
GitHub
Diffstat (limited to 'internal/wfs')
| -rw-r--r-- | internal/wfs/osfs/osfs.go | 2 | ||||
| -rw-r--r-- | internal/wfs/sftpfs/sftpfs.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/internal/wfs/osfs/osfs.go b/internal/wfs/osfs/osfs.go index c879f85..a1b49b8 100644 --- a/internal/wfs/osfs/osfs.go +++ b/internal/wfs/osfs/osfs.go @@ -6,7 +6,7 @@ import ( "io/fs" "os" - "gitlab.com/rhogenson/ccp/internal/wfs" + "github.com/rhogenson/ccp/internal/wfs" ) var ( diff --git a/internal/wfs/sftpfs/sftpfs.go b/internal/wfs/sftpfs/sftpfs.go index b02ed8c..9abfaf3 100644 --- a/internal/wfs/sftpfs/sftpfs.go +++ b/internal/wfs/sftpfs/sftpfs.go @@ -13,7 +13,7 @@ import ( "sync" "github.com/pkg/sftp" - "gitlab.com/rhogenson/ccp/internal/wfs" + "github.com/rhogenson/ccp/internal/wfs" "golang.org/x/crypto/ssh" "golang.org/x/crypto/ssh/agent" "golang.org/x/crypto/ssh/knownhosts" |
