@@ -17,19 +17,19 @@ require (
17
17
github.com/gocql/gocql v0.0.0-20210515062232-b7ef815b4556
18
18
github.com/google/go-github/v39 v39.2.0
19
19
github.com/hashicorp/go-multierror v1.1.1
20
- github.com/jackc/pgconn v1.8 .0
21
- github.com/jackc/pgerrcode v0.0.0-20201024163028-a0d42d470451
22
- github.com/jackc/pgx/v4 v4.10.1
20
+ github.com/jackc/pgconn v1.13 .0
21
+ github.com/jackc/pgerrcode v0.0.0-20220416144525-469b46aa5efa
22
+ github.com/jackc/pgx/v4 v4.17.2
23
23
github.com/ktrysmt/go-bitbucket v0.6.4
24
- github.com/lib/pq v1.10.0
24
+ github.com/lib/pq v1.10.2
25
25
github.com/markbates/pkger v0.15.1
26
26
github.com/mattn/go-sqlite3 v1.14.14
27
27
github.com/microsoft/go-mssqldb v0.15.0
28
28
github.com/mutecomm/go-sqlcipher/v4 v4.4.0
29
29
github.com/nakagami/firebirdsql v0.0.0-20190310045651-3c02a58cfed8
30
30
github.com/neo4j/neo4j-go-driver v1.8.1-0.20200803113522-b626aa943eba
31
31
github.com/snowflakedb/gosnowflake v1.6.3
32
- github.com/stretchr/testify v1.7.1
32
+ github.com/stretchr/testify v1.8.0
33
33
github.com/xanzy/go-gitlab v0.15.0
34
34
go.mongodb.org/mongo-driver v1.7.0
35
35
go.uber.org/atomic v1.7.0
@@ -77,7 +77,6 @@ require (
77
77
github.com/form3tech-oss/jwt-go v3.2.5+incompatible // indirect
78
78
github.com/gabriel-vasile/mimetype v1.4.0 // indirect
79
79
github.com/go-stack/stack v1.8.0 // indirect
80
- github.com/gofrs/uuid v4.0.0+incompatible // indirect
81
80
github.com/gogo/protobuf v1.3.2 // indirect
82
81
github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
83
82
github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe // indirect
@@ -99,9 +98,9 @@ require (
99
98
github.com/jackc/chunkreader/v2 v2.0.1 // indirect
100
99
github.com/jackc/pgio v1.0.0 // indirect
101
100
github.com/jackc/pgpassfile v1.0.0 // indirect
102
- github.com/jackc/pgproto3/v2 v2.0.7 // indirect
101
+ github.com/jackc/pgproto3/v2 v2.3.1 // indirect
103
102
github.com/jackc/pgservicefile v0.0.0-20200714003250-2b9c44734f2b // indirect
104
- github.com/jackc/pgtype v1.6.2 // indirect
103
+ github.com/jackc/pgtype v1.12.0 // indirect
105
104
github.com/jmespath/go-jmespath v0.4.0 // indirect
106
105
github.com/k0kubun/pp v2.3.0+incompatible // indirect
107
106
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0 // indirect
@@ -130,18 +129,18 @@ require (
130
129
github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
131
130
gitlab.com/nyarla/go-crypt v0.0.0-20160106005555-d9a5dc2b789b // indirect
132
131
go.opencensus.io v0.23.0 // indirect
133
- golang.org/x/crypto v0.0.0-20220314234659-1baeb1ce4c0b // indirect
132
+ golang.org/x/crypto v0.1.0 // indirect
134
133
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
135
- golang.org/x/net v0.0.0-20221014081412-f15817d10f9b // indirect
134
+ golang.org/x/net v0.1.0 // indirect
136
135
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 // indirect
137
- golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
138
- golang.org/x/text v0.3.7 // indirect
136
+ golang.org/x/sys v0.1.0 // indirect
137
+ golang.org/x/text v0.4.0 // indirect
139
138
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
140
139
google.golang.org/appengine v1.6.7 // indirect
141
140
google.golang.org/grpc v1.48.0 // indirect
142
141
google.golang.org/protobuf v1.28.0 // indirect
143
142
gopkg.in/inf.v0 v0.9.1 // indirect
144
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
143
+ gopkg.in/yaml.v3 v3.0.1 // indirect
145
144
lukechampine.com/uint128 v1.1.1 // indirect
146
145
modernc.org/b v1.0.0 // indirect
147
146
modernc.org/cc/v3 v3.36.0 // indirect
0 commit comments