Commit 84c880d 1 parent 3daeb51 commit 84c880d Copy full SHA for 84c880d
File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/bradfitz/gomemcache v0.0.0-20230905024940-24af94b03874
7
- github.com/go-sql-driver/mysql v1.7.1
7
+ github.com/go-sql-driver/mysql v1.8.0
8
8
github.com/gocql/gocql v1.6.0
9
9
github.com/influxdata/influxdb-client-go/v2 v2.13.0
10
10
github.com/jackc/pgx/v4 v4.18.3
@@ -22,6 +22,7 @@ require (
22
22
)
23
23
24
24
require (
25
+ filippo.io/edwards25519 v1.1.0 // indirect
25
26
github.com/apapsch/go-jsonmerge/v2 v2.0.0 // indirect
26
27
github.com/cespare/xxhash/v2 v2.2.0 // indirect
27
28
github.com/davecgh/go-spew v1.1.1 // indirect
Original file line number Diff line number Diff line change
1
+ filippo.io/edwards25519 v1.1.0 h1:FNf4tywRC1HmFuKW5xopWpigGjJKiJSV0Cqo0cJWDaA =
2
+ filippo.io/edwards25519 v1.1.0 /go.mod h1:BxyFTGdWcka3PhytdK4V28tE5sGfRvvvRV7EaN4VDT4 =
1
3
github.com/BurntSushi/toml v0.3.1 /go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU =
2
4
github.com/Masterminds/semver/v3 v3.1.1 /go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs =
3
5
github.com/RaveNoX/go-jsoncommentstrip v1.0.0 /go.mod h1:78ihd09MekBnJnxpICcwzCMzGrKSKYe4AqU6PDYYpjk =
@@ -26,8 +28,8 @@ github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f h1:lO4WD4F/r
26
28
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f /go.mod h1:cuUVRXasLTGF7a8hSLbxyZXjz+1KgoB3wDUb6vlszIc =
27
29
github.com/go-kit/log v0.1.0 /go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY =
28
30
github.com/go-logfmt/logfmt v0.5.0 /go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A =
29
- github.com/go-sql-driver/mysql v1.7.1 h1:lUIinVbN1DY0xBg0eMOzmmtGoHwWBbvnWubQUrtU8EI =
30
- github.com/go-sql-driver/mysql v1.7.1 /go.mod h1:OXbVy3sEdcQ2Doequ6Z5BW6fXNQTmx+9S1MCJN5yJMI =
31
+ github.com/go-sql-driver/mysql v1.8.0 h1:UtktXaU2Nb64z/pLiGIxY4431SJ4/dR5cjMmlVHgnT4 =
32
+ github.com/go-sql-driver/mysql v1.8.0 /go.mod h1:wEBSXgmK//2ZFJyE+qWnIsVGmvmEKlqwuVSjsCm7DZg =
31
33
github.com/go-stack/stack v1.8.0 /go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY =
32
34
github.com/gocql/gocql v1.6.0 h1:IdFdOTbnpbd0pDhl4REKQDM+Q0SzKXQ1Yh+YZZ8T/qU =
33
35
github.com/gocql/gocql v1.6.0 /go.mod h1:3gM2c4D3AnkISwBxGnMMsS8Oy4y2lhbPRsH4xnJrHG8 =
You can’t perform that action at this time.
0 commit comments