Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
This results in the removal of Literal
  • Loading branch information
awalterschulze committed Jan 23, 2025
1 parent 2576a8d commit 7811c93
Show file tree
Hide file tree
Showing 588 changed files with 975 additions and 3,193 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
github.com/katydid/parser-go-json v0.1.0
github.com/katydid/parser-go-proto v0.1.0
github.com/katydid/parser-go-xml v0.1.0
github.com/katydid/validator-go v0.5.1
github.com/katydid/validator-go v0.5.3
google.golang.org/protobuf v1.36.3
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ github.com/katydid/parser-go-proto v0.1.0 h1:cnS9dtjZkZ4dYiivy56tHvVja0gV8b04QY4
github.com/katydid/parser-go-proto v0.1.0/go.mod h1:yBWqastp7U/qi8qJqM1qIl3yfP8CTtiUnothslx+NGs=
github.com/katydid/parser-go-xml v0.1.0 h1:8AL0X9hQbNLbQeqRbOdKBOwx4WTSWjy7kxEMmWqHMXc=
github.com/katydid/parser-go-xml v0.1.0/go.mod h1:7rEHS3YuEv/8/ep+uQnLgcvT1znZs8JEc3ZaBbpygjA=
github.com/katydid/validator-go v0.5.1 h1:XgLkSO62OFjcS7hmN8RTj0gHpMBdYRTAkiVtM59SV7E=
github.com/katydid/validator-go v0.5.1/go.mod h1:ZVsNg5NEwcOJT2ukTrCu/jKKuNiTRS/4sw4cMNr9vh8=
github.com/katydid/validator-go v0.5.3 h1:BIih2itiMTakOrazsfg4hFL6Tz3lPeOqN9+Y+0UdhBE=
github.com/katydid/validator-go v0.5.3/go.mod h1:ZVsNg5NEwcOJT2ukTrCu/jKKuNiTRS/4sw4cMNr9vh8=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE=
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
google.golang.org/protobuf v1.36.3 h1:82DV7MYdb8anAVi3qge1wSnMDrnKK7ebr+I0hHRN1BU=
Expand Down
2 changes: 0 additions & 2 deletions validator/gen-validator-tests/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ func main() {
folder := filepath.Join(codecFolder, v.Name)
createFolder(folder)

v.Grammar.Format()
writeFile(
filepath.Join(folder, "validator.txt"),
[]byte(v.Grammar.String()),
Expand Down Expand Up @@ -84,7 +83,6 @@ func main() {
folder := filepath.Join(codecFolder, v.Name)
createFolder(folder)

v.Grammar.Format()
writeFile(
filepath.Join(folder, "validator.txt"),
[]byte(v.Grammar.String()),
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/APocketRoses/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"a\"",
"StringValue": "a"
}
}
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/APocketRoses/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;a&#34;</Literal>
<StringValue>a</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"a\"",
"StringValue": "a"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;a&#34;</Literal>
<StringValue>a</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"a\"",
"StringValue": "a"
}
}
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21MagazineFrameA/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;a&#34;</Literal>
<StringValue>a</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"a\"",
"StringValue": "a"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;a&#34;</Literal>
<StringValue>a</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21NotAFieldName/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"a\"",
"StringValue": "a"
}
}
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21NotAFieldName/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;a&#34;</Literal>
<StringValue>a</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21Spirit1/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
},
"Expr": {
"Terminal": {
"Literal": "1",
"IntValue": 1
}
}
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21Spirit1/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>1</Literal>
<IntValue>1</IntValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21Spirit2/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
},
"Expr": {
"Terminal": {
"Literal": "2",
"IntValue": 2
}
}
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/Ab21Spirit2/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>2</Literal>
<IntValue>2</IntValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
3 changes: 0 additions & 3 deletions validator/tests/goreflect/AbcPocketRoses/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"a\"",
"StringValue": "a"
}
}
Expand Down Expand Up @@ -64,7 +63,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"b\"",
"StringValue": "b"
}
}
Expand Down Expand Up @@ -96,7 +94,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"c\"",
"StringValue": "c"
}
}
Expand Down
3 changes: 0 additions & 3 deletions validator/tests/goreflect/AbcPocketRoses/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;a&#34;</Literal>
<StringValue>a</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -68,7 +67,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;b&#34;</Literal>
<StringValue>b</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -102,7 +100,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;c&#34;</Literal>
<StringValue>c</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndAnyName/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"0123456789\"",
"StringValue": "0123456789"
}
}
Expand Down Expand Up @@ -71,7 +70,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"David\"",
"StringValue": "David"
}
}
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndAnyName/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;0123456789&#34;</Literal>
<StringValue>0123456789</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -72,7 +71,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;David&#34;</Literal>
<StringValue>David</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"David\"",
"StringValue": "David"
}
}
Expand Down Expand Up @@ -106,7 +105,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"0123456789\"",
"StringValue": "0123456789"
}
}
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndNameTelephoneDavid/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;David&#34;</Literal>
<StringValue>David</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -109,7 +108,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;0123456789&#34;</Literal>
<StringValue>0123456789</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndNameTelephoneJohn/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"David\"",
"StringValue": "David"
}
}
Expand Down Expand Up @@ -106,7 +105,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"0123456789\"",
"StringValue": "0123456789"
}
}
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndNameTelephoneJohn/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;David&#34;</Literal>
<StringValue>David</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -109,7 +108,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;0123456789&#34;</Literal>
<StringValue>0123456789</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"David\"",
"StringValue": "David"
}
}
Expand Down Expand Up @@ -106,7 +105,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"0123456789\"",
"StringValue": "0123456789"
}
}
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndNameTelephoneMover/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;David&#34;</Literal>
<StringValue>David</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -109,7 +108,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;0123456789&#34;</Literal>
<StringValue>0123456789</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"David\"",
"StringValue": "David"
}
}
Expand Down Expand Up @@ -106,7 +105,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"0123456789\"",
"StringValue": "0123456789"
}
}
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/AndNameTelephoneSmith/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;David&#34;</Literal>
<StringValue>David</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down Expand Up @@ -109,7 +108,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>&#34;0123456789&#34;</Literal>
<StringValue>0123456789</StringValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/BightTurn/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
},
"Expr": {
"Terminal": {
"Literal": "true",
"BoolValue": true
}
}
Expand Down
1 change: 0 additions & 1 deletion validator/tests/goreflect/BightTurn/validator.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
</Symbol>
<Expr>
<Terminal>
<Literal>true</Literal>
<BoolValue>true</BoolValue>
<BytesValue></BytesValue>
</Terminal>
Expand Down
2 changes: 0 additions & 2 deletions validator/tests/goreflect/ContextDavid/validator.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
},
"Expr": {
"Terminal": {
"Literal": "456",
"IntValue": 456
}
}
Expand Down Expand Up @@ -79,7 +78,6 @@
},
"Expr": {
"Terminal": {
"Literal": "\"TheStreet\"",
"StringValue": "TheStreet"
}
}
Expand Down
Loading

0 comments on commit 7811c93

Please sign in to comment.