nano-run/go.mod

23 lines
761 B
Modula-2
Raw Normal View History

2020-09-10 07:11:34 -03:00
module nano-run
go 1.14
require (
2020-09-28 10:46:37 -03:00
github.com/Masterminds/goutils v1.1.0 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Masterminds/sprig v2.22.0+incompatible
2020-09-10 07:11:34 -03:00
github.com/dgraph-io/badger v1.6.1
github.com/dgrijalva/jwt-go v3.2.0+incompatible
2020-09-28 10:46:37 -03:00
github.com/gin-gonic/gin v1.6.3
2020-09-10 07:11:34 -03:00
github.com/google/uuid v1.1.2
2020-09-28 10:46:37 -03:00
github.com/huandu/xstrings v1.3.2 // indirect
github.com/imdario/mergo v0.3.11 // indirect
2020-09-10 07:11:34 -03:00
github.com/jessevdk/go-flags v1.4.1-0.20200711081900-c17162fe8fd7
2020-09-28 10:46:37 -03:00
github.com/mitchellh/copystructure v1.0.0 // indirect
2020-11-07 10:38:13 -03:00
github.com/robfig/cron/v3 v3.0.0
2020-09-17 09:07:43 -03:00
github.com/stretchr/testify v1.4.0
2020-09-10 07:11:34 -03:00
golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a
2020-10-01 10:09:40 -03:00
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43
2020-09-10 07:11:34 -03:00
gopkg.in/yaml.v2 v2.3.0
)