Skip to content

Commit 929a6e9

Browse files
gomod: Add github.com/uptrace/bun@latest
1 parent d726998 commit 929a6e9

File tree

2 files changed

+42
-78
lines changed

2 files changed

+42
-78
lines changed

go.mod

+14-9
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ require (
1616
github.com/getsentry/sentry-go v0.29.0
1717
github.com/go-kivik/couchdb/v3 v3.2.6
1818
github.com/go-kivik/kivik/v3 v3.2.3
19-
github.com/go-pg/pg v6.14.5+incompatible
2019
github.com/golang-jwt/jwt/v5 v5.2.1
2120
github.com/google/uuid v1.6.0
2221
github.com/gorilla/mux v1.8.1
@@ -30,11 +29,14 @@ require (
3029
github.com/prometheus/client_golang v1.19.0
3130
github.com/redis/go-redis/v9 v9.5.1
3231
github.com/rs/xid v1.5.0
33-
github.com/rs/zerolog v1.32.0
32+
github.com/rs/zerolog v1.33.0
3433
github.com/shopspring/decimal v1.3.1
3534
github.com/sony/gobreaker v0.5.0
3635
github.com/spf13/cobra v1.8.1
3736
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
3840
github.com/zenazn/goji v1.0.1
3941
golang.org/x/text v0.21.0
4042
google.golang.org/grpc v1.67.1
@@ -48,34 +50,37 @@ require (
4850
github.com/cespare/xxhash/v2 v2.3.0 // indirect
4951
github.com/davecgh/go-spew v1.1.1 // indirect
5052
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
51-
github.com/fsnotify/fsnotify v1.5.4 // indirect
5253
github.com/ghodss/yaml v1.0.0 // indirect
5354
github.com/inconshreveable/mousetrap v1.1.0 // indirect
5455
github.com/jinzhu/inflection v1.0.0 // indirect
5556
github.com/json-iterator/go v1.1.12 // indirect
5657
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
5959
github.com/minio/md5-simd v1.1.0 // indirect
6060
github.com/minio/sha256-simd v0.1.1 // indirect
6161
github.com/mitchellh/go-homedir v1.1.0 // indirect
6262
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
6363
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
6664
github.com/otiai10/copy v1.14.0 // indirect
6765
github.com/prometheus/client_model v0.5.0 // indirect
6866
github.com/prometheus/common v0.48.0 // indirect
6967
github.com/prometheus/procfs v0.12.0 // indirect
68+
github.com/puzpuzpuz/xsync/v3 v3.5.0 // indirect
7069
github.com/rogpeppe/go-internal v1.13.1 // indirect
7170
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
7274
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
7478
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
7680
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
7781
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 // indirect
7882
gopkg.in/ini.v1 v1.67.0 // indirect
7983
gopkg.in/yaml.v2 v2.4.0 // indirect
8084
gopkg.in/yaml.v3 v3.0.1 // indirect
85+
mellium.im/sasl v0.3.2 // indirect
8186
)

0 commit comments

Comments
 (0)