Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Update Go dependencies (pressly#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman authored Feb 4, 2022
1 parent f263417 commit 050c5e0
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 45 deletions.
14 changes: 7 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ go 1.16

require (
github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect
github.com/ClickHouse/clickhouse-go v1.5.1
github.com/containerd/continuity v0.2.1 // indirect
github.com/denisenkom/go-mssqldb v0.11.0
github.com/ClickHouse/clickhouse-go v1.5.3
github.com/containerd/continuity v0.2.2 // indirect
github.com/denisenkom/go-mssqldb v0.12.0
github.com/go-sql-driver/mysql v1.6.0
github.com/lib/pq v1.10.3
github.com/lib/pq v1.10.4
github.com/matryer/is v1.4.0
github.com/ory/dockertest/v3 v3.8.0
github.com/ory/dockertest/v3 v3.8.1
github.com/pkg/errors v0.9.1
github.com/ziutek/mymysql v1.5.4
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
modernc.org/sqlite v1.14.1
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd // indirect
modernc.org/sqlite v1.14.5
)
Loading

0 comments on commit 050c5e0

Please sign in to comment.