Skip to content

Commit f6781d0

Browse files
authored
Merge pull request #1 from valencesec/asaf/change_github_org_name
VAL-1096 change github org name to valencesec
2 parents 6ba27e1 + fa2e158 commit f6781d0

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ accept_new_test_result:
1212
cp -a test/workdir/* test/expected/
1313

1414
install:
15-
go install github.com/tagenasec/codegenerator/cmd/codegenerator
15+
go install github.com/valencesec/codegenerator/cmd/codegenerator

cmd/codegenerator/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ package main
22

33
import (
44
"flag"
5-
"github.com/tagenasec/codegenerator"
5+
6+
"github.com/valencesec/codegenerator"
67
)
78

89
func main() {
@@ -34,4 +35,4 @@ func main() {
3435
panic(err)
3536
}
3637
}
37-
}
38+
}

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/tagenasec/codegenerator
1+
module github.com/valencesec/codegenerator
22

33
go 1.17
44

go.sum

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
12
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
23
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
34
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=

0 commit comments

Comments
 (0)