update go.mod (#153)

* update go.mod

* update to latest dependencies
This commit is contained in:
Gaukas Wang 2023-02-05 11:42:56 -07:00 committed by GitHub
parent a4ca4dd835
commit c814acaf90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 5 deletions

10
go.mod
View file

@ -4,12 +4,12 @@ go 1.19
require (
github.com/andybalholm/brotli v1.0.4
github.com/klauspost/compress v1.15.12
golang.org/x/crypto v0.1.0
golang.org/x/net v0.1.0
github.com/klauspost/compress v1.15.15
golang.org/x/crypto v0.5.0
golang.org/x/net v0.5.0
)
require (
golang.org/x/sys v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
golang.org/x/sys v0.4.0 // indirect
golang.org/x/text v0.6.0 // indirect
)