forked from confetti-framework/foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
24 lines (22 loc) · 875 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
module github.com/confetti-framework/foundation
go 1.15
require (
github.com/confetti-framework/baker v1.1.1
github.com/confetti-framework/contract v0.2.1
github.com/confetti-framework/errors v0.11.0
github.com/confetti-framework/support v0.2.3
github.com/confetti-framework/syslog v0.1.1
github.com/gorilla/mux v1.8.0
github.com/jedib0t/go-pretty/v6 v6.1.0
github.com/manifoldco/promptui v0.8.0
github.com/pkg/errors v0.9.1
github.com/schollz/progressbar/v3 v3.7.4
github.com/spf13/cast v1.3.1
github.com/stretchr/testify v1.7.0
github.com/tidwall/gjson v1.6.8
github.com/vigneshuvi/GoDateFormat v0.0.0-20210204121036-67364dc23c79
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 // indirect
golang.org/x/sys v0.0.0-20210228012217-479acdf4ea46 // indirect
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
golang.org/x/text v0.3.5
)