mirror of
https://github.com/wahyd4/badger.git
synced 2026-08-20 02:46:05 +10:00
20 lines
726 B
AMPL
20 lines
726 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/golang/protobuf v1.4.2 // indirect
|
|
github.com/json-iterator/go v1.1.10 // indirect
|
|
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
|
|
github.com/modern-go/reflect2 v1.0.1 // indirect
|
|
github.com/pkg/errors v0.9.1
|
|
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
|
|
)
|