Files
badger/go.mod
T

21 lines
644 B
AMPL

module github.com/wahyd4/badger
go 1.14
require (
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca
github.com/davecgh/go-spew v1.1.1
github.com/getsentry/sentry-go v0.7.0
github.com/gin-gonic/gin v1.6.3
github.com/go-playground/validator/v10 v10.3.0 // indirect
github.com/jinzhu/gorm v1.9.16
github.com/oklog/ulid v1.3.1
github.com/oklog/ulid/v2 v2.0.2
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/sys v0.0.0-20200625212154-ddb9806d33ae // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/yaml.v2 v2.3.0 // indirect
)