File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 "go/token"
99 "strconv"
1010
11- "github.com/visualfc /goembed"
11+ "github.com/msvitok77 /goembed"
1212)
1313
1414func buildIdent (name string ) string {
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ require (
66 github.com/evanw/esbuild v0.18.0
77 github.com/fsnotify/fsnotify v1.5.1
88 github.com/google/go-cmp v0.5.8
9+ github.com/msvitok77/goembed v0.3.5
910 github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
1011 github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
1112 github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
1213 github.com/sirupsen/logrus v1.8.1
1314 github.com/spf13/cobra v1.2.1
1415 github.com/spf13/pflag v1.0.5
15- github.com/visualfc/goembed v0.3.3
1616 golang.org/x/sync v0.5.0
1717 golang.org/x/sys v0.10.0
1818 golang.org/x/term v0.0.0-20220411215600-e5f449aeb171
Original file line number Diff line number Diff line change @@ -192,6 +192,8 @@ github.com/mitchellh/mapstructure v1.4.1/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RR
192192github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
193193github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
194194github.com/modern-go/reflect2 v1.0.1 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
195+ github.com/msvitok77/goembed v0.3.5 h1:SNdkLLipv4YGNVWCVCn+/N01aSp7Ga6/YOcB+kYxnhk =
196+ github.com/msvitok77/goembed v0.3.5 /go.mod h1:ycBNmh+53HrsZPQfWOJHYXbu7vLwb1QYdJISOyKlnnc =
195197github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 h1:D6paGObi5Wud7xg83MaEFyjxQB1W5bz5d0IFppr+ymk =
196198github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 /go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo =
197199github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c h1:bY6ktFuJkt+ZXkX0RChQch2FtHpWQLVS8Qo1YasiIVk =
@@ -233,8 +235,6 @@ github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/
233235github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
234236github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
235237github.com/subosito/gotenv v1.2.0 /go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw =
236- github.com/visualfc/goembed v0.3.3 h1:pOL02L715tHKsLQVMcZz06tTzRDAHkJKJLRnCA22G9Q =
237- github.com/visualfc/goembed v0.3.3 /go.mod h1:jCVCz/yTJGyslo6Hta+pYxWWBuq9ADCcIVZBTQ0/iVI =
238238github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
239239github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
240240github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments