You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
891 B
26 lines
891 B
module github.com/analogj/scrutiny
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/analogj/go-util v0.0.0-20190301173314-5295e364eb14
|
|
github.com/containrrr/shoutrrr v0.0.0-20200828202222-1da53231b05a
|
|
github.com/fatih/color v1.9.0
|
|
github.com/gin-gonic/gin v1.6.3
|
|
github.com/golang/mock v1.4.3
|
|
github.com/jaypipes/ghw v0.6.1
|
|
github.com/kvz/logstreamer v0.0.0-20150507115422-a635b98146f0 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.4 // indirect
|
|
github.com/mitchellh/mapstructure v1.2.2
|
|
github.com/sirupsen/logrus v1.2.0
|
|
github.com/spf13/viper v1.7.0
|
|
github.com/stretchr/testify v1.5.1
|
|
github.com/urfave/cli/v2 v2.2.0
|
|
golang.org/x/crypto v0.0.0-20200323165209-0ec3e9974c59 // indirect
|
|
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e // indirect
|
|
golang.org/x/sync v0.0.0-20190423024810-112230192c58
|
|
gopkg.in/yaml.v2 v2.3.0 // indirect
|
|
gorm.io/driver/sqlite v1.1.3
|
|
gorm.io/gorm v1.20.2
|
|
)
|