Files
karma/go.mod
Łukasz Mierzwa 3e2683502c fix(deps): re-create Go module files
Getting a diff in CI (https://travis-ci.com/prymitive/karma/jobs/167035075) as some deps are removed from go.mod
Re-create both files (go.mod & go.sum) to ensure we don't have any orphaned indirect deps there
2018-12-26 14:38:47 +01:00

28 lines
1.2 KiB
Modula-2

module github.com/prymitive/karma
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/DeanThompson/ginpprof v0.0.0-20170218162546-8c0e31bfeaa8
github.com/blang/semver v3.5.1+incompatible
github.com/certifi/gocertifi v0.0.0-20180905225744-ee1a9a0726d2 // indirect
github.com/cnf/structhash v0.0.0-20180104161610-62a607eb0224
github.com/elazarl/go-bindata-assetfs v1.0.0
github.com/getsentry/raven-go v0.2.0
github.com/gin-contrib/cors v0.0.0-20181206035131-7c641a7a7dc5
github.com/gin-contrib/gzip v0.0.0-20181105040055-d9117ce29a07
github.com/gin-contrib/static v0.0.0-20181225054800-cf5e10bbd933
github.com/gin-gonic/contrib v0.0.0-20181101072842-54170a7b0b4b
github.com/gin-gonic/gin v1.3.0
github.com/hansrodtang/randomcolor v0.0.0-20160512071917-d27108b3d7a5
github.com/mcuadros/go-gin-prometheus v0.0.0-20181030200533-58963fb32f54
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/pkg/errors v0.8.0 // indirect
github.com/pmezard/go-difflib v1.0.0
github.com/prometheus/client_golang v0.9.2
github.com/sirupsen/logrus v1.2.0
github.com/spf13/pflag v1.0.3
github.com/spf13/viper v1.3.1
gopkg.in/jarcoal/httpmock.v1 v1.0.0-20181117152235-275e9df93516
gopkg.in/yaml.v2 v2.2.2
)