Chore: update dependencies

This commit is contained in:
Dreamacro
2023-04-13 20:51:13 +08:00
parent 9b2b7c662d
commit 8e05fbfd6d
4 changed files with 49 additions and 45 deletions

14
go.mod
View File

@ -8,20 +8,20 @@ require (
github.com/go-chi/render v1.0.2
github.com/gofrs/uuid/v5 v5.0.0
github.com/gorilla/websocket v1.5.0
github.com/insomniacslk/dhcp v0.0.0-20230307103557-e252950ab961
github.com/insomniacslk/dhcp v0.0.0-20230407062729-974c6f05fe16
github.com/mdlayher/netlink v1.7.2-0.20221213171556-9881fafed8c7
github.com/miekg/dns v1.1.52
github.com/miekg/dns v1.1.53
github.com/oschwald/geoip2-golang v1.8.0
github.com/samber/lo v1.37.0
github.com/samber/lo v1.38.1
github.com/sirupsen/logrus v1.9.0
github.com/stretchr/testify v1.8.2
go.etcd.io/bbolt v1.3.7
go.uber.org/atomic v1.10.0
go.uber.org/automaxprocs v1.5.2
golang.org/x/crypto v0.7.0
golang.org/x/net v0.8.0
golang.org/x/crypto v0.8.0
golang.org/x/net v0.9.0
golang.org/x/sync v0.1.0
golang.org/x/sys v0.6.0
golang.org/x/sys v0.7.0
gopkg.in/yaml.v3 v3.0.1
)
@ -38,6 +38,6 @@ require (
github.com/u-root/uio v0.0.0-20230220225925-ffce2a382923 // indirect
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/mod v0.8.0 // indirect
golang.org/x/text v0.8.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.6.0 // indirect
)