Skip to content

Commit

Permalink
confetti-framework#105 foundation v0.5.9 test choice ask and secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Reindert Vetter committed Mar 6, 2021
1 parent 39ed22c commit f56ea8b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ go 1.15
require (
github.com/confetti-framework/contract v0.2.1
github.com/confetti-framework/errors v0.11.0
github.com/confetti-framework/foundation v0.5.8
github.com/confetti-framework/foundation v0.5.9
github.com/confetti-framework/support v0.2.3
github.com/confetti-framework/syslog v0.1.1
github.com/confetti-framework/validation v0.1.0
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/tidwall/pretty v1.1.0 // indirect
golang.org/x/mod v0.4.1 // indirect
golang.org/x/sys v0.0.0-20210304152209-afaa3650a925 // indirect
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b // indirect
golang.org/x/text v0.3.5
golang.org/x/tools v0.1.0 // indirect
)
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ github.com/confetti-framework/errors v0.11.0 h1:rIOBgIpw5zGb25q5Pfg2cIk4vMCQb+Gs
github.com/confetti-framework/errors v0.11.0/go.mod h1:a59waUvDS3t8nOeqI0yQDrhILEicAvlca7Kbeilsrao=
github.com/confetti-framework/foundation v0.5.8 h1:EOTT2YkUe0qeAiO6ISA7jG/BIdl/oL9g7h0Qyisk9UQ=
github.com/confetti-framework/foundation v0.5.8/go.mod h1:0nRoyy6zhF//IAhVE94GR0a/DpBEUiXlOQYjI9vqlaY=
github.com/confetti-framework/foundation v0.5.9 h1:PeYikBXPtd1pGOTNcPbSqvk1irll8C055TzrTqa2FLI=
github.com/confetti-framework/foundation v0.5.9/go.mod h1:0nRoyy6zhF//IAhVE94GR0a/DpBEUiXlOQYjI9vqlaY=
github.com/confetti-framework/support v0.2.0-rc.1/go.mod h1:uwOTcc+vAtkzr5GihkCzjv11YVI15UJMhfU2HLRCk/A=
github.com/confetti-framework/support v0.2.3 h1:AOzZVtPeJlZBExW2SjYY3R3973ytve2FvmZoETqluN8=
github.com/confetti-framework/support v0.2.3/go.mod h1:HtyauB5vd5R+85mwosRpD0h6InS39HDJfKpkjXzdU3s=
Expand Down Expand Up @@ -128,6 +130,8 @@ golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 h1:V066+OYJ66oTjnhm4Yrn7SXIw
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210304152209-afaa3650a925 h1:Ee/Y8w57dY5pI4wYh0ZdFQn++NMCNRNIOKXCZ/82iUM=
golang.org/x/sys v0.0.0-20210304152209-afaa3650a925/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b h1:ggRgirZABFolTmi3sn6Ivd9SipZwLedQ5wR0aAKnFxU=
golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw=
golang.org/x/term v0.0.0-20201210144234-2321bbc49cbf/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE=
Expand Down

0 comments on commit f56ea8b

Please sign in to comment.