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 a3f3968 commit a55827cCopy full SHA for a55827c
bin/dogstatsd-local
4.06 MB
go.mod
@@ -1,11 +1,14 @@
1
module github.com/mroyme/dogstatsd-local
2
3
-go 1.22
+go 1.22.6
4
+
5
+require (
6
+ github.com/catppuccin/go v0.2.0
7
+ github.com/charmbracelet/lipgloss v0.12.1
8
+)
9
10
require (
11
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
- github.com/catppuccin/go v0.2.0 // indirect
- github.com/charmbracelet/lipgloss v0.12.1 // indirect
12
github.com/charmbracelet/x/ansi v0.1.4 // indirect
13
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
14
github.com/mattn/go-isatty v0.0.20 // indirect
main
0 commit comments