1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-10 19:50:30 +08:00

fix(deps): running on go 1.18~1.19

This commit is contained in:
源文雨
2024-07-13 01:07:24 +09:00
parent 4a4b18ee9f
commit bd7d5f6833
2 changed files with 6 additions and 6 deletions

4
go.mod
View File

@@ -10,12 +10,12 @@ require (
github.com/fumiama/water v0.0.0-20211231134027-da391938d6ac
github.com/klauspost/compress v1.17.9
github.com/sirupsen/logrus v1.9.3
golang.org/x/crypto v0.25.0
golang.org/x/crypto v0.24.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/fumiama/wintun v0.0.0-20211229152851-8bc97c8034c0 // indirect
golang.org/x/sys v0.22.0 // indirect
golang.org/x/sys v0.21.0 // indirect
golang.org/x/text v0.16.0 // indirect
)