github.com/evanw/esbuild@v0.21.4/go.mod (about)

     1  module github.com/evanw/esbuild
     2  
     3  // Support for Go 1.13 is deliberate so people can build 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