module github.com/wahyd4/badger go 1.14 require ( github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca github.com/fogleman/gg v1.3.0 github.com/gin-gonic/gin v1.6.3 github.com/go-playground/validator/v10 v10.3.0 // indirect github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0 // indirect github.com/prometheus/client_golang v1.7.1 github.com/prometheus/common v0.10.0 github.com/sirupsen/logrus v1.4.2 golang.org/x/image v0.0.0-20200618115811-c13761719519 // indirect golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae // indirect google.golang.org/protobuf v1.25.0 // indirect gopkg.in/yaml.v2 v2.3.0 // indirect )