mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-09 13:26:18 +10:00
17 lines
552 B
AMPL
17 lines
552 B
AMPL
module github.com/wahyd4/badger
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
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
|
|
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
|
|
)
|