File tree Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Expand file tree Collapse file tree 3 files changed +9
-21
lines changed Original file line number Diff line number Diff line change @@ -43,13 +43,6 @@ mod-update:
4343 go get -u ./...
4444 go mod tidy
4545
46- # gopath-update is for GOPATH to get most things updated.
47- # need to call it in a target executable directory
48- gopath-update : export GO111MODULE = off
49- gopath-update :
50- @echo " GO111MODULE = $( value GO111MODULE) "
51- go get -u ./...
52-
5346prereq :
5447 @echo " Installing python prerequisites -- ignore err if already installed:"
5548 - $(PIP ) install -r requirements.txt
Original file line number Diff line number Diff line change @@ -6,10 +6,7 @@ require (
66 github.com/gonuts/commander v0.1.0
77 github.com/gonuts/flag v0.1.0
88 github.com/pkg/errors v0.9.1
9- golang.org/x/tools v0.7 .0
9+ golang.org/x/tools v0.16 .0
1010)
1111
12- require (
13- golang.org/x/mod v0.9.0 // indirect
14- golang.org/x/sys v0.6.0 // indirect
15- )
12+ require golang.org/x/mod v0.14.0 // indirect
Original file line number Diff line number Diff line change @@ -5,12 +5,10 @@ github.com/gonuts/flag v0.1.0/go.mod h1:ZTmTGtrSPejTo/SRNhCqwLTmiAgyBdCkLYhHrAoB
55github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4 =
66github.com/pkg/errors v0.9.1 /go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0 =
77github.com/yuin/goldmark v1.4.13 /go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY =
8- golang.org/x/mod v0.9.0 h1:KENHtAZL2y3NLMYZeHY9DW8HW8V+kQyJsY/V9JlKvCs =
9- golang.org/x/mod v0.9.0 /go.mod h1:iBbtSCu2XBx23ZKBPSOrRkjjQPZFPuis4dIYUhu/chs =
10- golang.org/x/net v0.8.0 /go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc =
11- golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o =
12- golang.org/x/sync v0.1.0 /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
13- golang.org/x/sys v0.6.0 h1:MVltZSvRTcU2ljQOhs94SXPftV6DCNnZViHeQps87pQ =
14- golang.org/x/sys v0.6.0 /go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg =
15- golang.org/x/tools v0.7.0 h1:W4OVu8VVOaIO0yzWMNdepAulS7YfoS3Zabrm8DOXXU4 =
16- golang.org/x/tools v0.7.0 /go.mod h1:4pg6aUX35JBAogB10C9AtvVL+qowtN4pT3CGSQex14s =
8+ golang.org/x/mod v0.14.0 h1:dGoOF9QVLYng8IHTm7BAyWqCqSheQ5pYWGhzW00YJr0 =
9+ golang.org/x/mod v0.14.0 /go.mod h1:hTbmBsO62+eylJbnUtE2MGJUyE7QWk4xUqPFrRgJ+7c =
10+ golang.org/x/net v0.19.0 /go.mod h1:CfAk/cbD4CthTvqiEl8NpboMuiuOYsAr/7NOjZJtv1U =
11+ golang.org/x/sync v0.5.0 h1:60k92dhOjHxJkrqnwsfl8KuaHbn/5dl0lUPUklKo3qE =
12+ golang.org/x/sync v0.5.0 /go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk =
13+ golang.org/x/tools v0.16.0 h1:GO788SKMRunPIBCXiQyo2AaexLstOrVhuAL5YwsckQM =
14+ golang.org/x/tools v0.16.0 /go.mod h1:kYVVN6I1mBNoB1OX+noeBjbRk4IUEPa7JJ+TJMEooJ0 =
You can’t perform that action at this time.
0 commit comments