forked from bitleak/lmstfy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
27 lines (25 loc) · 972 Bytes
/
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
module github.com/bitleak/lmstfy
go 1.15
require (
github.com/BurntSushi/toml v0.3.1
github.com/beorn7/perks v1.0.1 // indirect
github.com/gin-gonic/gin v1.6.3
github.com/go-redis/redis/v8 v8.11.2
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/magiconair/properties v1.8.1
github.com/mitchellh/go-homedir v0.0.0-20180523094522-3864e76763d9
github.com/mitchellh/mapstructure v1.2.2 // indirect
github.com/oklog/ulid v0.3.0
github.com/pelletier/go-toml v1.7.0 // indirect
github.com/prometheus/client_golang v1.0.0
github.com/prometheus/common v0.9.1 // indirect
github.com/prometheus/procfs v0.0.11 // indirect
github.com/sirupsen/logrus v1.4.2
github.com/spf13/afero v1.2.2 // indirect
github.com/spf13/cast v1.3.1 // indirect
github.com/spf13/cobra v0.0.3
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.0.2
)