Fixed replace directive
This commit is contained in:
3
vendor/github.com/samedi/caldav-go/data/resource.go
generated
vendored
3
vendor/github.com/samedi/caldav-go/data/resource.go
generated
vendored
@ -2,7 +2,6 @@ package data
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/laurent22/ical-go/ical"
|
||||
"io/ioutil"
|
||||
"log"
|
||||
"os"
|
||||
@ -10,6 +9,8 @@ import (
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
"github.com/laurent22/ical-go"
|
||||
|
||||
"github.com/samedi/caldav-go/files"
|
||||
"github.com/samedi/caldav-go/lib"
|
||||
)
|
||||
|
Reference in New Issue
Block a user