Skip to content

Commit 3af7e0e

Browse files
committed
migration
1 parent f7c0d68 commit 3af7e0e

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

go.mod

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
module github.com/alexcoder04/gilc
1+
module github.com/lcpluginmaker/gilc
22

33
go 1.18
44

55
require (
6-
github.com/alexcoder04/arrowprint v0.0.1 // indirect
7-
github.com/alexcoder04/friendly v0.0.0-20220724153717-2c05924b8c1c // indirect
8-
github.com/mattn/go-colorable v0.1.12 // indirect
6+
github.com/alexcoder04/arrowprint v0.0.1
7+
github.com/alexcoder04/friendly v0.0.0-20220724153717-2c05924b8c1c
8+
github.com/mattn/go-colorable v0.1.12
9+
)
10+
11+
require (
912
github.com/mattn/go-isatty v0.0.14 // indirect
1013
github.com/otiai10/copy v1.7.0 // indirect
1114
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ github.com/otiai10/copy v1.7.0/go.mod h1:rmRl6QPdJj6EiUqXQ/4Nn2lLXoNQjFCQbbNrxgc
1111
github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE=
1212
github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs=
1313
github.com/otiai10/mint v1.3.0/go.mod h1:F5AjcsTsWUqX+Na9fpHb52P8pcRX2CI6A3ctIT91xUo=
14+
github.com/otiai10/mint v1.3.3 h1:7JgpsBaN0uMkyju4tbYHu0mnM55hNKVYLsXmwr15NQI=
1415
github.com/otiai10/mint v1.3.3/go.mod h1:/yxELlJQ0ufhjUwhshSj+wFjZ78CnZ48/1wtmBH1OTc=
1516
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
1617
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 h1:foEbQz/B0Oz6YIqu/69kfXPYeFQAuuMYFkjaqXzl5Wo=

0 commit comments

Comments
 (0)