Skip to content

Commit 54dde8a

Browse files
committed
Update dependencies
1 parent 0e7babf commit 54dde8a

5 files changed

Lines changed: 31 additions & 6 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ require (
7474
github.com/gorilla/css v1.0.1 // indirect
7575
github.com/klauspost/compress v1.18.0 // indirect
7676
github.com/klauspost/cpuid/v2 v2.3.0 // indirect
77-
github.com/libdns/libdns v1.1.0 // indirect
77+
github.com/libdns/libdns v1.1.1 // indirect
7878
github.com/mattetti/filebuffer v1.0.1 // indirect
7979
github.com/mattn/go-sqlite3 v1.14.32 // indirect
8080
github.com/mholt/acmez/v3 v3.1.2 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
104104
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
105105
github.com/lib/pq v1.10.9 h1:YXG7RB+JIjhP29X+OtkiDnYaXQwpS4JEWq7dtCCRUEw=
106106
github.com/lib/pq v1.10.9/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o=
107-
github.com/libdns/libdns v1.1.0 h1:9ze/tWvt7Df6sbhOJRB8jT33GHEHpEQXdtkE3hPthbU=
108-
github.com/libdns/libdns v1.1.0/go.mod h1:4Bj9+5CQiNMVGf87wjX4CY3HQJypUHRuLvlsfsZqLWQ=
107+
github.com/libdns/libdns v1.1.1 h1:wPrHrXILoSHKWJKGd0EiAVmiJbFShguILTg9leS/P/U=
108+
github.com/libdns/libdns v1.1.1/go.mod h1:4Bj9+5CQiNMVGf87wjX4CY3HQJypUHRuLvlsfsZqLWQ=
109109
github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ=
110110
github.com/matryer/is v1.4.1/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=
111111
github.com/mattetti/filebuffer v1.0.1 h1:gG7pyfnSIZCxdoKq+cPa8T0hhYtD9NxCdI4D7PTjRLM=

vendor/github.com/libdns/libdns/libdns.go

Lines changed: 19 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/libdns/libdns/record.go

Lines changed: 8 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ github.com/klauspost/cpuid/v2
150150
github.com/lib/pq
151151
github.com/lib/pq/oid
152152
github.com/lib/pq/scram
153-
# github.com/libdns/libdns v1.1.0
153+
# github.com/libdns/libdns v1.1.1
154154
## explicit; go 1.18
155155
github.com/libdns/libdns
156156
# github.com/mattetti/filebuffer v1.0.1

0 commit comments

Comments
 (0)