mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-10 13:55:53 +10:00
23 lines
693 B
AMPL
23 lines
693 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/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
|
|
gorm.io/datatypes v1.0.0
|
|
gorm.io/driver/postgres v1.0.6
|
|
gorm.io/gorm v1.20.11
|
|
)
|