forked from tidbyt/community
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
52 lines (48 loc) · 2.12 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
41
42
43
44
45
46
47
48
49
50
51
52
module tidbyt.dev/community
go 1.19
require (
github.com/spf13/cobra v1.6.1
github.com/stretchr/testify v1.8.1
)
require (
github.com/manifoldco/promptui v0.9.0
golang.org/x/text v0.6.0
tidbyt.dev/pixlet v0.23.2
)
require (
github.com/PuerkitoBio/goquery v1.8.0 // indirect
github.com/andybalholm/cascadia v1.3.1 // indirect
github.com/antchfx/xmlquery v1.3.14 // indirect
github.com/antchfx/xpath v1.2.2 // indirect
github.com/chzyer/readline v1.5.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.0 // indirect
github.com/go-playground/locales v0.14.0 // indirect
github.com/go-playground/universal-translator v0.18.0 // indirect
github.com/go-playground/validator/v10 v10.11.1 // indirect
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/tink/go v1.7.0 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/leodido/go-urn v1.2.1 // indirect
github.com/mitchellh/hashstructure/v2 v2.0.2 // indirect
github.com/nathan-osman/go-sunrise v1.1.0 // indirect
github.com/newm4n/go-dfe v0.0.0-20210113055126-9d5f01722db9 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/qri-io/starlib v0.5.1-0.20220611014110-7fb7ff9ec804 // indirect
github.com/skip2/go-qrcode v0.0.0-20200617195104-da1b6568686e // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/tidbyt/gg v0.0.0-20220808163829-95806fa1d427 // indirect
github.com/tidbyt/go-libwebp v0.0.0-20220802221933-1fabc3b46601 // indirect
github.com/zachomedia/go-bdf v0.0.0-20220611021443-a3af701111be // indirect
go.starlark.net v0.0.0-20230110155749-dcdc0f0598e3 // indirect
golang.org/x/crypto v0.3.0 // indirect
golang.org/x/image v0.3.0 // indirect
golang.org/x/net v0.5.0 // indirect
golang.org/x/sys v0.4.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)