-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgo.mod
28 lines (25 loc) · 951 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/hathora/ci
go 1.23
require (
github.com/dustin/go-humanize v1.0.1
github.com/fatih/color v1.18.0
github.com/h2non/filetype v1.1.3
github.com/hashicorp/go-cleanhttp v0.5.2
github.com/hathora/cloud-sdk-go/hathoracloud v0.0.0-20250122221419-b680f9dc502e
github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00
github.com/stretchr/testify v1.10.0
github.com/urfave/cli/v3 v3.0.0-alpha9
go.uber.org/zap v1.27.0
golang.org/x/sync v0.10.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/ericlagergren/decimal v0.0.0-20240411145413-00de7ca16731 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/sys v0.29.0 // indirect
)