Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Original source repo deleted #2

Open
gtrevg opened this issue Jul 13, 2019 · 0 comments
Open

Original source repo deleted #2

gtrevg opened this issue Jul 13, 2019 · 0 comments

Comments

@gtrevg
Copy link
Owner

gtrevg commented Jul 13, 2019

This repo was actually just a fork from github.com/taviti/caldav-go. It looks like the original owner has deleted/hidden the repo. I did find another fork which seems to be much more up-to-date than this one: https://github.com/dolanor/caldav-go

You should probably source that one instead. If you're using dep or glide for building, you could specify that other URL as the source for the repo. If you're afraid that the https://github.com/dolanor/caldav-go may disappear as well, you may want to fork it yourself and then use your own URL as the repo source.

dep

[[constraint]]
  # Required: the root import path of the project being constrained.
  name = "github.com/taviti/caldav-go"
  source = "https://github.com/<your-username-here>/caldav-go.git"

glide

import:
  - package: github.com/taviti/caldav-go
    repo: [email protected]:<your-username-here>/caldav-go.git
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant