We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
go.mod
1 parent 02dae18 commit 48eda09Copy full SHA for 48eda09
go.mod
@@ -4,4 +4,7 @@ module github.com/evanw/esbuild
4
// themselves for old OS versions. Please do not change this.
5
go 1.13
6
7
+// This dependency cannot be upgraded or esbuild would no longer
8
+// compile with Go 1.13. Please do not change this. For more info,
9
+// please read this: https://esbuild.github.io/faq/#old-go-version
10
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8
0 commit comments