Skip to content

Commit

Permalink
Update go mod
Browse files Browse the repository at this point in the history
  • Loading branch information
mroyme committed Aug 14, 2024
1 parent a3f3968 commit a55827c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Binary file added bin/dogstatsd-local
Binary file not shown.
9 changes: 6 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
module github.com/mroyme/dogstatsd-local

go 1.22
go 1.22.6

require (
github.com/catppuccin/go v0.2.0
github.com/charmbracelet/lipgloss v0.12.1
)

require (
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
github.com/charmbracelet/x/ansi v0.1.4 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
Expand Down
Binary file added main
Binary file not shown.

0 comments on commit a55827c

Please sign in to comment.