make buildable by the general public

This commit is contained in:
2023-01-28 02:32:10 -08:00
parent 89a4d01f21
commit dbef522f89
4 changed files with 4 additions and 4 deletions

1
cmd/cli/.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
cli

View File

@@ -31,7 +31,6 @@ func main() {
fmt.Println()
fmt.Println()
fmt.Println()
freq, _ = commits.GlobalFrequency(time.Now().Year(), []string{""})
fmt.Println("year:")
fmt.Println(term.GetYearUnicode(freq))
}

4
go.mod
View File

@@ -4,8 +4,6 @@ go 1.19
replace github.com/charmbracelet/bubbles => github.com/taigrr/bubbles v0.10.5
replace github.com/taigrr/mg => ../mg
replace github.com/muesli/termenv => github.com/taigrr/termenv v0.11.2
replace github.com/charmbracelet/lipgloss => github.com/taigrr/lipgloss v0.5.1
@@ -19,7 +17,7 @@ require (
github.com/muesli/termenv v0.13.0
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/taigrr/mg v0.0.0-00010101000000-000000000000
github.com/taigrr/mg v0.0.1
github.com/taigrr/simplecolorpalettes v0.9.6
)

2
go.sum
View File

@@ -110,6 +110,8 @@ github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5Cc
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/taigrr/lipgloss v0.5.1 h1:lzmrLEzXyR/AOP/zGPPuIlmNuBKX81F3gHqn3/8e+bc=
github.com/taigrr/lipgloss v0.5.1/go.mod h1:EZLha/HbzEt7cYqdFPovlqy5FZPj0xFhg5SaqxScmgs=
github.com/taigrr/mg v0.0.1 h1:dNAgYfmme2hTRLZZ9zazzFNXGKTQvXZ4qH+87ti+KYA=
github.com/taigrr/mg v0.0.1/go.mod h1:so3JCKn+rMZmRDAIOnYhsHDAQbBNEaxyNZVXZ5VbLeg=
github.com/taigrr/simplecolorpalettes v0.9.6 h1:eEFLPdI1o34t+YHs+QlgxcpN4zOg+5S3SlWt2EMS/6o=
github.com/taigrr/simplecolorpalettes v0.9.6/go.mod h1:MFLQqI3JOfSc+8GiO3amYfzBiozxITaQi+F1iEV8XpQ=
github.com/taigrr/termenv v0.11.2 h1:oqZR08HjGIzFWml4ROmoFvWi3KRG4UZYTPRrI9/lrPA=