File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,4 +12,4 @@ accept_new_test_result:
1212 cp -a test/workdir/* test/expected/
1313
1414install :
15- go install github.com/tagenasec /codegenerator/cmd/codegenerator
15+ go install github.com/valencesec /codegenerator/cmd/codegenerator
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ package main
22
33import (
44 "flag"
5- "github.com/tagenasec/codegenerator"
5+
6+ "github.com/valencesec/codegenerator"
67)
78
89func main () {
@@ -34,4 +35,4 @@ func main() {
3435 panic (err )
3536 }
3637 }
37- }
38+ }
Original file line number Diff line number Diff line change 1- module github.com/tagenasec /codegenerator
1+ module github.com/valencesec /codegenerator
22
33go 1.17
44
Original file line number Diff line number Diff line change 1+ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM =
12gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 /go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0 =
23gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY =
34gopkg.in/yaml.v2 v2.4.0 /go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ =
You can’t perform that action at this time.
0 commit comments