Skip to content

Commit db0a079

Browse files
committed
fix: go mod tidy
1 parent 1fe94c5 commit db0a079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.23
44

55
require (
66
github.com/99designs/gqlgen v0.17.49
7+
github.com/aquilax/truncate v1.0.0
78
github.com/charmbracelet/lipgloss v0.13.0
89
github.com/davecgh/go-spew v1.1.1
910
github.com/expr-lang/expr v1.16.9
@@ -35,7 +36,6 @@ require (
3536

3637
require (
3738
github.com/agnivade/levenshtein v1.1.1 // indirect
38-
github.com/aquilax/truncate v1.0.0 // indirect
3939
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
4040
github.com/bahlo/generic-list-go v0.2.0 // indirect
4141
github.com/buger/jsonparser v1.1.1 // indirect

0 commit comments

Comments
 (0)