24 lines
760 B
Modula-2
24 lines
760 B
Modula-2
module repostats
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/Masterminds/goutils v1.1.1 // indirect
|
|
github.com/Masterminds/semver v1.5.0 // indirect
|
|
github.com/Masterminds/sprig v2.22.0+incompatible
|
|
github.com/btcsuite/btcutil v1.0.2
|
|
github.com/dchest/captcha v0.0.0-20200903113550-03f5f0333e1f
|
|
github.com/gin-gonic/gin v1.7.7
|
|
github.com/go-resty/resty/v2 v2.7.0
|
|
github.com/google/uuid v1.3.0 // indirect
|
|
github.com/huandu/xstrings v1.3.2 // indirect
|
|
github.com/imdario/mergo v0.3.12 // indirect
|
|
github.com/jmoiron/sqlx v1.3.4
|
|
github.com/lib/pq v1.10.5
|
|
github.com/mitchellh/copystructure v1.2.0 // indirect
|
|
github.com/remeh/sizedwaitgroup v1.0.0
|
|
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
|
|
gopkg.in/guregu/null.v4 v4.0.0
|
|
gopkg.in/ini.v1 v1.66.4
|
|
)
|