@@ -16,7 +16,6 @@ require (
16
16
github.com/getsentry/sentry-go v0.29.0
17
17
github.com/go-kivik/couchdb/v3 v3.2.6
18
18
github.com/go-kivik/kivik/v3 v3.2.3
19
- github.com/go-pg/pg v6.14.5+incompatible
20
19
github.com/golang-jwt/jwt/v5 v5.2.1
21
20
github.com/google/uuid v1.6.0
22
21
github.com/gorilla/mux v1.8.1
@@ -30,11 +29,14 @@ require (
30
29
github.com/prometheus/client_golang v1.19.0
31
30
github.com/redis/go-redis/v9 v9.5.1
32
31
github.com/rs/xid v1.5.0
33
- github.com/rs/zerolog v1.32 .0
32
+ github.com/rs/zerolog v1.33 .0
34
33
github.com/shopspring/decimal v1.3.1
35
34
github.com/sony/gobreaker v0.5.0
36
35
github.com/spf13/cobra v1.8.1
37
36
github.com/stretchr/testify v1.10.0
37
+ github.com/uptrace/bun v1.2.9
38
+ github.com/uptrace/bun/dialect/pgdialect v1.2.9
39
+ github.com/uptrace/bun/driver/pgdriver v1.2.9
38
40
github.com/zenazn/goji v1.0.1
39
41
golang.org/x/text v0.21.0
40
42
google.golang.org/grpc v1.67.1
@@ -48,34 +50,37 @@ require (
48
50
github.com/cespare/xxhash/v2 v2.3.0 // indirect
49
51
github.com/davecgh/go-spew v1.1.1 // indirect
50
52
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
51
- github.com/fsnotify/fsnotify v1.5.4 // indirect
52
53
github.com/ghodss/yaml v1.0.0 // indirect
53
54
github.com/inconshreveable/mousetrap v1.1.0 // indirect
54
55
github.com/jinzhu/inflection v1.0.0 // indirect
55
56
github.com/json-iterator/go v1.1.12 // indirect
56
57
github.com/klauspost/cpuid v1.3.1 // indirect
57
- github.com/kr/text v0.2.0 // indirect
58
- github.com/mattn/go-colorable v0.1.13 // indirect
58
+ github.com/mattn/go-colorable v0.1.14 // indirect
59
59
github.com/minio/md5-simd v1.1.0 // indirect
60
60
github.com/minio/sha256-simd v0.1.1 // indirect
61
61
github.com/mitchellh/go-homedir v1.1.0 // indirect
62
62
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
63
63
github.com/modern-go/reflect2 v1.0.2 // indirect
64
- github.com/onsi/ginkgo v1.16.5 // indirect
65
- github.com/onsi/gomega v1.34.2 // indirect
66
64
github.com/otiai10/copy v1.14.0 // indirect
67
65
github.com/prometheus/client_model v0.5.0 // indirect
68
66
github.com/prometheus/common v0.48.0 // indirect
69
67
github.com/prometheus/procfs v0.12.0 // indirect
68
+ github.com/puzpuzpuz/xsync/v3 v3.5.0 // indirect
70
69
github.com/rogpeppe/go-internal v1.13.1 // indirect
71
70
github.com/spf13/pflag v1.0.5 // indirect
71
+ github.com/tmthrgd/go-hex v0.0.0-20190904060850-447a3041c3bc // indirect
72
+ github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
73
+ github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
72
74
github.com/yuin/gopher-lua v1.1.0 // indirect
73
- golang.org/x/crypto v0.31.0 // indirect
75
+ go.opentelemetry.io/otel v1.34.0 // indirect
76
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
77
+ golang.org/x/crypto v0.32.0 // indirect
74
78
golang.org/x/net v0.28.0 // indirect
75
- golang.org/x/sys v0.28 .0 // indirect
79
+ golang.org/x/sys v0.29 .0 // indirect
76
80
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
77
81
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
78
82
gopkg.in/ini.v1 v1.67.0 // indirect
79
83
gopkg.in/yaml.v2 v2.4.0 // indirect
80
84
gopkg.in/yaml.v3 v3.0.1 // indirect
85
+ mellium.im/sasl v0.3.2 // indirect
81
86
)
0 commit comments