File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 11module github.com/aws/aws-lambda-runtime-interface-emulator
22
3- go 1.26
3+ go 1.26.1
44
55require (
66 github.com/aws/aws-lambda-go v1.52.0
@@ -14,7 +14,6 @@ require (
1414 github.com/jessevdk/go-flags v1.6.1
1515 github.com/orcaman/concurrent-map v1.0.0
1616 github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
17- github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
1817 github.com/shirou/gopsutil v2.21.11+incompatible
1918 github.com/sirupsen/logrus v1.9.4
2019 github.com/stretchr/testify v1.10.0
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZb
3131github.com/pmezard/go-difflib v1.0.0 /go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4 =
3232github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 h1:lZUw3E0/J3roVtGQ+SCrUrg3ON6NgVqpn3+iol9aGu4 =
3333github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 /go.mod h1:uToXkOrWAZ6/Oc07xWQrPOhJotwFIyu2bBVN41fcDUY =
34- github.com/santhosh-tekuri/jsonschema/v6 v6.0.2 /go.mod h1:JXeL+ps8p7/KNMjDQk3TCwPpBy0wYklyWTfbkIzdIFU =
3534github.com/shirou/gopsutil v2.21.11+incompatible h1:lOGOyCG67a5dv2hq5Z1BLDUqqKp3HkbjPcz5j6XMS0U =
3635github.com/shirou/gopsutil v2.21.11+incompatible /go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA =
3736github.com/sirupsen/logrus v1.9.4 h1:TsZE7l11zFCLZnZ+teH4Umoq5BhEIfIzfRDZ1Uzql2w =
You can’t perform that action at this time.
0 commit comments