xref: /aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/go.mod (revision 03ce13f70fcc45d86ee91b7ee4cab1936a95046e)
1module github.com/KhronosGroup/SPIRV-Tools/utils/vscode
2
3go 1.16
4
5require (
6	github.com/pkg/errors v0.9.1
7	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
8)
9