mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
13 lines
326 B
AMPL
13 lines
326 B
AMPL
module github.com/coder/coder/.github/workflows/prcontext
|
|
|
|
go 1.18
|
|
|
|
require github.com/coder/flog v1.0.0
|
|
|
|
require (
|
|
github.com/fatih/color v1.13.0 // indirect
|
|
github.com/mattn/go-colorable v0.1.12 // indirect
|
|
github.com/mattn/go-isatty v0.0.14 // indirect
|
|
golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27 // indirect
|
|
)
|