mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-25 21:10:04 +00:00
9 lines
165 B
Modula-2
9 lines
165 B
Modula-2
|
module github.com/KhronosGroup/SPIRV-Tools/utils/vscode
|
||
|
|
||
|
go 1.16
|
||
|
|
||
|
require (
|
||
|
github.com/pkg/errors v0.9.1
|
||
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1
|
||
|
)
|