We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f1ba95 commit 7add0daCopy full SHA for 7add0da
go.mod
@@ -12,6 +12,7 @@ require (
12
github.com/uptrace/bun v1.1.12
13
github.com/uptrace/bun/dialect/pgdialect v1.1.12
14
github.com/uptrace/bun/driver/pgdriver v1.1.12
15
+ github.com/x448/float16 v0.8.4
16
gorm.io/driver/postgres v1.5.4
17
gorm.io/gorm v1.25.5
18
)
@@ -38,7 +39,6 @@ require (
38
39
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
40
github.com/vmihailenco/tagparser v0.1.2 // indirect
41
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
- github.com/x448/float16 v0.8.4 // indirect
42
github.com/zclconf/go-cty v1.16.2 // indirect
43
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
44
golang.org/x/crypto v0.36.0 // indirect
0 commit comments