Skip to content

Commit a55827c

Browse files
committed
Update go mod
1 parent a3f3968 commit a55827c

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

bin/dogstatsd-local

4.06 MB
Binary file not shown.

go.mod

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
module github.com/mroyme/dogstatsd-local
22

3-
go 1.22
3+
go 1.22.6
4+
5+
require (
6+
github.com/catppuccin/go v0.2.0
7+
github.com/charmbracelet/lipgloss v0.12.1
8+
)
49

510
require (
611
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
7-
github.com/catppuccin/go v0.2.0 // indirect
8-
github.com/charmbracelet/lipgloss v0.12.1 // indirect
912
github.com/charmbracelet/x/ansi v0.1.4 // indirect
1013
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
1114
github.com/mattn/go-isatty v0.0.20 // indirect

main

4.06 MB
Binary file not shown.

0 commit comments

Comments
 (0)