Skip to content

Commit e2814e9

Browse files
committed
revert back to our fork
1 parent d683f38 commit e2814e9

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

archive.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
"sync"
1717
"time"
1818

19-
"github.com/saracen/go7z"
19+
"github.com/ProjectBorealis/go7z"
2020
)
2121

2222
// EngineAssociationPrefix is the required engine association prefix.

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ module github.com/ProjectBorealis/ue4versionator
33
go 1.14
44

55
require (
6+
github.com/ProjectBorealis/go7z v0.0.0-20190623190602-b3dd8f37eb91
67
github.com/go-ini/ini v1.57.0
78
github.com/pkg/errors v0.9.1 // indirect
89
github.com/saracen/go7z v0.0.0-20191010121135-9c09b6bd7fda

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
github.com/ProjectBorealis/go7z v0.0.0-20190623190602-b3dd8f37eb91 h1:2iXNvZrI7Ejnpqx8DJ247KaRnxHsRV3fuMwZvOCR6Fw=
2+
github.com/ProjectBorealis/go7z v0.0.0-20190623190602-b3dd8f37eb91/go.mod h1:xl0r9WJScrzzv/pnarj0okGHmiRd/uD0wm/B+r8aAkg=
13
github.com/git-lfs/git-lfs v1.5.6 h1:Nvlmm3+jjblfF7JLUQRyOZ+TocmhsP/IKXFZGileAyE=
24
github.com/git-lfs/git-lfs v2.5.2+incompatible h1:HZyuAiTCvBbNQa1tgrpBzmb9iRn9GKD8MGiLgdqRs/8=
35
github.com/git-lfs/git-lfs v2.5.2+incompatible/go.mod h1:OWQmiHEcQlu45gp/CzUQAR/VYwm1Pcxb3IB/RaB176U=

0 commit comments

Comments
 (0)