forked from tidbyt/pixlet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
34 lines (31 loc) · 1.38 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
module tidbyt.dev/pixlet
go 1.16
replace github.com/harukasan/go-libwebp => github.com/tidbyt/go-libwebp v0.0.0-20201015173751-7718986fb5f2
require (
github.com/antchfx/xmlquery v1.3.9
github.com/antchfx/xpath v1.2.0 // indirect
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/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/google/tink/go v1.4.0
github.com/gorilla/mux v1.8.0
github.com/gorilla/websocket v1.4.2
github.com/harukasan/go-libwebp v0.0.0-20190703060927-68562c9c99af
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/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-bdf v0.0.0-20200807014123-29975f932239
github.com/zachomedia/go-bdf v0.0.0-20210522061406-1a147053be95
go.starlark.net v0.0.0-20211203141949-70c0e40ae128
golang.org/x/image v0.0.0-20211028202545-6944b10bf410
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
golang.org/x/text v0.3.7 // indirect
)