File tree 6 files changed +8
-431
lines changed
6 files changed +8
-431
lines changed Original file line number Diff line number Diff line change 4
4
"github.com/supercom32/dosktop/internal/memory"
5
5
"log"
6
6
"os"
7
- "github.com/supercom32/dosktop/internal/ filesystem"
7
+ "github.com/supercom32/filesystem"
8
8
)
9
9
10
10
/*
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package dosktop
2
2
3
3
import (
4
4
"github.com/stretchr/testify/assert"
5
- "github.com/supercom32/dosktop/internal/ filesystem"
5
+ "github.com/supercom32/filesystem"
6
6
"testing"
7
7
)
8
8
Original file line number Diff line number Diff line change @@ -7,7 +7,8 @@ require (
7
7
github.com/gdamore/tcell v1.4.0
8
8
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
9
9
github.com/nwaples/rardecode v1.1.0
10
- github.com/stretchr/testify v1.6.1
10
+ github.com/stretchr/testify v1.7.0
11
+ github.com/supercom32/filesystem v0.0.0-20210404054740-f1d504f0c426
11
12
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb
12
13
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad // indirect
13
14
golang.org/x/text v0.3.0
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN
19
19
github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
20
20
github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0 =
21
21
github.com/stretchr/testify v1.6.1 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
22
+ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
23
+ github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
24
+ github.com/supercom32/filesystem v0.0.0-20210404054740-f1d504f0c426 h1:BSUhUoM8WXdgXMojKq11Aq+7uysLzNsaYZAECy4LXRM =
25
+ github.com/supercom32/filesystem v0.0.0-20210404054740-f1d504f0c426 /go.mod h1:PhEZY++0ipVPis0tt3S5V6D2PuZGzm30QFrh4jB2SEI =
22
26
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb h1:OJYP70YMddlmGq//EPLj8Vw2uJXmrA+cGSPhXTDpn2E =
23
27
github.com/yeka/zip v0.0.0-20180914125537-d046722c6feb /go.mod h1:9BnoKCcgJ/+SLhfAXj15352hTOuVmG5Gzo8xNRINfqI =
24
28
golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 /go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w =
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments