-
Notifications
You must be signed in to change notification settings - Fork 13
/
go.mod
40 lines (37 loc) · 1.56 KB
/
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
module github.com/toitlang/jaguar
go 1.16
require github.com/spf13/cobra v1.8.0
require (
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c // indirect
github.com/alessio/shellescape v1.4.2 // indirect
github.com/alexflint/go-filemutex v1.2.0 // indirect
github.com/cheggaaa/pb/v3 v3.1.4
github.com/chzyer/readline v1.5.1 // indirect
github.com/cloudflare/circl v1.3.6 // indirect
github.com/coreos/go-semver v0.3.1
github.com/fatih/color v1.16.0 // indirect
github.com/fsnotify/fsnotify v1.7.0
github.com/go-git/go-git/v5 v5.10.0 // indirect
github.com/google/uuid v1.4.0
github.com/hashicorp/go-version v1.6.0 // indirect
github.com/libp2p/go-reuseport v0.4.0
github.com/manifoldco/promptui v0.9.0
github.com/mattn/go-runewidth v0.0.15 // indirect
github.com/mitchellh/mapstructure v1.5.0
github.com/pelletier/go-toml v1.9.5 // indirect
github.com/rivo/uniseg v0.4.4 // indirect
github.com/sergi/go-diff v1.3.1 // indirect
github.com/setanta314/ar v0.0.0-20190524173558-797cd0c6714c
github.com/skeema/knownhosts v1.2.1 // indirect
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.17.0
github.com/toitlang/tpkg v0.0.0-20240919112017-273e738f33d0
github.com/toitware/ubjson v0.0.0-20231002110407-71c8fab5e607
github.com/xtgo/uuid v0.0.0-20140804021211-a0b114877d4c
go.bug.st/serial v1.6.1
go.uber.org/multierr v1.11.0 // indirect
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa // indirect
golang.org/x/term v0.14.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20231120223509-83a465c0220f // indirect
gopkg.in/yaml.v2 v2.4.0
)