forked from tidbyt/pixlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
30 lines (28 loc) · 1.16 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
module tidbyt.dev/pixlet
go 1.16
require (
github.com/antchfx/xmlquery v1.3.9
github.com/dustin/go-humanize v1.0.0
github.com/fogleman/gg v1.3.0
github.com/fsnotify/fsnotify v1.5.1
github.com/go-playground/validator/v10 v10.10.0
github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect
github.com/google/tink/go v1.4.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.5.0
github.com/lucasb-eyer/go-colorful v1.2.0
github.com/mitchellh/hashstructure/v2 v2.0.2
github.com/nathan-osman/go-sunrise v1.0.0
github.com/newm4n/go-dfe v0.0.0-20210113055126-9d5f01722db9
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646
github.com/pkg/errors v0.9.1
github.com/qri-io/starlib v0.5.1-0.20211102160121-ae835e29cd41
github.com/spf13/cobra v1.3.0
github.com/stretchr/testify v1.7.0
github.com/tidbyt/go-libwebp v0.0.0-20220302154536-6042ce446e9c
github.com/zachomedia/go-bdf v0.0.0-20210522061406-1a147053be95
go.starlark.net v0.0.0-20220223235035-243c74974e97
golang.org/x/image v0.0.0-20220302094943-723b81ca9867
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
)