Switch GOPATH to the local directory in Makefile

Former-commit-id: ae00f1136021e6fcd5047aadb4762653cf003d5d
This commit is contained in:
2024-02-27 07:22:57 +01:00
parent 1542ce4c63
commit 38c49e9f38
3 changed files with 7 additions and 4 deletions

2
go.mod
View File

@ -15,6 +15,7 @@ require (
github.com/sirupsen/logrus v1.9.3
github.com/stretchr/testify v1.7.0
github.com/tevino/abool/v2 v2.1.0
github.com/traefik/yaegi v0.15.1
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
gonum.org/v1/gonum v0.14.0
gopkg.in/yaml.v3 v3.0.1
@ -26,7 +27,6 @@ require (
github.com/kr/pretty v0.2.1 // indirect
github.com/kr/text v0.1.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/santhosh-tekuri/jsonschema v1.2.4 // indirect
)
require (