-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
module github.com/nytimes/httptest | ||
|
||
go 1.22 | ||
go 1.23 | ||
|
||
require ( | ||
github.com/drone/envsubst v1.0.3 | ||
github.com/fatih/color v1.17.0 | ||
github.com/fatih/color v1.18.0 | ||
github.com/hashicorp/go-retryablehttp v0.7.7 | ||
github.com/tidwall/gjson v1.17.1 | ||
github.com/tidwall/gjson v1.18.0 | ||
github.com/tidwall/pretty v1.2.1 | ||
github.com/youmark/pkcs8 v0.0.0-20201027041543-1326539a0a0a | ||
github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 | ||
go.uber.org/zap v1.27.0 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
) | ||
|
||
require ( | ||
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
github.com/mattn/go-colorable v0.1.13 // indirect | ||
github.com/mattn/go-colorable v0.1.14 // indirect | ||
github.com/mattn/go-isatty v0.0.20 // indirect | ||
github.com/tidwall/match v1.1.1 // indirect | ||
go.uber.org/multierr v1.11.0 // indirect | ||
golang.org/x/crypto v0.21.0 // indirect | ||
golang.org/x/sys v0.20.0 // indirect | ||
golang.org/x/crypto v0.32.0 // indirect | ||
golang.org/x/sys v0.29.0 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters