File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
"go/token"
9
9
"strconv"
10
10
11
- "github.com/visualfc /goembed"
11
+ "github.com/msvitok77 /goembed"
12
12
)
13
13
14
14
func buildIdent (name string ) string {
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ require (
6
6
github.com/evanw/esbuild v0.18.0
7
7
github.com/fsnotify/fsnotify v1.5.1
8
8
github.com/google/go-cmp v0.5.8
9
+ github.com/msvitok77/goembed v0.3.5
9
10
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86
10
11
github.com/neelance/sourcemap v0.0.0-20200213170602-2833bce08e4c
11
12
github.com/shurcooL/go v0.0.0-20200502201357-93f07166e636
12
13
github.com/sirupsen/logrus v1.8.1
13
14
github.com/spf13/cobra v1.2.1
14
15
github.com/spf13/pflag v1.0.5
15
- github.com/visualfc/goembed v0.3.3
16
16
golang.org/x/sync v0.5.0
17
17
golang.org/x/sys v0.10.0
18
18
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
192
192
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 /go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q =
193
193
github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742 /go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0 =
194
194
github.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 =
195
197
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 h1:D6paGObi5Wud7xg83MaEFyjxQB1W5bz5d0IFppr+ymk =
196
198
github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86 /go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo =
197
199
github.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/
233
235
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY =
234
236
github.com/stretchr/testify v1.7.0 /go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg =
235
237
github.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 =
238
238
github.com/yuin/goldmark v1.1.25 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
239
239
github.com/yuin/goldmark v1.1.27 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
240
240
github.com/yuin/goldmark v1.1.32 /go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74 =
You can’t perform that action at this time.
0 commit comments