-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
19 lines (17 loc) · 681 Bytes
/
Copy pathgo.mod
File metadata and controls
19 lines (17 loc) · 681 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module github.com/jjanvier/tdd
go 1.16
require (
github.com/faiface/beep v1.0.2
github.com/fatih/color v1.13.0
github.com/gen2brain/beeep v0.0.0-20200526185328-e9c15c258e28
github.com/gopherjs/gopherjs v0.0.0-20210202160940-bed99a852dfe // indirect
github.com/manifoldco/promptui v0.9.0
github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d
github.com/pkg/errors v0.9.1 // indirect
github.com/smartystreets/goconvey v1.7.2 // indirect
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/txgruppi/parseargs-go v0.0.0-20170124215356-4cb98496e521
golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 // indirect
gopkg.in/yaml.v2 v2.4.0
)