File tree Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Expand file tree Collapse file tree 6 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 5
5
"io/ioutil"
6
6
"os"
7
7
8
- rotatelogs "github.com/lestrrat-go /file-rotatelogs"
8
+ rotatelogs "github.com/flipped-aurora /file-rotatelogs"
9
9
)
10
10
11
11
func ExampleForceNewFile () {
Original file line number Diff line number Diff line change 1
- module github.com/lestrrat-go /file-rotatelogs
1
+ module github.com/flipped-aurora /file-rotatelogs
2
2
3
3
go 1.12
4
4
5
5
require (
6
- github.com/fastly/go-utils v0.0.0-20180712184237-d95a45783239 // indirect
7
- github.com/jehiah/go-strftime v0.0.0-20171201141054-1d33003b3869 // indirect
8
6
github.com/jonboulle/clockwork v0.4.0
9
- github.com/lestrrat-go/envload v0.0.0-20180220234015-a3eb8ddeffcc // indirect
10
7
github.com/lestrrat-go/strftime v1.0.6
11
8
github.com/pkg/errors v0.9.1
12
9
github.com/stretchr/testify v1.8.4
13
- github.com/tebeka/strftime v0.1.5 // indirect
14
10
)
Original file line number Diff line number Diff line change 5
5
"testing"
6
6
"time"
7
7
8
+ "github.com/flipped-aurora/file-rotatelogs/internal/fileutil"
8
9
"github.com/jonboulle/clockwork"
9
- "github.com/lestrrat-go/file-rotatelogs/internal/fileutil"
10
10
"github.com/lestrrat-go/strftime"
11
11
"github.com/stretchr/testify/assert"
12
12
)
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package rotatelogs
3
3
import (
4
4
"time"
5
5
6
- "github.com/lestrrat-go /file-rotatelogs/internal/option"
6
+ "github.com/flipped-aurora /file-rotatelogs/internal/option"
7
7
)
8
8
9
9
const (
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
14
14
"sync"
15
15
"time"
16
16
17
- "github.com/lestrrat-go /file-rotatelogs/internal/fileutil"
17
+ "github.com/flipped-aurora /file-rotatelogs/internal/fileutil"
18
18
strftime "github.com/lestrrat-go/strftime"
19
19
"github.com/pkg/errors"
20
20
)
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ import (
11
11
"testing"
12
12
"time"
13
13
14
+ rotatelogs "github.com/flipped-aurora/file-rotatelogs"
14
15
"github.com/jonboulle/clockwork"
15
- rotatelogs "github.com/lestrrat-go/file-rotatelogs"
16
16
"github.com/pkg/errors"
17
17
"github.com/stretchr/testify/assert"
18
18
)
You can’t perform that action at this time.
0 commit comments