getting ready for CI

This commit is contained in:
2022-02-01 21:36:20 -08:00
committed by user
parent 69c8d45f8f
commit 7a47873be3
10 changed files with 189 additions and 13 deletions

2
go.mod
View File

@@ -4,5 +4,7 @@ go 1.16
require (
github.com/golang/protobuf v1.5.2 // indirect
github.com/pterm/pterm v0.12.35
github.com/urfave/cli/v2 v2.3.0
google.golang.org/protobuf v1.27.1
)