File: go.mod

package info (click to toggle)
golang-github-evanw-esbuild 0.27.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,248 kB
  • sloc: javascript: 28,640; makefile: 818; sh: 17
file content (10 lines) | stat: -rw-r--r-- 428 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
module github.com/evanw/esbuild

// Support for Go 1.13 is deliberate so people can build esbuild
// themselves for old OS versions. Please do not change this.
go 1.13

// This dependency cannot be upgraded or esbuild would no longer
// compile with Go 1.13. Please do not change this. For more info,
// please read this: https://esbuild.github.io/faq/#old-go-version
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8