Private
Public Access
1
0

Prompt: adds interactive prompt (that does nothing right now)

This commit is contained in:
James Magahern
2023-06-22 12:03:37 -07:00
parent 27de41ddb2
commit a4c25df183
4 changed files with 96 additions and 4 deletions

3
go.mod
View File

@@ -3,10 +3,11 @@ module code.severnaya.net/kordophone-mock/v2
go 1.17
require (
github.com/chzyer/readline v1.5.1 // indirect
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/mattn/go-colorable v0.1.12 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/rs/zerolog v1.29.1 // indirect
golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect
golang.org/x/sys v0.0.0-20220310020820-b874c991c1a5 // indirect
)