We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fe94c5 commit db0a079Copy full SHA for db0a079
go.mod
@@ -4,6 +4,7 @@ go 1.23
4
5
require (
6
github.com/99designs/gqlgen v0.17.49
7
+ github.com/aquilax/truncate v1.0.0
8
github.com/charmbracelet/lipgloss v0.13.0
9
github.com/davecgh/go-spew v1.1.1
10
github.com/expr-lang/expr v1.16.9
@@ -35,7 +36,6 @@ require (
35
36
37
38
github.com/agnivade/levenshtein v1.1.1 // indirect
- github.com/aquilax/truncate v1.0.0 // indirect
39
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
40
github.com/bahlo/generic-list-go v0.2.0 // indirect
41
github.com/buger/jsonparser v1.1.1 // indirect
0 commit comments