Skip to content

Commit

Permalink
bump golibs to v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Sep 21, 2023
1 parent 0674bb9 commit c9517f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/ameshkov/gocurl
go 1.21.1

require (
github.com/AdguardTeam/golibs v0.16.2-0.20230920172933-f1e145585567
github.com/AdguardTeam/golibs v0.16.2
github.com/ameshkov/cfcrypto v0.0.0-20230920085957-6533e339cf20
github.com/jessevdk/go-flags v1.5.0
github.com/miekg/dns v1.1.51
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/AdguardTeam/golibs v0.16.2-0.20230920172933-f1e145585567 h1:73b52D6xYhutRfolZKl64+VVJlbCex6cl2DY/ObolEc=
github.com/AdguardTeam/golibs v0.16.2-0.20230920172933-f1e145585567/go.mod h1:DKhCIXHcUYtBhU8ibTLKh1paUL96n5zhQBlx763sj+U=
github.com/AdguardTeam/golibs v0.16.2 h1:54286tqaGZl3L13EV1PbaMnGqJkFJdaVtqFpDNEKZi8=
github.com/AdguardTeam/golibs v0.16.2/go.mod h1:DKhCIXHcUYtBhU8ibTLKh1paUL96n5zhQBlx763sj+U=
github.com/ameshkov/cfcrypto v0.0.0-20230920085957-6533e339cf20 h1:j8x5hMYKQQZ5YqnEjIRGV4+OBKG5GeSHX1HxPyYr0ik=
github.com/ameshkov/cfcrypto v0.0.0-20230920085957-6533e339cf20/go.mod h1:LpelHZ44fr70aziZcRz/Eja5gO9L3fqtcY/3z4XMRmY=
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
Expand Down
2 changes: 1 addition & 1 deletion internal/resolve/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func NewResolver(cfg *config.Config, out *output.Output) (r *Resolver, err error
return nil, err
}

addrs := sr.Get()
addrs := sr.Addrs()
if len(addrs) == 0 {
return nil, ErrNoResolvers
}
Expand Down

0 comments on commit c9517f5

Please sign in to comment.