@@ -3,14 +3,14 @@ module github.com/cschleiden/go-workflows
3
3
go 1.18
4
4
5
5
require (
6
- github.com/go-redis/redis/v8 v8.11.5
7
6
github.com/go-sql-driver/mysql v1.6.0
8
7
github.com/golangci/golangci-lint v1.50.0
9
8
github.com/google/uuid v1.3.0
10
9
github.com/jellydator/ttlcache/v3 v3.0.0
11
10
github.com/jstemmer/go-junit-report/v2 v2.0.0-beta1
12
11
github.com/mattn/go-sqlite3 v1.14.12
13
- github.com/stretchr/testify v1.8.0
12
+ github.com/redis/go-redis/v9 v9.0.2
13
+ github.com/stretchr/testify v1.8.1
14
14
go.opentelemetry.io/otel v1.7.0
15
15
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.7.0
16
16
go.opentelemetry.io/otel/trace v1.7.0
@@ -59,7 +59,7 @@ require (
59
59
github.com/breml/errchkjson v0.3.0 // indirect
60
60
github.com/butuzov/ireturn v0.1.1 // indirect
61
61
github.com/cenkalti/backoff/v4 v4.1.3
62
- github.com/cespare/xxhash/v2 v2.1.2 // indirect
62
+ github.com/cespare/xxhash/v2 v2.2.0 // indirect
63
63
github.com/charithe/durationcheck v0.0.9 // indirect
64
64
github.com/chavacava/garif v0.0.0-20220630083739-93517212f375 // indirect
65
65
github.com/daixiang0/gci v0.8.0 // indirect
@@ -200,7 +200,7 @@ require (
200
200
github.com/benbjohnson/clock v1.3.0
201
201
github.com/davecgh/go-spew v1.1.1 // indirect
202
202
github.com/pmezard/go-difflib v1.0.0 // indirect
203
- github.com/stretchr/objx v0.4 .0 // indirect
203
+ github.com/stretchr/objx v0.5 .0 // indirect
204
204
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.7.0
205
205
go.opentelemetry.io/otel/sdk v1.7.0
206
206
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments