File: go.mod

package info (click to toggle)
golang-github-meowgorithm-babylogger 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 92 kB
  • sloc: makefile: 3
file content (8 lines) | stat: -rw-r--r-- 143 bytes parent folder | download
1
2
3
4
5
6
7
8
module github.com/meowgorithm/babylogger

require (
	github.com/charmbracelet/lipgloss v0.1.1
	github.com/dustin/go-humanize v1.0.0
)

go 1.13