Skip to content

Commit 7add0da

Browse files
committed
Ran go mod tidy
1 parent 9f1ba95 commit 7add0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ require (
1212
github.com/uptrace/bun v1.1.12
1313
github.com/uptrace/bun/dialect/pgdialect v1.1.12
1414
github.com/uptrace/bun/driver/pgdriver v1.1.12
15+
github.com/x448/float16 v0.8.4
1516
gorm.io/driver/postgres v1.5.4
1617
gorm.io/gorm v1.25.5
1718
)
@@ -38,7 +39,6 @@ require (
3839
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
3940
github.com/vmihailenco/tagparser v0.1.2 // indirect
4041
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
41-
github.com/x448/float16 v0.8.4 // indirect
4242
github.com/zclconf/go-cty v1.16.2 // indirect
4343
github.com/zclconf/go-cty-yaml v1.1.0 // indirect
4444
golang.org/x/crypto v0.36.0 // indirect

0 commit comments

Comments
 (0)