-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 1.05 KB
/
Copy pathgo.mod
File metadata and controls
24 lines (22 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/disintegration/gift v1.2.1
github.com/disintegration/imaging v1.6.2
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 v1.8.3
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
gitlab.com/opennota/screengen v1.0.3-0.20260325071014-3d76485eda08
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
gopkg.in/fsnotify.v1 v1.4.7 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)