Skip to content

Commit 91a5fd1

Browse files
committed
bump dependencies
1 parent 564812e commit 91a5fd1

File tree

2 files changed

+80
-14
lines changed

2 files changed

+80
-14
lines changed

go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require (
77
github.com/friendsofgo/errors v0.9.2
88
github.com/golang-migrate/migrate/v4 v4.15.2
99
github.com/hashicorp/golang-lru v0.5.4
10-
github.com/lib/pq v1.10.8
10+
github.com/lib/pq v1.10.9
1111
github.com/libp2p/go-libp2p v0.28.0
1212
github.com/libp2p/go-libp2p-kad-dht v0.23.0
1313
github.com/libp2p/go-libp2p-kbucket v0.5.0
@@ -18,14 +18,14 @@ require (
1818
github.com/prometheus/client_golang v1.15.0
1919
github.com/sirupsen/logrus v1.9.0
2020
github.com/stretchr/testify v1.8.2
21-
github.com/urfave/cli/v2 v2.25.1
21+
github.com/urfave/cli/v2 v2.25.6
2222
github.com/volatiletech/null/v8 v8.1.2
2323
github.com/volatiletech/sqlboiler/v4 v4.14.2
2424
github.com/volatiletech/strmangle v0.0.4
2525
go.opencensus.io v0.24.0
2626
go.uber.org/atomic v1.11.0
2727
golang.org/x/sync v0.2.0
28-
modernc.org/sqlite v1.21.1
28+
modernc.org/sqlite v1.23.1
2929
)
3030

3131
require (
@@ -145,7 +145,7 @@ require (
145145
lukechampine.com/uint128 v1.3.0 // indirect
146146
modernc.org/cc/v3 v3.40.0 // indirect
147147
modernc.org/ccgo/v3 v3.16.13 // indirect
148-
modernc.org/libc v1.22.3 // indirect
148+
modernc.org/libc v1.22.5 // indirect
149149
modernc.org/mathutil v1.5.0 // indirect
150150
modernc.org/memory v1.5.0 // indirect
151151
modernc.org/opt v0.1.3 // indirect

0 commit comments

Comments
 (0)