-
Notifications
You must be signed in to change notification settings - Fork 23
/
go.mod
28 lines (26 loc) · 1.35 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
module github.com/mutschler/mt
go 1.14
require (
github.com/BurntSushi/freetype-go v0.0.0-20160129220410-b763ddbfe298
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/disintegration/gift v0.0.0-20150417200635-5b044b74c0b1
github.com/disintegration/imaging v0.0.0-20151003014424-546cb3c5137b
github.com/dustin/go-humanize v1.0.0
github.com/fsnotify/fsnotify v1.4.7 // indirect
github.com/koyachi/go-nude v0.0.2-0.20150410134931-699a88f33605
github.com/magiconair/properties v1.5.5-0.20151021204130-6ac0b95f4492 // indirect
github.com/mitchellh/mapstructure v0.0.0-20150717051158-281073eb9eb0
github.com/sirupsen/logrus v0.8.8-0.20151204141443-446d1c146faa
github.com/spf13/cast v0.0.0-20150803163715-ee815aaf958c // indirect
github.com/spf13/jwalterweatherman v0.0.0-20151106170057-c2aa07df5938 // indirect
github.com/spf13/pflag v0.0.0-20151013200643-08b1a584251b
github.com/spf13/viper v0.0.0-20151110042204-e37b56e207dd
github.com/stretchr/testify v1.7.0 // indirect
gitlab.com/opennota/screengen v1.0.2
golang.org/x/image v0.0.0-20150916112557-baddd3465a05 // indirect
golang.org/x/sys v0.0.0-20151211033651-833a04a10549 // indirect
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v2 v2.0.0-20151201162745-f7716cbe52ba // indirect
)