Skip to content

Commit

Permalink
bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
honwen committed Sep 8, 2023
1 parent a19ebac commit eb0bd9b
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 611 deletions.
34 changes: 29 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,14 +1,38 @@
module github.com/honwen/golibs

go 1.16
go 1.20

require (
github.com/AdguardTeam/golibs v0.13.6
github.com/AdguardTeam/golibs v0.16.0
github.com/PuerkitoBio/goquery v1.8.1
github.com/Workiva/go-datastructures v1.1.0
github.com/miekg/dns v1.1.54
github.com/miekg/dns v1.1.55
github.com/mr-karan/doggo v0.5.6
github.com/tidwall/pretty v1.2.1
github.com/ysmood/got v0.34.2
golang.org/x/net v0.12.0
github.com/ysmood/got v0.35.0
golang.org/x/net v0.15.0
)

require (
github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da // indirect
github.com/aead/poly1305 v0.0.0-20180717145839-3fee0db0b635 // indirect
github.com/ameshkov/dnscrypt/v2 v2.2.5 // indirect
github.com/ameshkov/dnsstamps v1.0.3 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20221219190121-3cb0bae90811 // indirect
github.com/onsi/ginkgo/v2 v2.9.5 // indirect
github.com/quic-go/qtls-go1-20 v0.3.3 // indirect
github.com/quic-go/quic-go v0.37.0 // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/ysmood/gop v0.1.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
golang.org/x/exp v0.0.0-20230807204917-050eac23e9de // indirect
golang.org/x/mod v0.11.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.9.1 // indirect
)

replace github.com/quic-go/quic-go => github.com/quic-go/quic-go v0.38.1
Loading

0 comments on commit eb0bd9b

Please sign in to comment.