mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 05:15:58 +10:00
16 lines
407 B
AMPL
16 lines
407 B
AMPL
module github.com/wahyd4/badger
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/ajstarks/svgo v0.0.0-20200320125537-f189e35d30ca
|
|
github.com/getsentry/sentry-go v0.7.0
|
|
github.com/gin-gonic/gin v1.7.0
|
|
github.com/jinzhu/gorm v1.9.16
|
|
github.com/oklog/ulid v1.3.1
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/common v0.10.0
|
|
github.com/sirupsen/logrus v1.7.0
|
|
gopkg.in/DataDog/dd-trace-go.v1 v1.37.0
|
|
)
|